accessprot        115 uvm/uvm_device.c udv_attach(arg, accessprot, off, size)
accessprot        117 uvm/uvm_device.c 	vm_prot_t accessprot;
accessprot        154 uvm/uvm_device.c 		if ((*mapfn)(device, off, accessprot) == -1)
accessprot        156 uvm/uvm_vnode.c uvn_attach(arg, accessprot)
accessprot        158 uvm/uvm_vnode.c 	vm_prot_t accessprot;
accessprot        213 uvm/uvm_vnode.c 		if ((accessprot & VM_PROT_WRITE) != 0 &&
accessprot        295 uvm/uvm_vnode.c 	if (accessprot & VM_PROT_WRITE) {