/src/sys/external/isc/libsodium/dist/test/default/ |
box8.c | 20 int faults; local in function:main 34 faults = 1; 36 faults = 5; 38 while (faults > 0) { 49 faults--;
|
/src/sys/uvm/ |
uvm_meter.c | 127 u.faults = cpu_count_get(CPU_COUNT_NFAULT); 451 uvmexp.faults = (int)cpu_count_get(CPU_COUNT_NFAULT);
|
uvm_extern.h | 354 int faults; /* page fault count */ member in struct:uvmexp 450 int64_t faults; member in struct:uvmexp_sysctl
|
/src/lib/libc/arch/mips/gen/ |
ldexp.S | 212 add.d $f0, $f0, $f0 # cause overflow faults if enabled
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vm.h | 300 /* Up to 128 pending retry page faults */ 301 DECLARE_KFIFO(faults, u64, 128);
|
amdgpu_vm.c | 2915 INIT_KFIFO(vm->faults); 3123 FINI_KFIFO(vm->faults); 3330 * amdgpu_vm_handle_fault - graceful handling of VM faults.
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 107 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults 154 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
|
locore.s | 2131 * prevent any faults while saving the windows. BTW if it isn't mapped, we 2180 wr %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults 2531 flushw ! Get this clean so we won't take any more user faults 3467 wr %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults 3524 wr %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults 3600 wr %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults 5180 !! We can't take any save faults in here 'cause they will never be serviced
|
/src/sys/arch/m68k/m68k/ |
busaddrerr.s | 91 andl #0x7ffd,%d1 | check other faults
|
/src/usr.bin/systat/ |
vmstat.c | 445 PUTRATE(us, us1, uvmexp->faults, GENSTATROW + 1, GENSTATCOL + 34, 6);
|
/src/sys/arch/m68k/060sp/dist/ |
isp.s | 3298 # pre-load the operand ATC. no page faults should occur here because 3600 # pre-load the operand ATC. no page faults should occur because 3909 # pre-load the operand ATC. no page faults should occur here because 4067 # pre-load the operand ATC. no page faults should occur here because 4213 # pre-load the operand ATC. no page faults should occur here because
|
/src/usr.bin/vmstat/ |
vmstat.c | 847 (void)printf("%*s faults cpu\n", 1022 (void)printf("%9" PRIu64 " total faults taken\n", cc.nfault); 1045 (void)printf("%9" PRIu64 " faults with no memory\n", uvmexp.fltnoram); 1046 (void)printf("%9" PRIu64 " faults with no anons\n", uvmexp.fltnoanon); 1047 (void)printf("%9" PRIu64 " faults had to wait on pages\n", uvmexp.fltpgwait); 1048 (void)printf("%9" PRIu64 " faults found released page\n", uvmexp.fltpgrele); 1049 (void)printf("%9" PRIu64 " faults relock (%" PRIu64 " ok)\n", uvmexp.fltrelck, 1051 (void)printf("%9" PRIu64 " anon page faults\n", uvmexp.fltanget); 1052 (void)printf("%9" PRIu64 " anon retry faults\n", uvmexp.fltanretry); 1053 (void)printf("%9" PRIu64 " amap copy faults\n", uvmexp.fltamcopy) [all...] |
/src/sys/arch/sparc/sparc/ |
locore.s | 1770 * Most memory faults are user mode text or data faults, which can cause 4710 ld [%o4 + %lo(cpcb)], %o4 ! catch faults
|