Searched refs:LWP0_CPU_INFO (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dproc.h72 #define LWP0_CPU_INFO &cpu_info_store /* staticly set in lwp0 */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dproc.h63 #define LWP0_CPU_INFO &cpu_info[0] macro
/netbsd-current/sys/arch/riscv/include/
H A Dproc.h68 #define LWP0_CPU_INFO &cpu_info_store[0] /* staticly set in lwp0 */ macro
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h225 #define LWP0_CPU_INFO (&cpu_info_store[0]) macro
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h334 #define LWP0_CPU_INFO (&cpu_info_store[0]) macro
/netbsd-current/sys/kern/
H A Dinit_main.c289 #ifndef LWP0_CPU_INFO
H A Dkern_lwp.c277 #ifdef LWP0_CPU_INFO
278 .l_cpu = LWP0_CPU_INFO,

Completed in 298 milliseconds