Home
last modified time | relevance | path

Searched defs:ia64_sal_os_state (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/ia64/include/asm/
Dmca.h70 struct ia64_sal_os_state { struct
73 unsigned long os_gp; /* GP of the os registered with the SAL, physical */
74 unsigned long pal_proc; /* PAL_PROC entry point, physical */
75 unsigned long sal_proc; /* SAL_PROC entry point, physical */
76 unsigned long rv_rc; /* MCA - Rendezvous state, INIT - reason code */
77 unsigned long proc_state_param; /* from R18 */
78 unsigned long monarch; /* 1 for a monarch event, 0 for a slave */
81 unsigned long sal_ra; /* Return address in SAL, physical */
82 unsigned long sal_gp; /* GP of the SAL - physical */
83 struct pal_min_state_area *pal_min_state; /* from R17. physical in asm, virtual in C */
[all …]
/linux-5.19.10/arch/ia64/kernel/
Dmca.c836 ia64_reg_MCA_extension(int (*fn)(void *, struct ia64_sal_os_state *)) in ia64_reg_MCA_extension()