Searched refs:arch_vm_supports_protection (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/headers/private/kernel/arch/
H A Dvm.h32 bool arch_vm_supports_protection(uint32 protection);
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_vm.cpp76 arch_vm_supports_protection(uint32 protection) function
78 #warning IMPLEMENT arch_vm_supports_protection
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_vm.cpp85 arch_vm_supports_protection(uint32 protection) function
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm.cpp121 arch_vm_supports_protection(uint32 protection) function
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_vm.cpp160 arch_vm_supports_protection(uint32 protection) function
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_vm.cpp719 arch_vm_supports_protection(uint32 protection) function
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp1104 if (!arch_vm_supports_protection(0))
1204 if (!arch_vm_supports_protection(protection))
1567 if (!arch_vm_supports_protection(protection))
1674 if (!arch_vm_supports_protection(protection)
2002 if (!arch_vm_supports_protection(protection))
2530 if (!arch_vm_supports_protection(newProtection))
5842 if (!arch_vm_supports_protection(protection))

Completed in 161 milliseconds