Searched refs:reqprot (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsys_process.c245 vm_prot_t reqprot; local
267 reqprot = writing ? VM_PROT_COPY | VM_PROT_READ : VM_PROT_READ;
295 error = vm_fault_hold(map, pageno, reqprot, fault_flags, &m);
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c900 vm_gpa_hold(struct vm *vm, int vcpuid, vm_paddr_t gpa, size_t len, int reqprot, argument
933 trunc_page(gpa), PAGE_SIZE, reqprot, &m, 1);

Completed in 109 milliseconds