Searched refs:fault_typea (Results 1 – 1 of 1) sorted by relevance
5050 vm_prot_t fault_typea, in vm_map_lookup() argument5095 if ((fault_typea & VM_PROT_FAULT_LOOKUP) != 0) { in vm_map_lookup()5096 fault_typea &= ~VM_PROT_FAULT_LOOKUP; in vm_map_lookup()5103 fault_type = fault_typea & VM_PROT_ALL; in vm_map_lookup()5112 if ((fault_typea & VM_PROT_COPY) != 0 && in vm_map_lookup()5140 (fault_typea & VM_PROT_COPY) != 0) { in vm_map_lookup()5220 vm_prot_t fault_typea, in vm_map_lookup_locked() argument5230 vm_prot_t fault_type = fault_typea; in vm_map_lookup_locked()