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

/freebsd-11.0-release/sys/vm/
H A Dvm.h79 #define VM_PROT_COPY ((vm_prot_t) 0x08) /* copy-on-read */ macro
H A Dvm_fault.c352 fault_type = prot | (fault_type & VM_PROT_COPY);
820 if ((fault_type & (VM_PROT_COPY | VM_PROT_WRITE)) != 0) {
1039 if ((fault_type & (VM_PROT_COPY | VM_PROT_WRITE)) != 0) {
H A Dvm_map.c4021 if ((fault_typea & VM_PROT_COPY) != 0 &&
4048 (fault_typea & VM_PROT_COPY) != 0) {
/freebsd-11.0-release/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);
294 VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
/freebsd-11.0-release/sys/kern/
H A Dsys_process.c268 reqprot = writing ? VM_PROT_COPY | VM_PROT_READ : VM_PROT_READ;

Completed in 116 milliseconds