Home
last modified time | relevance | path

Searched refs:faults (Results 1 – 9 of 9) sorted by relevance

/arch/sparc/kernel/
Dprocess_32.c85 unsigned long faults; in cpu_idle() local
96 faults = sun4c_kernel_faults; in cpu_idle()
97 fps = (fps + (faults - last_faults)) >> 1; in cpu_idle()
98 last_faults = faults; in cpu_idle()
/arch/arm/nwfpe/
Dentry.S114 @ ??? For some reason, faults can happen at .Lx2 even with a
/arch/arm/
DKconfig.debug63 8 - SIGSEGV faults
64 16 - SIGBUS faults
/arch/m68k/ifpsp060/
Diskeleton.S185 | algorithms so that no page faults occur within the "core" code
/arch/cris/arch-v32/kernel/
Dhead.S101 ;; f unused, but page mapped to get page faults
/arch/m68k/fpsp040/
Dskeleton.S402 | faults should have already been handled.
/arch/arm/plat-samsung/
DKconfig342 faults with better precision.
/arch/blackfin/
DKconfig.debug81 double faults - if unsure say "Y"
/arch/x86/kernel/
Dentry_32.S1052 # Hypervisor uses this for application faults while it executes.