Searched refs:protection (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/haiku/ |
H A D | the-haiku-kernel.h | 54 extern area_id vm_clone_area(team_id team, const char *name, void **address, uint32 addressSpec, uint32 protection,
|
/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/ |
H A D | accelerant.cpp | 86 area_id Clone(const char *name, void **_address, uint32 spec, uint32 protection, area_id sourceArea) argument 88 fArea = clone_area(name, _address, spec, protection, sourceArea);
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | VMMRCA.asm | 106 ; Enables write protection. 118 ; Disables write protection.
|
H A D | TRPMRCHandlersA.asm | 97 dd NAME(TRPMGCHyperTrap0dHandler) ; d - #GP - F - Y - General protection fault. 138 dd NAME(TRPMGCTrap0dHandler) ; d - #GP - F - Y - General protection fault. 1175 ; Disable write protection.
|
H A D | CPUMRCA.asm | 40 ; Enables write protection of Hypervisor memory pages.
|
/vbox/src/VBox/Runtime/r0drv/darwin/ |
H A D | memobj-r0drv-darwin.cpp | 1020 * Convert the protection. 1076 krc2, (void *)pvReal, (void *)cbReal, Info.protection, Info.max_protection, Info.inheritance,
|
Completed in 1445 milliseconds