Searched refs:fault (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.1-release/sys/dev/firewire/
H A Dfwphyreg.h121 fault:1, member in struct:phyreg_page0
150 fault:1,
/freebsd-10.1-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl531 lfetch.fault.nt1 [tmp0], -256 // 15
532 lfetch.fault.nt1 [tmp1], -256;;
533 lfetch.fault.nt1 [tmp0], -256 // 13
534 lfetch.fault.nt1 [tmp1], -256;;
535 lfetch.fault.nt1 [tmp0], -256 // 11
536 lfetch.fault.nt1 [tmp1], -256;;
537 lfetch.fault.nt1 [tmp0], -256 // 9
538 lfetch.fault.nt1 [tmp1], -256;;
541 lfetch.fault.nt1 [tmp0], -256 // 7
542 lfetch.fault
[all...]
/freebsd-10.1-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c146 * want to fault. On returning from the probe, the no-fault
149 * Check if DTrace has enabled 'no-fault' mode:
158 /* Page fault. */
170 * following the one causing the fault.
197 int fault, int fltoffs, uintptr_t illval)
202 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
196 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, int fault, int fltoffs, uintptr_t illval) argument
H A Ddtrace_isa.c530 goto fault;
617 goto fault;
631 fault:
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c214 dtrace_faultstr(dtrace_hdl_t *dtp, int fault) argument
231 { DTRACEFLT_LIBRARY, "library-level fault" },
236 if (faults[i].code == fault)
240 return ("unknown fault");
/freebsd-10.1-release/usr.bin/lastcomm/tests/
H A Dvalues.sh62 echo Generating segmentation fault.
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dnto-procfs.c845 sigemptyset ((sigset_t *) &run.fault);
846 sigaddset ((sigset_t *) &run.fault, FLTBPT);
847 sigaddset ((sigset_t *) &run.fault, FLTTRACE);
848 sigaddset ((sigset_t *) &run.fault, FLTILL);
849 sigaddset ((sigset_t *) &run.fault, FLTPRIV);
850 sigaddset ((sigset_t *) &run.fault, FLTBOUNDS);
851 sigaddset ((sigset_t *) &run.fault, FLTIOVF);
852 sigaddset ((sigset_t *) &run.fault, FLTIZDIV);
853 sigaddset ((sigset_t *) &run.fault, FLTFPE);
855 sigaddset ((sigset_t *) &run.fault, FLTPAG
[all...]
H A Dlynx-nat.c59 X (fault), /* we just substitute these two in the hopes
101 X (fault), /* fpflags */
H A Dstandalone.c495 They must first push a fault code,
496 old PC, old PS, and any other info about the fault.
500 fault (void)
502 /* Transfer all registers and fault code to the stack
504 followed by fault code. */
522 /* Assuming register contents and fault code have been pushed on the stack as
493 fault (void) function
H A Dproc-events.c47 #include <sys/fault.h>
1622 * fault table, because the signal table may contain aliases.
1645 /* Hardware fault translation table. */
1662 { FLTACCESS, "FLTACCESS", "Memory access fault" },
1677 { FLTSTACK, "FLTSTACK", "Unrecoverable stack fault" },
1680 { FLTPAGE, "FLTPAGE", "Recoverable page fault" },
1697 * Work horse. Accepts an index into the fault table, prints it pretty.
1711 * Prettyprint a hardware fault by number.
1726 fprintf (file, "Unknown hardware fault %d%c",
1739 * This function loops thru the fault tabl
[all...]
/freebsd-10.1-release/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c271 * want to fault. On returning from the probe, the no-fault
274 * Check if DTrace has enabled 'no-fault' mode:
283 /* Page fault. */
292 * following the one causing the fault.
304 * following the one causing the fault.
320 int fault, int fltoffs, uintptr_t illval)
325 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
319 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, int fault, int fltoffs, uintptr_t illval) argument
/freebsd-10.1-release/sys/ia64/ia64/
H A Dtrap.c590 /* Check for copyin/copyout fault. */
683 /* Check for copyin/copyout fault. */
701 u_long fault; local
732 fault = (vector == IA64_VEC_FLOATING_POINT_FAULT) ? 1 : 0;
741 ret = fpswa_iface->if_fpswa(fault, &bundle,
752 if (fault && (ret.status == 0 || (ret.status & 2))) {
773 panic("fpswa fatal error on fp fault");
/freebsd-10.1-release/lib/libvmmapi/
H A Dvmmapi.c980 uint64_t gla, int prot, int *fault, uint64_t *gpa)
993 *fault = gg.fault;
1008 int error, fault, i, n, off; local
1017 error = gla2gpa(ctx, vcpu, paging, gla, prot, &fault, &gpa);
1020 if (fault)
979 gla2gpa(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, int *fault, uint64_t *gpa) argument
/freebsd-10.1-release/contrib/ipfilter/
H A Dradix_ipf.c1444 int fault = 0; local
1449 fault |= 1;
1451 fault |= 2;
1453 fault |= 4;
1454 if (fault != 0) {
1455 printf("FAULT %#x %s\n", fault, rn->name);
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c889 /* Resume guest execution to handle page fault */
1176 * XXX assuming a non-stack reference otherwise a stack fault
1180 goto fault;
1211 goto fault;
1264 goto fault;
1291 goto fault;
1306 goto fault;
1329 fault:
1494 * fault. There has to be a memory access involved to cause the
1495 * EPT fault
[all...]
H A Dvmm_dev.c444 * error = 1: a fault was injected into the guest
446 gg->fault = error;
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1444 int fault = 0; local
1449 fault |= 1;
1451 fault |= 2;
1453 fault |= 4;
1454 if (fault != 0) {
1455 printf("FAULT %#x %s\n", fault, rn->name);
/freebsd-10.1-release/sys/amd64/include/
H A Dvmm_dev.h176 int fault; /* outputs */ member in struct:vm_gla2gpa
/freebsd-10.1-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc63 // executing these instructions will result in a segmentation fault.
H A DSignals.inc184 // Otherwise if it is a fault (like SEGV) run any handler.
263 // PrintStackTrace - In the case of a program crash or fault, print out a stack
/freebsd-10.1-release/sys/boot/i386/btx/btx/
H A Dbtx.S330 jmp except # Double fault
336 jmp except # Stack segment fault
340 jmp except # Page fault
/freebsd-10.1-release/sys/boot/pc98/btx/btx/
H A Dbtx.S332 jmp except # Double fault
338 jmp except # Stack segment fault
342 jmp except # Page fault
/freebsd-10.1-release/sys/mips/mips/
H A Dexception.S112 MFC0 k0, MIPS_COP_0_BAD_VADDR # get the fault address
131 bltz k0, 1f #02: k0<0 -> 1f (kernel fault)
467 MFC0 a2, MIPS_COP_0_BAD_VADDR # Third arg is the fault addr
1040 PTR_LI k1, VM_MAX_KERNEL_ADDRESS # check fault address against
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_ttm.c837 r = ttm_vm_ops->fault(vma, vmf);
864 radeon_ttm_vm_ops.fault = &radeon_ttm_fault;
/freebsd-10.1-release/sys/dev/dpt/
H A Ddpt.h265 #define HA_SFAULT 0x20 /* write fault */
388 fault :1, /* write fault */ member in struct:reg_bit

Completed in 380 milliseconds

12