Home
last modified time | relevance | path

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

123

/openbsd/sys/uvm/
H A Duvmexp.h96 int faults; /* [p] page fault count */ member
172 faults, /* page fault count */ enumerator
H A Duvm_meter.c260 uexp->faults = (int)counters[faults]; in uvmexp_read()
308 uexp.faults, uexp.traps, uexp.intrs, uexp.swtch, in uvmexp_print()
H A Duvm_fault.c48 * 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 Dlink.yaml34 - name: page-faults
/openbsd/usr.bin/systat/
H A Duvm.c62 &uvmexp.faults, &last_uvmexp.faults, "faults",
H A Dvmstat.c438 PUTRATE(uvmexp.faults, GENSTATROW + 1, GENSTATCOL + 30, 5); in showkre()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.h332 DECLARE_KFIFO(faults, u64, 128);
334 struct amdgpu_vm_faults faults; member
H A Damdgpu_vm.c2239 INIT_KFIFO(vm->faults); in amdgpu_vm_init()
2241 SIMPLEQ_INIT(&vm->faults); in amdgpu_vm_init()
/openbsd/usr.bin/vmstat/
H A Dvmstat.c368 (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 Dldexp.S162 add.d $f0, $f0, $f0 # cause overflow faults if enabled
/openbsd/gnu/usr.bin/perl/lib/
H A DInternals.pod44 The results of doing so may result in segmentation faults or other undefined
/openbsd/gnu/llvm/llvm/docs/
H A DFaultMaps.rst57 of faults are supported:
H A DBigEndianNEON.rst133 …`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 DREADME37 ABI has several major faults. It should be fixed. As it is fixed,
/openbsd/sys/arch/sparc64/sparc64/
H A Dgenassym.cf114 member faults
H A Dlocore.s1593 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 Denc2xs1466 33373 page faults
1476 9839 page faults
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dbugpoint.rst87 Use valgrind to find faults in the optimization phase. This will allow
/openbsd/lib/libexpat/tests/
H A Dbasic_tests.c1254 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 Dkfd_priv.h814 uint64_t faults; member
H A Dkfd_process.c429 return sysfs_emit(buf, "%llu\n", READ_ONCE(pdd->faults)); in kfd_sysfs_counters_show()
H A Dkfd_svm.c2896 WRITE_ONCE(pdd->faults, pdd->faults + 1); in svm_range_count_fault()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlunicook.pod707 use warnings qw(FATAL utf8); # fatalize encoding faults
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td213 "s_load_dword followed by v_cmp page faults"
/openbsd/gnu/usr.bin/perl/Porting/
H A Drelease_managers_guide.pod85 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,

123