Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dsmpboot.c89 struct sal_to_os_boot sal_boot_rendez_state[NR_CPUS]; variable
95 struct sal_to_os_boot *sal_state_for_booting_cpu = &sal_boot_rendez_state[0];
97 #define set_brendez_area(x) (sal_state_for_booting_cpu = &sal_boot_rendez_state[(x)]);
200 sal_boot_rendez_state[0].br[0] = sal_boot_rendez_state[cpuid].br[0]; in fix_b0_for_bsp()
Dcrash.c141 ia64_jump_to_sal(&sal_boot_rendez_state[cpuid]); in kdump_cpu_freeze()
Dprocess.c253 ia64_jump_to_sal(&sal_boot_rendez_state[this_cpu]); in play_dead()
/arch/ia64/include/asm/
Dsal.h891 extern struct sal_to_os_boot sal_boot_rendez_state[NR_CPUS];