Home
last modified time | relevance | path

Searched refs:VM_PROT_RW (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vm/
H A Dvm.h86 #define VM_PROT_RW (VM_PROT_READ|VM_PROT_WRITE) macro
/dragonfly/sys/kern/
H A Dimgact_elf.c1208 if (writable && (entry->protection & VM_PROT_RW) != VM_PROT_RW) in each_segment()