Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
cpu.h | 88 bool cpu_kpreempt_enter(uintptr_t, int); |
/src/sys/arch/arm/arm/ | |
arm_machdep.c | 325 cpu_kpreempt_enter(uintptr_t where, int s) function in typeref:typename:bool |
/src/sys/kern/ | |
kern_stub.c | 202 cpu_kpreempt_enter(uintptr_t where, int s) function in typeref:typename:bool |
kern_synch.c | 417 if (__predict_false(!cpu_kpreempt_enter(where, s))) { |
/src/sys/arch/aarch64/aarch64/ | |
cpu_machdep.c | 306 cpu_kpreempt_enter(uintptr_t where, int s) function in typeref:typename:bool |
/src/sys/arch/x86/x86/ | |
x86_machdep.c | 406 cpu_kpreempt_enter(uintptr_t where, int s) function in typeref:typename:bool |
/src/sys/arch/mips/mips/ | |
cpu_subr.c | 562 cpu_kpreempt_enter(uintptr_t where, int s) function in typeref:typename:bool |