Searched defs:protection (Results 1 - 25 of 72) sorted by relevance

123

/haiku/src/tests/system/boot/loader/
H A Dplatform_mmu.cpp14 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/system/boot/platform/openfirmware/
H A Dmmu.cpp15 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/system/kernel/vm/
H A DVMKernelArea.cpp14 VMKernelArea(VMAddressSpace* addressSpace, uint32 wiring, uint32 protection) argument
28 Create(VMAddressSpace* addressSpace, const char* name, uint32 wiring, uint32 protection, ObjectCache* objectCache, uint32 allocationFlags) argument
H A DVMUserArea.cpp13 VMUserArea(VMAddressSpace* addressSpace, uint32 wiring, uint32 protection) argument
27 Create(VMAddressSpace* addressSpace, const char* name, uint32 wiring, uint32 protection, uint32 allocationFlags) argument
H A DVMArea.cpp26 VMArea::VMArea(VMAddressSpace* addressSpace, uint32 wiring, uint32 protection) argument
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dutil.c37 alloc_mem(void **virt, void **phy, size_t size, uint32 protection, argument
75 map_mem(void **virt, void *phy, size_t size, uint32 protection, argument
/haiku/src/kits/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp53 uint32 protection = 0; local
/haiku/src/kits/debugger/model/
H A DAreaInfo.cpp38 AreaInfo(team_id team, area_id area, const BString& name, target_addr_t address, target_size_t size, target_size_t ramSize, uint32 lock, uint32 protection) argument
55 SetTo(team_id team, area_id area, const BString& name, target_addr_t address, target_size_t size, target_size_t ramSize, uint32 lock, uint32 protection) argument
/haiku/headers/private/kernel/
H A DAreaKeeper.h52 Create(const char *name, void **_virtualAddress, uint32 spec, size_t size, uint32 lock, uint32 protection) argument
61 Map(const char *name, phys_addr_t physicalAddress, size_t numBytes, uint32 spec, uint32 protection, void **_virtualAddress) argument
/haiku/src/tests/system/kernel/
H A Dset_area_protection_test1.cpp18 create_test_area(const char* name, int** address, uint32 protection) argument
33 clone_test_area(const char* name, int** address, uint32 protection, argument
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dutil.c40 map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection, argument
74 alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection, argument
/haiku/src/system/kernel/arch/sparc/
H A Darch_vm_translation_map.cpp95 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
H A Darch_vm.cpp103 arch_vm_supports_protection(uint32 protection) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm.cpp121 arch_vm_supports_protection(uint32 protection) argument
H A Darch_vm_translation_map.cpp169 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_vm.cpp121 arch_vm_supports_protection(uint32 protection) argument
H A Darch_vm_translation_map.cpp125 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm.cpp104 arch_vm_supports_protection(uint32 protection) argument
/haiku/src/add-ons/kernel/drivers/audio/generic/
H A Dutil.c73 uint32 protection; local
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm.cpp160 arch_vm_supports_protection(uint32 protection) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp168 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/libroot/os/
H A Darea.c63 set_area_protection(area_id id, uint32 protection) argument
15 create_area(const char *name, void **address, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
25 clone_area(const char *name, void **address, uint32 addressSpec, uint32 protection, area_id sourceArea) argument
/haiku/src/system/boot/platform/next_m68k/
H A Dmmu.cpp139 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm_translation_map.cpp193 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A Dintel_reg.cpp109 uint32 protection = B_READ_AREA | (write ? B_WRITE_AREA : 0); local

Completed in 119 milliseconds

123