Home
last modified time | relevance | path

Searched refs:sal_boot_rendez_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/ia64/kernel/
Dsmpboot.c77 struct sal_to_os_boot sal_boot_rendez_state[NR_CPUS]; variable
83 struct sal_to_os_boot *sal_state_for_booting_cpu = &sal_boot_rendez_state[0];
85 #define set_brendez_area(x) (sal_state_for_booting_cpu = &sal_boot_rendez_state[(x)]);
182 sal_boot_rendez_state[0].br[0] = sal_boot_rendez_state[cpuid].br[0]; in fix_b0_for_bsp()
Dprocess.c214 ia64_jump_to_sal(&sal_boot_rendez_state[this_cpu]); in play_dead()
/linux-6.1.9/arch/ia64/include/asm/
Dsal.h892 extern struct sal_to_os_boot sal_boot_rendez_state[NR_CPUS];