Home
last modified time | relevance | path

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

123

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_error.c221 } faults[] = { in dtrace_faultstr() local
235 for (i = 0; faults[i].str != NULL; i++) { in dtrace_faultstr()
236 if (faults[i].code == fault) in dtrace_faultstr()
237 return (faults[i].str); in dtrace_faultstr()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_mmu.c333 bool inst, bool miss, bool supv, bool dag1, bu32 faults) in _mmu_log_fault() argument
353 faults; in _mmu_log_fault()
455 bu32 faults; in _mmu_check_addr() local
476 faults = 0; in _mmu_check_addr()
504 faults |= (1 << i); in _mmu_check_addr()
546 _mmu_log_fault (cpu, mmu, addr, write, inst, hits == 0, supv, dag1, faults); in _mmu_check_addr()
/netbsd/src/external/bsd/top/dist/machine/
Dm_freebsd.man53 Number of page faults
81 Total number of page faults.
Dm_sunos5.man28 Number of page faults.
/netbsd/src/sys/arch/acorn32/conf/
Dstd.acorn3217 # Acorn machines and alignment faults do not play nice together.
/netbsd/src/sys/uvm/
Duvm_extern.h354 int faults; /* page fault count */ member
450 int64_t faults; member
Duvm_meter.c127 u.faults = cpu_count_get(CPU_COUNT_NFAULT); in sysctl_vm_uvmexp2()
451 uvmexp.faults = (int)cpu_count_get(CPU_COUNT_NFAULT); in uvm_update_uvmexp()
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
DNEWS101 faults if a.out files are loaded outside the simulated memory. See README.
/netbsd/src/sys/arch/sparc64/sparc64/
Dcopy.S107 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
154 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
Dlocore.s3467 … %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults
3524 … %g0, ASI_PHYS_CACHED, %asi ! Use ASI_PHYS_CACHED to prevent possible page faults
/netbsd/src/lib/libc/arch/mips/gen/
Dldexp.S212 add.d $f0, $f0, $f0 # cause overflow faults if enabled
/netbsd/src/sys/arch/acorn32/doc/
Dhistory50 - section permission faults now cause bus errors
60 - the fault handler will report faults from (fu/su)iwintr()
391 - kernel now supports permission faults in UND32 mode.
/netbsd/src/games/larn/
DFixed.Bugs15 like segmentation faults, bus errors, illegal instructions, etc., and
148 25. Someone said that they were getting segmentation faults when they were
/netbsd/src/sys/arch/m68k/m68k/
Dbusaddrerr.s91 andl #0x7ffd,%d1 | check other faults
/netbsd/src/external/mit/expat/dist/tests/
Dbasic_tests.c1358 const ExtFaults faults[] in START_TEST() local
1366 const ExtFaults *fault = faults; in START_TEST()
2646 ExtFaults faults[] in START_TEST() local
2656 for (fault = &faults[0]; fault->parse_text != NULL; fault++) { in START_TEST()
3362 ExtFaults faults[] in START_TEST() local
3373 for (fault = &faults[0]; fault->parse_text != NULL; fault++) { in START_TEST()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddarwin-nat-info.c174 PRINT_FIELD (&task_info_data.events, faults); in info_mach_task_command()
/netbsd/src/sys/arch/m68k/060sp/dist/
Disp.s3909 # 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
/netbsd/src/sys/arch/m68k/fpsp/
Dnetbsd.sa382 * faults should have already been handled.
Dskeleton.sa387 * faults should have already been handled.
/netbsd/src/usr.bin/systat/
Dvmstat.c445 PUTRATE(us, us1, uvmexp->faults, GENSTATROW + 1, GENSTATCOL + 34, 6); in show_vmstat_top()
/netbsd/src/sys/arch/hp300/DOC/
DDebug.tips194 fault address. Most faults are causes by dereferences of bogus pointers.
/netbsd/src/external/bsd/top/dist/
DChanges46 For freebsd, added page faults, pageins, pageouts, and pages
48 values presented in vmstat. For sunos5, added page faults,
/netbsd/src/external/bsd/tcpdump/dist/
DCHANGES619 ISOCLNS/IS-IS: Fix segmentation faults
662 RTP: Add some bounds checks, fix two segmentation faults
776 a number of unaligned access faults fixed
/netbsd/src/usr.bin/vmstat/
Dvmstat.c1187 cc->nfault = uvmexp.faults; in cpucounters()
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
Dtestfloat.txt122 TestFloat finds actually represent faults in the system being tested.

123