From af4d5feefb22a736634012f3e79ea148fe97d564 Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 13 Apr 2010 03:10:38 +0000 Subject: Sync up to SDM 2.2. --- sys/ia64/include/pal.h | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'sys/ia64') 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). -- cgit v1.1