Searched refs:fault_typea (Results 1 – 1 of 1) sorted by relevance
4943 vm_prot_t fault_typea, in vm_map_lookup() argument4988 if ((fault_typea & VM_PROT_FAULT_LOOKUP) != 0) { in vm_map_lookup()4989 fault_typea &= ~VM_PROT_FAULT_LOOKUP; in vm_map_lookup()4997 fault_type = fault_typea & VM_PROT_ALL; in vm_map_lookup()5006 if ((fault_typea & VM_PROT_COPY) != 0 && in vm_map_lookup()5034 (fault_typea & VM_PROT_COPY) != 0) { in vm_map_lookup()5114 vm_prot_t fault_typea, in vm_map_lookup_locked() argument5124 vm_prot_t fault_type = fault_typea; in vm_map_lookup_locked()