Searched refs:VM_PROT_COPY (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm.h80 #define VM_PROT_COPY ((vm_prot_t) 0x08) /* copy-on-read */ macro
H A Dvm_fault.c391 fault_type = prot | (fault_type & VM_PROT_COPY);
827 if ((fault_type & (VM_PROT_COPY | VM_PROT_WRITE)) != 0) {
H A Dvm_map.c4023 if ((fault_typea & VM_PROT_COPY) != 0 &&
4050 (fault_typea & VM_PROT_COPY) != 0) {
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DMemory.inc226 VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
272 (vm_size_t)M.Size, 0, VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
297 VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
/freebsd-10-stable/sys/kern/
H A Dsys_process.c267 reqprot = writing ? VM_PROT_COPY | VM_PROT_READ : VM_PROT_READ;

Completed in 81 milliseconds