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

12

/freebsd-10-stable/sys/dev/firewire/
H A Dfwphyreg.h121 fault:1, member in struct:phyreg_page0
150 fault:1,
/freebsd-10-stable/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-stable/usr.sbin/bhyve/
H A Dtask_switch.c694 #define CHKERR(error,fault) \
699 else if (fault) \
714 int error, ext, fault, minlimit, nt_type, ot_type, vcpu; local
743 &fault);
744 CHKERR(error, fault);
796 PROT_READ | PROT_WRITE, nt_iov, nitems(nt_iov), &fault);
797 CHKERR(error, fault);
823 &fault);
824 CHKERR(error, fault);
828 PROT_READ | PROT_WRITE, ot_iov, nitems(ot_iov), &fault);
[all...]
H A Dinout.c110 int error, fault, retval; local
166 bytes, prot, iov, nitems(iov), &fault);
170 } else if (fault) {
171 retval = 0; /* Resume guest to handle fault */
/freebsd-10-stable/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-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c608 enum vm_reg_name gpr, uint64_t *gla, int *fault)
650 *fault = 0;
654 *fault = 1;
670 int error, fault, opsize, seg, repeat; local
717 PROT_READ, seg, VM_REG_GUEST_RSI, &srcaddr, &fault);
718 if (error || fault)
722 copyinfo, nitems(copyinfo), &fault);
724 if (fault)
725 goto done; /* Resume guest to handle fault */
743 &fault);
606 get_gla(void *vm, int vcpuid, struct vie *vie, struct vm_guest_paging *paging, int opsize, int addrsize, int prot, enum vm_reg_name seg, enum vm_reg_name gpr, uint64_t *gla, int *fault) argument
1212 int error, fault, size, stackaddrsize, pushop; local
[all...]
H A Dvmm.c1382 int cs_d, error, fault; local
1398 VCPU_CTR1(vm, vcpuid, "inst_emul fault accessing gpa %#lx", gpa);
1403 cs_base, VIE_INST_SIZE, vie, &fault);
1408 error = fault = 0;
1410 if (error || fault)
1834 * If an exception occurs while attempting to call the double-fault
1835 * handler the processor enters shutdown mode (aka triple fault).
1840 VCPU_CTR2(vm, vcpuid, "triple fault: info1(%#lx), info2(%#lx)",
1854 /* Convert nested fault into a double fault
2487 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, uint64_t gla, size_t len, int prot, struct vm_copyinfo *copyinfo, int num_copyinfo, int *fault) argument
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dkirkwood-pogo_e02.dts43 fault {
44 label = "pogo_e02:orange:fault";
/freebsd-10-stable/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-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh62 echo Generating segmentation fault.
/freebsd-10-stable/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
/freebsd-10-stable/usr.sbin/sesutil/
H A Dsesutil.c56 static int fault(int argc, char **argv);
59 static int sesled(int argc, char **argv, bool fault);
67 { "fault",
69 "Change the state of the fault LED associated with a disk",
70 fault },
173 usage(stderr, (setfault ? "fault" : "locate"));
184 usage(stderr, (setfault ? "fault" : "locate"));
194 usage(stderr, (setfault ? "fault" : "locate"));
301 fault(int argc, char **argv) function
/freebsd-10-stable/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-stable/lib/libvmmapi/
H A Dvmmapi.h112 uint64_t gla, int prot, uint64_t *gpa, int *fault);
181 * retval fault Interpretation
188 int *fault);
H A Dvmmapi.c1182 uint64_t gla, int prot, uint64_t *gpa, int *fault)
1195 *fault = gg.fault;
1208 int *fault)
1221 error = vm_gla2gpa(ctx, vcpu, paging, gla, prot, &gpa, fault);
1222 if (error || *fault)
1181 vm_gla2gpa(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *fault) argument
1206 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt, int *fault) argument
/freebsd-10-stable/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-stable/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-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1442 int fault = 0; local
1447 fault |= 1;
1449 fault |= 2;
1451 fault |= 4;
1452 if (fault != 0) {
1453 printf("FAULT %#x %s\n", fault, rn->name);
/freebsd-10-stable/sys/amd64/include/
H A Dvmm_dev.h188 int fault; /* outputs */ member in struct:vm_gla2gpa
/freebsd-10-stable/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-stable/sys/boot/i386/btx/btx/
H A Dbtx.S330 jmp except # Double fault
336 jmp except # Stack segment fault
340 jmp except # Page fault

Completed in 393 milliseconds

12