Searched defs:protection (Results 1 - 25 of 72) sorted by last modified time

123

/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A Dintel_reg.cpp109 uint32 protection = B_READ_AREA | (write ? B_WRITE_AREA : 0); local
/haiku/src/add-ons/kernel/drivers/audio/generic/
H A Dutil.c73 uint32 protection; local
/haiku/src/system/kernel/vm/
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...]
H A DVMKernelAddressSpace.cpp143 CreateArea(const char* name, uint32 wiring, uint32 protection, uint32 allocationFlags) argument
H A DVMArea.cpp26 VMArea::VMArea(VMAddressSpace* addressSpace, uint32 wiring, uint32 protection) argument
/haiku/headers/private/drivers/
H A Dpoke.h66 uint32 protection; member in struct:__anon5
/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/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/
H A Delf.cpp2075 uint32 protection = 0; local
H A Dguarded_heap.cpp156 guarded_heap_page_protect(guarded_heap_area& area, size_t pageIndex, uint32 protection) argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp368 arch_vm_supports_protection(uint32 protection) argument
H A Darch_vm_translation_map.cpp193 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, 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/system/kernel/debug/
H A Ddebug.cpp1875 debug_is_kernel_memory_accessible(addr_t address, size_t size, uint32 protection) argument
H A Dcore_dump.cpp1183 uint32 protection = areaInfo->Protection(); local
/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/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/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/headers/os/kernel/
H A DOS.h59 uint32 protection; member in struct:area_info
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp419 IsKernelPageAccessible(addr_t virtualAddress, uint32 protection) argument
/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/headers/private/kernel/vm/
H A DVMArea.h107 uint32 protection; member in struct:VMArea
/haiku/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp125 arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, 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

Completed in 219 milliseconds

123