Searched defs:ProtectionFlags (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmemobj-r0drv-freebsd.c668 vm_prot_t ProtectionFlags = 0; local
670 ProtectionFlags = VM_PROT_NONE;
672 ProtectionFlags |= VM_PROT_READ;
674 ProtectionFlags |= VM_PROT_WRITE;
676 ProtectionFlags |= VM_PROT_EXECUTE;
692 ProtectionFlags, /* protection flags */
738 vm_prot_t ProtectionFlags = 0; local
740 ProtectionFlags = VM_PROT_NONE;
742 ProtectionFlags |= VM_PROT_READ;
744 ProtectionFlags |
811 vm_prot_t ProtectionFlags = 0; local
[all...]

Completed in 232 milliseconds