Searched refs:F_INVAL (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_enum.h53 F_INVAL, /* invalid page */ enumerator in enum:fault_type
H A Dseg_kpm.c216 case F_INVAL:
H A Dseg_spt.c1866 * we are able to handle F_SOFTLOCK and F_INVAL calls in "large
1894 * Fall through to the F_INVAL case to load up the hat layer
1898 case F_INVAL:
1958 if (type == F_INVAL) {
2057 * we are able to handle F_SOFTLOCK and F_INVAL calls in "large
2106 * Fall through to the F_INVAL case to load up the hat layer
2111 case F_INVAL:
H A Dseg_kp.c978 if (type == F_INVAL) {
1320 * (e.g. a segkp_fault(F_INVAL) on an address somewhere in the
H A Dseg_dev.c281 * Routines to synchronize F_SOFTLOCK and F_INVAL faults for
1236 * Routines to synchronize F_SOFTLOCK and F_INVAL faults for
1240 * +ve counts => F_INVAL/F_PROT in progress
1242 * but can have multiple pending F_INVAL/F_PROT calls
1266 case F_INVAL :
1298 case F_INVAL :
1638 * - determine if the F_INVAL/F_SOFTLOCK syncing
1643 * F_PROT type are retagged to F_INVAL.
1672 * Second, a desire to serialize F_INVAL(and F_PROT) calls w.r.t.
1680 * but multiple F_INVAL/F_PROT
[all...]
H A Dseg_map.c1596 * segmap_getmap will call segmap_fault(..., F_INVAL, rw) to create them.
1972 F_INVAL, rw);
H A Dvm_as.c884 case F_INVAL:
H A Dseg_vn.c9344 vpage, &pp, 0, F_INVAL, rw, 1);
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c433 fault_type = F_INVAL;
444 fault_type = F_INVAL;
522 fault_type = F_INVAL;
528 fault_type = F_INVAL;
546 fault_type = F_INVAL;
553 fault_type = F_INVAL;
587 fault_type = F_INVAL;
603 fault_type = F_INVAL;
613 fault_type = F_INVAL;
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c503 res = as_fault(as->a_hat, as, uaddr, size, F_INVAL, S_READ);
H A Dgrow.c342 newsize - oldsize, F_INVAL, S_WRITE);
H A Dexec.c1246 (caddr_t)addr, len, F_INVAL, S_READ);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c672 (errcode & PF_ERR_PROT)? F_PROT: F_INVAL, rw, 0);
679 (errcode & PF_ERR_PROT)? F_PROT: F_INVAL, rw, 1);
840 fault_type = (errcode & PF_ERR_PROT)? F_PROT: F_INVAL;
846 fault_type = F_INVAL;
862 fault_type = F_INVAL;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c227 res = as_fault(as->a_hat, as, addr, 1, F_INVAL, rw);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c615 res = as_fault(hat, as, addr, 1, F_INVAL, rw);

Completed in 131 milliseconds