Searched defs:ia64_sal_os_state (Results 1 – 2 of 2) sorted by relevance
72 struct ia64_sal_os_state { struct75 u64 os_gp; /* GP of the os registered with the SAL, physical */76 u64 pal_proc; /* PAL_PROC entry point, physical */77 u64 sal_proc; /* SAL_PROC entry point, physical */78 u64 rv_rc; /* MCA - Rendezvous state, INIT - reason code */79 u64 proc_state_param; /* from R18 */80 u64 monarch; /* 1 for a monarch event, 0 for a slave */83 u64 sal_ra; /* Return address in SAL, physical */84 u64 sal_gp; /* GP of the SAL - physical */85 pal_min_state_area_t *pal_min_state; /* from R17. physical in asm, virtual in C */[all …]
832 ia64_reg_MCA_extension(int (*fn)(void *, struct ia64_sal_os_state *)) in ia64_reg_MCA_extension()