Lines Matching defs:enter_prot
747 * enter_prot is set up by uvm_fault_check() and clamped
751 vm_prot_t enter_prot; /* prot at which we want to enter pages in */
1023 * "enter_prot" is the protection we want to enter the page in at.
1029 flt->enter_prot = ufi->entry->protection;
1037 flt->access_type = flt->enter_prot; /* full access for wired */
1076 flt->enter_prot &= ~VM_PROT_WRITE;
1406 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
1407 flt->enter_prot,
1528 * 1. if not cow'ing now, simply adjust flt->enter_prot.
1548 flt->enter_prot = flt->enter_prot & ~VM_PROT_WRITE;
1662 flt->enter_prot = flt->enter_prot & ~VM_PROT_WRITE;
1698 flt->enter_prot, flt->access_type | PMAP_CANFAIL |
2098 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
2099 flt->enter_prot & MASK(ufi->entry);
2263 * 1. adjust flt->enter_prot.
2287 flt->enter_prot &= ~VM_PROT_WRITE;
2308 * 1. if not cow'ing, adjust flt->enter_prot.
2327 flt->enter_prot = flt->enter_prot & ~VM_PROT_WRITE;
2503 "promote=%u cow_now=%u access_type=%x enter_prot=%x cow=%u "
2505 flt->promote, flt->cow_now, flt->access_type, flt->enter_prot,
2511 readonly ? flt->enter_prot & ~VM_PROT_WRITE : flt->enter_prot,