Lines Matching defs:fault_type

166 			  vm_prot_t		fault_type);
724 * in "fault_type". Desired permissions are included
772 vm_prot_t fault_type, /* What access is requested */
802 vm_prot_t access_required = fault_type;
904 access_required = fault_type;
909 object, offset, fault_type, *protection, 0);
1006 if (fault_type == VM_PROT_NONE) {
1192 && (fault_type & VM_PROT_WRITE)) {
1754 dbgTrace(0xBEEF0016, (unsigned int) object, (unsigned int) fault_type); /* (TEST/DEBUG) */
1756 if (fault_type & VM_PROT_WRITE) {
1896 dbgTrace(0xBEEF0017, (unsigned int) copy_object, (unsigned int) fault_type); /* (TEST/DEBUG) */
1902 if ((fault_type & VM_PROT_WRITE) == 0) {
2313 vm_prot_t fault_type,
2340 } else if ((fault_type & VM_PROT_WRITE) == 0) {
2532 if (fault_type & VM_PROT_WRITE) {
2564 PMAP_ENTER_OPTIONS(pmap, vaddr, m, prot, fault_type, 0,
2594 PMAP_ENTER(pmap, vaddr, m, prot, fault_type, 0, wired);
2743 vm_prot_t fault_type,
2804 original_fault_type = fault_type;
2806 if (fault_type & VM_PROT_WRITE)
2825 fault_type = original_fault_type;
2829 kr = vm_map_lookup_locked(&map, vaddr, fault_type,
2851 fault_type = prot | VM_PROT_WRITE;
2874 vm_fault_classify(object, offset, fault_type);
2915 object->copy != VM_OBJECT_NULL && (fault_type & VM_PROT_WRITE))
3220 if ((fault_type & VM_PROT_WRITE) == 0) {
3263 fault_type,
3275 fault_type,
3657 kr = vm_fault_page(object, offset, fault_type,
3769 fault_type & ~VM_PROT_WRITE,
3863 if (wired && (fault_type != (prot | VM_PROT_WRITE))) {
3893 fault_type,
3905 fault_type,
3940 if ((fault_type & VM_PROT_EXECUTE) &&
4885 vm_prot_t fault_type)
4897 if (((fault_type & VM_PROT_WRITE) == 0) ||