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

12

/freebsd-11-stable/sys/dev/firewire/
H A Dfwphyreg.h121 fault:1, member in struct:phyreg_page0
150 fault:1,
/freebsd-11-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-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c696 #define CHKERR(error,fault) \
701 else if (fault) \
716 int error, ext, fault, minlimit, nt_type, ot_type, vcpu; local
745 &fault);
746 CHKERR(error, fault);
798 PROT_READ | PROT_WRITE, nt_iov, nitems(nt_iov), &fault);
799 CHKERR(error, fault);
825 &fault);
826 CHKERR(error, fault);
830 PROT_READ | PROT_WRITE, ot_iov, nitems(ot_iov), &fault);
[all...]
H A Dinout.c112 int error, fault, retval; local
168 bytes, prot, iov, nitems(iov), &fault);
172 } else if (fault) {
173 retval = 0; /* Resume guest to handle fault */
/freebsd-11-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-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c188 * want to fault. On returning from the probe, the no-fault
191 * Check if DTrace has enabled 'no-fault' mode:
199 /* Page fault. */
211 * following the one causing the fault.
238 int fault, int fltoffs, uintptr_t illval)
243 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
237 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.c529 goto fault;
616 goto fault;
630 fault:
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c193 * want to fault. On returning from the probe, the no-fault
196 * Check if DTrace has enabled 'no-fault' mode:
215 * following the one causing the fault.
232 int fault, int fltoffs, uintptr_t illval)
237 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
231 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, int fault, int fltoffs, uintptr_t illval) argument
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh62 echo Generating segmentation fault.
/freebsd-11-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-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c699 enum vm_reg_name gpr, uint64_t *gla, int *fault)
741 *fault = 0;
745 *fault = 1;
761 int error, fault, opsize, seg, repeat; local
808 PROT_READ, seg, VM_REG_GUEST_RSI, &srcaddr, &fault);
809 if (error || fault)
813 copyinfo, nitems(copyinfo), &fault);
815 if (fault)
816 goto done; /* Resume guest to handle fault */
834 &fault);
697 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
1434 int error, fault, size, stackaddrsize, pushop; local
[all...]
H A Dvmm.c1430 int cs_d, error, fault; local
1446 VCPU_CTR1(vm, vcpuid, "inst_emul fault accessing gpa %#lx", gpa);
1451 cs_base, VIE_INST_SIZE, vie, &fault);
1456 error = fault = 0;
1458 if (error || fault)
1883 * If an exception occurs while attempting to call the double-fault
1884 * handler the processor enters shutdown mode (aka triple fault).
1889 VCPU_CTR2(vm, vcpuid, "triple fault: info1(%#lx), info2(%#lx)",
1903 /* Convert nested fault into a double fault
2537 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-11-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_subr.c190 * want to fault. On returning from the probe, the no-fault
193 * Check if DTrace has enabled 'no-fault' mode:
202 /* Page fault. */
210 * following the one causing the fault.
226 int fault, int fltoffs, uintptr_t illval)
231 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
225 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, int fault, int fltoffs, uintptr_t illval) argument
/freebsd-11-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_subr.c190 * want to fault. On returning from the probe, the no-fault
193 * Check if DTrace has enabled 'no-fault' mode:
210 * following the one causing the fault.
226 int fault, int fltoffs, uintptr_t illval)
231 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
225 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, int fault, int fltoffs, uintptr_t illval) argument
/freebsd-11-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c275 * want to fault. On returning from the probe, the no-fault
278 * Check if DTrace has enabled 'no-fault' mode:
286 /* Page fault. */
295 * following the one causing the fault.
307 * following the one causing the fault.
323 int fault, int fltoffs, uintptr_t illval)
328 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
322 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, int fault, int fltoffs, uintptr_t illval) argument
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.h113 uint64_t gla, int prot, uint64_t *gpa, int *fault);
184 * retval fault Interpretation
191 int *fault);
H A Dvmmapi.c1180 uint64_t gla, int prot, uint64_t *gpa, int *fault)
1193 *fault = gg.fault;
1206 int *fault)
1219 error = vm_gla2gpa(ctx, vcpu, paging, gla, prot, &gpa, fault);
1220 if (error || *fault)
1179 vm_gla2gpa(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *fault) argument
1204 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-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h133 int (*fault) (struct vm_area_struct *, struct vm_fault *); member in struct:vm_operations_struct
/freebsd-11-stable/usr.sbin/sesutil/
H A Dsesutil.c58 static int fault(int argc, char **argv);
61 static int sesled(int argc, char **argv, bool fault);
70 { "fault",
72 "Change the state of the fault LED associated with a disk",
73 fault },
178 usage(stderr, (setfault ? "fault" : "locate"));
189 usage(stderr, (setfault ? "fault" : "locate"));
199 usage(stderr, (setfault ? "fault" : "locate"));
310 fault(int argc, char **argv) function
353 sesutil_print(&title, "\t\t- LED={q:led/fault}\
[all...]
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c1582 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
1590 if (fault->encoding != NULL) {
1591 if (! XML_SetEncoding(ext_parser, fault->encoding))
1594 if (_XML_Parse_SINGLE_BYTES(ext_parser, fault->parse_text,
1595 (int)strlen(fault->parse_text), XML_TRUE)
1597 fail(fault->fail_text);
1598 if (XML_GetErrorCode(ext_parser) != fault->error)
1610 ExtFaults fault local
1615 XML_SetUserData(g_parser, &fault);
1626 ExtFaults fault local
1804 const ExtFaults *fault = faults; local
3203 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
3247 ExtFaults *fault; local
4211 ExtFaults *fault; local
4247 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
6203 ExtFaults fault = {"<![IGNORE[<!ELEMENT \\xffG (#PCDATA)*>]]>", local
[all...]
/freebsd-11-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-11-stable/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-11-stable/sys/amd64/include/
H A Dvmm_dev.h188 int fault; /* outputs */ member in struct:vm_gla2gpa

Completed in 375 milliseconds

12