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

123

/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp358 uint32 protection = 0; local
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp792 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp143 CreateArea(const char* name, uint32 wiring, uint32 protection, uint32 allocationFlags) argument
H A Dvm.cpp500 set_area_page_protection(VMArea* area, addr_t pageAddress, uint32 protection) argument
519 uint32 protection = area->page_protections[pageIndex / 2]; local
553 map_page(VMArea* area, vm_page* page, addr_t address, uint32 protection, vm_page_reservation* reservation) argument
1051 map_backing_store(VMAddressSpace* addressSpace, VMCache* cache, off_t offset, const char* areaName, addr_t size, int wiring, int protection, int protectionMax, int mapping, uint32 flags, const virtual_address_restrictions* addressRestrictions, bool kernel, VMArea** _area, void** _virtualAddress) argument
1328 vm_set_kernel_area_debug_protection(void* cookie, void* _address, size_t size, uint32 protection) argument
1459 vm_create_anonymous_area(team_id team, const char *name, addr_t size, uint32 wiring, uint32 protection, uint32 flags, addr_t guardSize, const virtual_address_restrictions* virtualAddressRestrictions, const physical_address_restrictions* physicalAddressRestrictions, bool kernel, void** _address) argument
1840 vm_map_physical_memory(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t size, uint32 protection, phys_addr_t physicalAddress, bool alreadyWired) argument
1951 vm_map_physical_memory_vecs(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t* _size, uint32 protection, struct generic_io_vec* vecs, uint32 vecCount) argument
2143 _vm_map_file(team_id team, const char* name, void** _address, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset, bool kernel) argument
2300 vm_map_file(team_id aid, const char* name, void** address, uint32 addressSpec, addr_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset) argument
2348 vm_clone_area(team_id team, const char* name, void** address, uint32 addressSpec, uint32 protection, uint32 mapping, area_id sourceID, bool kernel) argument
2660 uint32 protection = 0; local
2693 uint32 protection = 0; local
2707 uint32 protection = 0; local
4901 uint32 protection = get_area_page_protection(area, address); local
5286 fix_protection(uint32* protection) argument
6387 __map_physical_memory_haiku(const char* name, phys_addr_t physicalAddress, size_t numBytes, uint32 addressSpec, uint32 protection, void** _virtualAddress) argument
6403 clone_area(const char* name, void** _address, uint32 addressSpec, uint32 protection, area_id source) argument
6415 create_area_etc(team_id team, const char* name, size_t size, uint32 lock, uint32 protection, uint32 flags, uint32 guardSize, const virtual_address_restrictions* virtualAddressRestrictions, const physical_address_restrictions* physicalAddressRestrictions, void** _address) argument
6430 __create_area_haiku(const char* name, void** _address, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
6611 _user_clone_area(const char* userName, void** userAddress, uint32 addressSpec, uint32 protection, area_id sourceArea) argument
6650 _user_create_area(const char* userName, void** userAddress, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
6714 _user_map_file(const char* userName, void** userAddress, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset) argument
6787 _user_set_memory_protection(void* _address, size_t size, uint32 protection) argument
7267 __map_physical_memory_beos(const char* name, void* physicalAddress, size_t numBytes, uint32 addressSpec, uint32 protection, void** _virtualAddress) argument
7280 __create_area_beos(const char* name, void** _address, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
[all...]
/haiku/headers/private/kernel/vm/
H A DVMArea.h107 uint32 protection; member in struct:VMArea
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp53 map_mem(void **virtualAddr, phys_addr_t _phy, size_t size, uint32 protection, argument
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp419 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/boot/loader/
H A Delf.cpp80 AllocateRegion(AddrType* _address, AddrType size, uint8 protection, argument
130 AllocateRegion(AddrType* _address, AddrType size, uint8 protection, argument
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp588 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp758 GetMemoryProperties(target_addr_t address, uint32& protection, uint32& locking) argument
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp509 uint32 protection = Get(entry.na_protection); local
50 CoreFileAreaInfo(ElfSegment* segment, int32 id, uint64 baseAddress, uint64 size, uint64 ramSize, uint32 locking, uint32 protection, const BString& name) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp724 arch_vm_supports_protection(uint32 protection) argument
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp491 uint8 protection = 0; local
/haiku/src/system/runtime_loader/
H A Dimages.cpp378 uint32 protection = B_READ_AREA | B_WRITE_AREA local
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp1517 m68k_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp718 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp225 guarded_heap_page_protect(guarded_heap_area& area, size_t pageIndex, uint32 protection) argument
/haiku/src/system/kernel/
H A Dguarded_heap.cpp156 guarded_heap_page_protect(guarded_heap_area& area, size_t pageIndex, uint32 protection) argument
H A Delf.cpp2075 uint32 protection = 0; local
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1183 uint32 protection = areaInfo->Protection(); local
H A Ddebug.cpp1875 debug_is_kernel_memory_accessible(addr_t address, size_t size, uint32 protection) argument
/haiku/headers/os/kernel/
H A DOS.h59 uint32 protection; member in struct:area_info

Completed in 217 milliseconds

123