Author: marcel
Date: Tue Apr 13 03:10:38 2010
New Revision: 206541
URL: http://svn.freebsd.org/changeset/base/206541

Log:
  Sync up to SDM 2.2.

Modified:
  head/sys/ia64/include/pal.h

Modified: head/sys/ia64/include/pal.h
==============================================================================
--- head/sys/ia64/include/pal.h Tue Apr 13 01:16:15 2010        (r206540)
+++ head/sys/ia64/include/pal.h Tue Apr 13 03:10:38 2010        (r206541)
@@ -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).
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to