enter_prot        566 uvm/uvm_fault.c 	vm_prot_t enter_prot;
enter_prot        639 uvm/uvm_fault.c 	enter_prot = ufi.entry->protection;
enter_prot        642 uvm/uvm_fault.c 		access_type = enter_prot; /* full access for wired */
enter_prot        668 uvm/uvm_fault.c 			enter_prot &= ~VM_PROT_WRITE; 
enter_prot        838 uvm/uvm_fault.c 			    (anon->an_ref > 1) ? (enter_prot & ~VM_PROT_WRITE) :
enter_prot        839 uvm/uvm_fault.c 			    enter_prot,
enter_prot        971 uvm/uvm_fault.c 				    enter_prot & MASK(ufi.entry),
enter_prot       1089 uvm/uvm_fault.c 			enter_prot = enter_prot & ~VM_PROT_WRITE;
enter_prot       1220 uvm/uvm_fault.c 			enter_prot = enter_prot & ~VM_PROT_WRITE;
enter_prot       1236 uvm/uvm_fault.c 	    enter_prot, access_type | PMAP_CANFAIL | (wired ? PMAP_WIRED : 0))
enter_prot       1467 uvm/uvm_fault.c 			enter_prot &= ~VM_PROT_WRITE;
enter_prot       1481 uvm/uvm_fault.c 				enter_prot = enter_prot & ~VM_PROT_WRITE;
enter_prot       1688 uvm/uvm_fault.c 	    enter_prot, access_type | PMAP_CANFAIL | (wired ? PMAP_WIRED : 0))