| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/i386/include/ | |
| cpu.h | 45 static struct cpu_info *x86_curcpu(void); 57 x86_curcpu(void) function in typeref:typename:__always_inline struct cpu_info * __unused |
| /src/sys/rump/librump/rumpkern/arch/x86/ | |
| rump_x86_cpu.c | 63 x86_curcpu() function in typeref:struct:cpu_info * |
| /src/sys/arch/amd64/include/ | |
| cpu.h | 48 static struct cpu_info *x86_curcpu(void); 60 x86_curcpu(void) function in typeref:typename:__always_inline struct cpu_info * __unused __nomsan |
| /src/sys/arch/x86/include/ | |
| cpu.h | 398 struct cpu_info *x86_curcpu(void); 423 #define curcpu() x86_curcpu() |
| /src/sys/arch/i386/i386/ | |
| cpufunc.S | 273 ENTRY(x86_curcpu) function 276 END(x86_curcpu) |
| /src/sys/arch/amd64/amd64/ | |
| cpufunc.S | 361 ENTRY(x86_curcpu) function 365 END(x86_curcpu) |