Searched defs:fault_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_enum.h52 enum fault_type { enum
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c155 enum fault_type fault_type; local
163 extern faultcode_t pagefault(caddr_t, enum fault_type,
429 fault_type = F_PROT;
433 fault_type = F_INVAL;
444 fault_type = F_INVAL;
459 res = pagefault(addr, fault_type, rw, iskernel);
522 fault_type = F_INVAL;
528 fault_type = F_INVAL;
540 fault_type
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c537 uint8_t fault_type; local
554 fault_type = IMMU_FRR_GET_FT(val);
573 fault_type ? "read" : "write", pg_addr,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c475 enum fault_type fault_type; local
840 fault_type = (errcode & PF_ERR_PROT)? F_PROT: F_INVAL;
846 fault_type = F_INVAL;
862 fault_type = F_INVAL;
865 res = pagefault(addr, fault_type, rw, 0);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1152 uint32_t fault_type :4; member in struct:tavor_hw_eqe_pgflt_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h2319 uint32_t fault_type :4; member in struct:hermon_hw_eqe_pgflt_s

Completed in 108 milliseconds