/openbsd/sys/uvm/ |
H A D | uvmexp.h | 96 int faults; /* [p] page fault count */ member 172 faults, /* page fault count */ enumerator
|
H A D | uvm_meter.c | 260 uexp->faults = (int)counters[faults]; in uvmexp_read() 308 uexp.faults, uexp.traps, uexp.intrs, uexp.swtch, in uvmexp_print()
|
H A D | uvm_fault.c | 48 * a word on page faults: 50 * types of page faults we handle: 52 * CASE 1: upper layer faults CASE 2: lower layer faults 646 counters_inc(uvmexp_counters, faults); in uvm_fault() 925 * of preventing future faults. we also init the pages[] array as in uvm_fault_upper_lookup()
|
/openbsd/gnu/llvm/lld/utils/ |
H A D | link.yaml | 34 - name: page-faults
|
/openbsd/usr.bin/systat/ |
H A D | uvm.c | 62 &uvmexp.faults, &last_uvmexp.faults, "faults",
|
H A D | vmstat.c | 438 PUTRATE(uvmexp.faults, GENSTATROW + 1, GENSTATCOL + 30, 5); in showkre()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 332 DECLARE_KFIFO(faults, u64, 128); 334 struct amdgpu_vm_faults faults; member
|
H A D | amdgpu_vm.c | 2239 INIT_KFIFO(vm->faults); in amdgpu_vm_init() 2241 SIMPLEQ_INIT(&vm->faults); in amdgpu_vm_init()
|
/openbsd/usr.bin/vmstat/ |
H A D | vmstat.c | 368 (void)printf("%4u ", rate(uvmexp.faults - ouvmexp.faults)); in dovmstat() 527 (void)printf("%11u page faults\n", uvmexp.faults); in dosum()
|
/openbsd/lib/libc/arch/mips64/gen/ |
H A D | ldexp.S | 162 add.d $f0, $f0, $f0 # cause overflow faults if enabled
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | Internals.pod | 44 The results of doing so may result in segmentation faults or other undefined
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | FaultMaps.rst | 57 of faults are supported:
|
H A D | BigEndianNEON.rst | 133 …`LDR``, we'd still need to use ``LD1`` in some places to avoid alignment faults (the result of the… 135 Most operating systems however do not run with alignment faults enabled, so this is often not an is…
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i370/ |
H A D | README | 37 ABI has several major faults. It should be fixed. As it is fixed,
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | genassym.cf | 114 member faults
|
H A D | locore.s | 1593 wr %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults 1800 INCR uvmexp+V_FAULTS ! uvmexp.faults++ (clobbers %o0,%o1,%o2) should not fault 1968 INCR uvmexp+V_FAULTS ! uvmexp.faults++ (clobbers %o0,%o1,%o2) 2485 wr %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults 4311 GET_CPCB(%o4) ! catch faults 4344 GET_CPCB(%o4) ! catch faults 5656 membar #Sync ! Make sure all faults are processed
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/ |
H A D | enc2xs | 1466 33373 page faults 1476 9839 page faults
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | bugpoint.rst | 87 Use valgrind to find faults in the optimization phase. This will allow
|
/openbsd/lib/libexpat/tests/ |
H A D | basic_tests.c | 1254 const ExtFaults faults[] in START_TEST() local 1262 const ExtFaults *fault = faults; in START_TEST() 2524 ExtFaults faults[] in START_TEST() local 2534 for (fault = &faults[0]; fault->parse_text != NULL; fault++) { in START_TEST() 3240 ExtFaults faults[] in START_TEST() local 3251 for (fault = &faults[0]; fault->parse_text != NULL; fault++) { in START_TEST()
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 814 uint64_t faults; member
|
H A D | kfd_process.c | 429 return sysfs_emit(buf, "%llu\n", READ_ONCE(pdd->faults)); in kfd_sysfs_counters_show()
|
H A D | kfd_svm.c | 2896 WRITE_ONCE(pdd->faults, pdd->faults + 1); in svm_range_count_fault()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlunicook.pod | 707 use warnings qw(FATAL utf8); # fatalize encoding faults
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPU.td | 213 "s_load_dword followed by v_cmp page faults"
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | release_managers_guide.pod | 85 possible to the final release. Indeed, unless critical faults are found 88 removing the RC status from F<patchlevel.h>, etc). If faults are found,
|