Searched refs:access_type (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/uvm/ |
| D | uvm_fault.c | 561 uvm_fault(orig_map, vaddr, fault_type, access_type) in uvm_fault() argument 565 vm_prot_t access_type; 580 orig_map, vaddr, fault_type, access_type); 632 if ((ufi.entry->protection & access_type) != access_type) { 635 ufi.entry->protection, access_type, 0, 0); 661 access_type = enter_prot; /* full access for wired */ 671 if ((access_type & VM_PROT_WRITE) || 894 centeridx, fault_type, access_type, 930 access_type & MASK(ufi.entry), 1102 if ((access_type & VM_PROT_WRITE) == 0) { [all …]
|
| D | uvm_device.c | 374 udv_fault(ufi, vaddr, pps, npages, centeridx, fault_type, access_type, flags) in udv_fault() argument 380 vm_prot_t access_type; 439 mdpgno = (*mapfn)(device, curr_offset, access_type);
|
| D | uvm_glue.c | 187 uvm_vslock(p, addr, len, access_type) in uvm_vslock() argument 191 vm_prot_t access_type; 203 rv = uvm_fault_wire(map, start, end, access_type);
|
| D | uvm_aobj.c | 953 uao_get(uobj, offset, pps, npagesp, centeridx, access_type, advice, flags) in uao_get() argument 959 vm_prot_t access_type;
|
| D | uvm_vnode.c | 1306 uvn_get(uobj, offset, pps, npagesp, centeridx, access_type, advice, flags) in uvn_get() argument 1312 vm_prot_t access_type;
|