Searched refs:protection (Results 1 - 25 of 116) sorted by path

12345

/haiku/headers/private/debugger/model/
H A DAreaInfo.h21 uint32 lock, uint32 protection);
26 uint32 lock, uint32 protection);
H A DTeamMemory.h24 uint32& protection, uint32& locking) = 0;
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h48 static const BString& AreaProtectionFlagsToString(uint32 protection,
/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu.h51 uint32 protection : 2; member in struct:block_address_translation
76 uint32 kernel_protection_key : 1; // Ks, Supervisor-state protection key
77 uint32 user_protection_key : 1; // Kp, User-state protection key
H A Darch_mmu_amcc440.h58 uint32 protection : 2; member in struct:tlb_entry
/haiku/headers/private/kernel/arch/
H A Dvm.h32 bool arch_vm_supports_protection(uint32 protection);
/haiku/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_arch.h20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_arch.h21 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_arch.h20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dutil.c37 alloc_mem(void **virt, void **phy, size_t size, uint32 protection, argument
50 B_32_BIT_CONTIGUOUS, protection);
75 map_mem(void **virt, void *phy, size_t size, uint32 protection, argument
90 B_ANY_KERNEL_BLOCK_ADDRESS, protection, &mapadr);
H A Dutil.h30 area_id alloc_mem(void **virt, void **phy, size_t size, uint32 protection, const char *name);
31 area_id map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dutil.h14 area_id alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection,
16 area_id map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection,
/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
55 B_ANY_KERNEL_BLOCK_ADDRESS, protection, &mapadr);
74 alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection, argument
86 B_32_BIT_CONTIGUOUS, protection);
H A Dutil.h30 area_id map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection,
32 area_id alloc_mem(void **virt, phys_addr_t *phy, size_t size, uint32 protection,
/haiku/src/add-ons/kernel/drivers/misc/
H A Dmem.c29 static area_id mem_map_target(off_t position, size_t length, uint32 protection,
165 mem_map_target(off_t position, size_t length, uint32 protection, argument
186 B_ANY_KERNEL_ADDRESS, protection, virtualAddress);
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h97 uint32& protection, uint32& locking) = 0;
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp330 uint32& protection, uint32& locking)
336 protection = info->Protection() & ~(uint32)B_WRITE_AREA;
337 // Filter out write protection, since we don't support writing memory.
329 GetMemoryProperties(target_addr_t address, uint32& protection, uint32& locking) argument
H A DCoreFileDebuggerInterface.h77 uint32& protection, uint32& locking);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp575 areaInfo.ram_size, areaInfo.lock, areaInfo.protection);
759 uint32& protection, uint32& locking)
762 &protection, &locking);
758 GetMemoryProperties(target_addr_t address, uint32& protection, uint32& locking) argument
H A DLocalDebuggerInterface.h68 uint32& protection, uint32& locking);
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp52 uint32 protection, const BString& name)
59 fProtection(protection),
509 uint32 protection = Get(entry.na_protection); local
536 baseAddress, size, ramSize, lock, protection, copiedName);
50 CoreFileAreaInfo(ElfSegment* segment, int32 id, uint64 baseAddress, uint64 size, uint64 ramSize, uint32 locking, uint32 protection, const BString& name) argument
H A DCoreFile.h34 uint32 protection, const BString& name);
/haiku/src/kits/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp53 uint32 protection = 0; local
56 fMemoryBlock->BaseAddress(), protection, locking);
62 fMemoryBlock->SetWritable((protection & B_WRITE_AREA) != 0);
/haiku/src/kits/debugger/model/
H A DAreaInfo.cpp40 uint32 lock, uint32 protection)
49 fProtection(protection)
57 uint32 lock, uint32 protection)
66 fProtection = protection;
38 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/src/system/boot/arch/m68k/
H A Dmmu.cpp648 platform_allocate_region(void **_address, size_t size, uint8 protection, argument

Completed in 114 milliseconds

12345