Searched defs:ia64_sal_os_state (Results 1 – 2 of 2) sorted by relevance
72 struct ia64_sal_os_state { struct75 unsigned long os_gp; /* GP of the os registered with the SAL, physical */76 unsigned long pal_proc; /* PAL_PROC entry point, physical */77 unsigned long sal_proc; /* SAL_PROC entry point, physical */78 unsigned long rv_rc; /* MCA - Rendezvous state, INIT - reason code */79 unsigned long proc_state_param; /* from R18 */80 unsigned long monarch; /* 1 for a monarch event, 0 for a slave */83 unsigned long sal_ra; /* Return address in SAL, physical */84 unsigned long 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 …]
834 ia64_reg_MCA_extension(int (*fn)(void *, struct ia64_sal_os_state *)) in ia64_reg_MCA_extension()