Searched defs:protection (Results 26 - 50 of 72) sorted by relevance

123

/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu_amcc440.h58 uint32 protection : 2; member in struct:tlb_entry
H A Darch_mmu.h51 uint32 protection : 2; member in struct:block_address_translation
/haiku/src/add-ons/kernel/drivers/misc/
H A Dmem.c165 mem_map_target(off_t position, size_t length, uint32 protection, argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp365 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp274 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
302 FillPageTableEntry(page_table_entry *entry, uint32 virtualSegmentID, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 protection, uint32 memoryType, bool secondaryHash) argument
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp274 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
302 FillPageTableEntry(page_table_entry *entry, uint32 virtualSegmentID, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 protection, uint32 memoryType, bool secondaryHash) argument
H A DPPCVMTranslationMapClassic.cpp358 uint32 protection = 0; local
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp352 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dutil.cpp25 alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection, argument
59 map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection, argument
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp92 mmap(void* address, size_t length, int protection, int flags, int fd, argument
169 mprotect(void* address, size_t length, int protection) argument
/haiku/headers/private/drivers/
H A Dpoke.h66 uint32 protection; member in struct:__anon5
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp648 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp329 GetMemoryProperties(target_addr_t address, uint32& protection, uint32& locking) argument
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp211 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp373 uint8 protection = 0; local
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm_translation_map.cpp193 arch_vm_translation_map_is_kernel_page_accessible(addr_t va, uint32 protection) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Darch-specific.cpp99 uint32 protection = B_READ_AREA | B_WRITE_AREA; local
157 uint32 protection = B_READ_AREA | B_WRITE_AREA; local
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp651 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp646 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp368 arch_vm_supports_protection(uint32 protection) argument
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp31 uint32 protection; member in struct:MemoryRegion
300 platform_allocate_region(void** address, size_t size, uint8 protection, argument
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioQueue.cpp18 alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection, argument
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp433 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp118 CreateArea(const char* name, uint32 wiring, uint32 protection, uint32 allocationFlags) argument
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp190 UiUtils::AreaProtectionFlagsToString(uint32 protection, BString& _output) argument
[all...]

Completed in 154 milliseconds

123