summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pal.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-10-21 05:52:54 +0000
committermarcel <marcel@FreeBSD.org>2001-10-21 05:52:54 +0000
commit86656e80479b9e52a763f32f50851cfd473fa827 (patch)
tree6d81f1923ff23672ed3a7d0f64420d76ad00a6f4 /sys/ia64/include/pal.h
parent529d5f38582025336f818a7aa014c33c46b929d3 (diff)
downloadFreeBSD-src-86656e80479b9e52a763f32f50851cfd473fa827.zip
FreeBSD-src-86656e80479b9e52a763f32f50851cfd473fa827.tar.gz
Add define for the PIB default address and include a reference to
the SDM.
Diffstat (limited to 'sys/ia64/include/pal.h')
-rw-r--r--sys/ia64/include/pal.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/ia64/include/pal.h b/sys/ia64/include/pal.h
index 90fe787..6cb865d 100644
--- a/sys/ia64/include/pal.h
+++ b/sys/ia64/include/pal.h
@@ -82,6 +82,12 @@
#define PAL_CACHE_WRITE 260
#define PAL_VM_TR_READ 261
+/*
+ * Default physical address of the Processor Interrupt Block (PIB).
+ * See also: IA-64 SDM, rev 1.1, volume 2, page 5-31.
+ */
+#define PAL_PIB_DEFAULT_ADDR 0x00000000FEE00000L
+
struct ia64_pal_result {
int64_t pal_status;
u_int64_t pal_result[3];
@@ -100,5 +106,4 @@ extern struct ia64_pal_result
ia64_call_pal_stacked_physical(u_int64_t proc, u_int64_t arg1,
u_int64_t arg2, u_int64_t arg3);
-
#endif /* _MACHINE_PAL_H_ */
OpenPOWER on IntegriCloud