summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-04-13 03:10:38 +0000
committermarcel <marcel@FreeBSD.org>2010-04-13 03:10:38 +0000
commitaf4d5feefb22a736634012f3e79ea148fe97d564 (patch)
tree67f0cdf670ecff317e32177bf607fdfd6ae73a85 /sys/ia64
parentae671862869932d1e670ccde33ba8efda61b5e66 (diff)
downloadFreeBSD-src-af4d5feefb22a736634012f3e79ea148fe97d564.zip
FreeBSD-src-af4d5feefb22a736634012f3e79ea148fe97d564.tar.gz
Sync up to SDM 2.2.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/pal.h26
1 files changed, 22 insertions, 4 deletions
diff --git a/sys/ia64/include/pal.h b/sys/ia64/include/pal.h
index 6cb865d..f28bc85 100644
--- a/sys/ia64/include/pal.h
+++ b/sys/ia64/include/pal.h
@@ -54,11 +54,11 @@
#define PAL_VERSION 20
#define PAL_MC_CLEAR_LOG 21
#define PAL_MC_DRAIN 22
+#define PAL_MC_EXPECTED 23
#define PAL_MC_DYNAMIC_STATE 24
#define PAL_MC_ERROR_INFO 25
-#define PAL_MC_EXPECTED 23
+#define PAL_MC_RESUME 26
#define PAL_MC_REGISTER_MEM 27
-#define PAL_MC_RESUME 26
#define PAL_HALT 28
#define PAL_HALT_LIGHT 29
#define PAL_COPY_INFO 30
@@ -66,11 +66,16 @@
#define PAL_PMI_ENTRYPOINT 32
#define PAL_ENTER_IA_32_ENV 33
#define PAL_VM_PAGE_SIZE 34
-#define PAL_MEM_FOR_TEST 37
+#define PAL_TEST_INFO 37
#define PAL_CACHE_PROT_INFO 38
#define PAL_REGISTER_INFO 39
-#define PAL_SHUTDOWN 40
#define PAL_PREFETCH_VISIBILITY 41
+#define PAL_LOGICAL_TO_PHYSICAL 42
+#define PAL_CACHE_SHARED_INFO 43
+#define PAL_PSTATE_INFO 44
+#define PAL_SHUTDOWN 45
+#define PAL_GET_HW_POLICY 48
+#define PAL_SET_HW_POLICY 49
/*
* Architected stacked calling convention procedures.
@@ -81,6 +86,19 @@
#define PAL_CACHE_READ 259
#define PAL_CACHE_WRITE 260
#define PAL_VM_TR_READ 261
+#define PAL_GET_PSTATE 262
+#define PAL_SET_PSTATE 263
+#define PAL_VP_CREATE 265
+#define PAL_VP_ENV_INFO 266
+#define PAL_VP_EXIT_ENV 267
+#define PAL_VP_INIT_ENV 268
+#define PAL_VP_REGISTER 269
+#define PAL_VP_RESTORE 270
+#define PAL_VP_SAVE 271
+#define PAL_VP_TERMINATE 272
+#define PAL_BRAND_INFO 274
+#define PAL_MC_ERROR_INJECT 276
+#define PAL_MEMORY_BUFFER 277
/*
* Default physical address of the Processor Interrupt Block (PIB).
OpenPOWER on IntegriCloud