Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_fault.c561 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 …]
Duvm_device.c374 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);
Duvm_glue.c187 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);
Duvm_aobj.c953 uao_get(uobj, offset, pps, npagesp, centeridx, access_type, advice, flags) in uao_get() argument
959 vm_prot_t access_type;
Duvm_vnode.c1306 uvn_get(uobj, offset, pps, npagesp, centeridx, access_type, advice, flags) in uvn_get() argument
1312 vm_prot_t access_type;