Searched refs:protection (Results 1 - 25 of 102) sorted by relevance

12345

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
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);
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);
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dutil.h30 area_id map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name);
31 area_id alloc_mem(void **virt, void **phy, size_t size, uint32 protection, const char *name);
H A Dutil.c40 map_mem(void **virt, void *phy, size_t size, uint32 protection, argument
55 B_ANY_KERNEL_BLOCK_ADDRESS, protection, &mapadr);
71 alloc_mem(void **virt, void **phy, size_t size, uint32 protection, argument
84 B_32_BIT_CONTIGUOUS, protection);
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Dutil.h25 uint32 protection, const char *name);
26 area_id map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name);
H A Dutil.c37 alloc_contiguous(void **virt, void **phy, size_t size, uint32 protection, argument
50 B_32_BIT_CONTIGUOUS, protection);
74 map_mem(void **virt, void *phy, size_t size, uint32 protection, argument
88 protection, &mapadr);
/haiku-fatelf/src/system/kernel/vm/
H A DVMUserArea.cpp14 uint32 protection)
16 VMArea(addressSpace, wiring, protection)
28 uint32 wiring, uint32 protection, uint32 allocationFlags)
31 addressSpace, wiring, protection);
53 area->protection = flags;
13 VMUserArea(VMAddressSpace* addressSpace, uint32 wiring, uint32 protection) argument
27 Create(VMAddressSpace* addressSpace, const char* name, uint32 wiring, uint32 protection, uint32 allocationFlags) argument
H A DVMKernelArea.cpp15 uint32 protection)
17 VMArea(addressSpace, wiring, protection)
29 uint32 wiring, uint32 protection, ObjectCache* objectCache,
33 addressSpace, wiring, protection);
14 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.h17 uint32 wiring, uint32 protection);
22 uint32 protection, uint32 allocationFlags);
/haiku-fatelf/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-fatelf/src/tests/system/boot/loader/
H A Dplatform_mmu.cpp14 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
17 printf("platform_allocate_region(address = %p, size = %lu, protection = %u, exactAdress = %d)\n",
18 *_address, size, protection, exactAddress);
/haiku-fatelf/headers/private/graphics/intel_extreme/
H A DAreaKeeper.h24 size_t size, uint32 lock, uint32 protection);
26 uint32 spec, uint32 protection, void **_virtualAddress);
52 size_t size, uint32 lock, uint32 protection)
54 fArea = create_area(name, _virtualAddress, spec, size, lock, protection);
61 uint32 spec, uint32 protection, void **_virtualAddress)
64 protection, _virtualAddress);
51 Create(const char *name, void **_virtualAddress, uint32 spec, size_t size, uint32 lock, uint32 protection) argument
60 Map(const char *name, void *physicalAddress, size_t numBytes, uint32 spec, uint32 protection, void **_virtualAddress) argument
/haiku-fatelf/headers/private/graphics/radeon_hd/
H A DAreaKeeper.h24 size_t size, uint32 lock, uint32 protection);
26 uint32 spec, uint32 protection, void **_virtualAddress);
52 size_t size, uint32 lock, uint32 protection)
54 fArea = create_area(name, _virtualAddress, spec, size, lock, protection);
61 uint32 spec, uint32 protection, void **_virtualAddress)
64 protection, _virtualAddress);
51 Create(const char *name, void **_virtualAddress, uint32 spec, size_t size, uint32 lock, uint32 protection) argument
60 Map(const char *name, void *physicalAddress, size_t numBytes, uint32 spec, uint32 protection, void **_virtualAddress) argument
/haiku-fatelf/src/system/libroot/os/
H A Darea.c13 uint32 lock, uint32 protection)
15 return _kern_create_area(name, address, addressSpec, size, lock, protection);
21 uint32 protection, area_id sourceArea)
23 return _kern_clone_area(name, address, addressSpec, protection, sourceArea);
56 set_area_protection(area_id id, uint32 protection) argument
58 return _kern_set_area_protection(id, protection);
12 create_area(const char *name, void **address, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
20 clone_area(const char *name, void **address, uint32 addressSpec, uint32 protection, area_id sourceArea) argument
/haiku-fatelf/src/apps/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp52 uint32 protection = 0;
55 (const void *)fMemoryBlock->BaseAddress(), &protection, &locking);
59 fMemoryBlock->SetWritable((protection & B_WRITE_AREA) != 0);
/haiku-fatelf/src/system/boot/platform/cfe/
H A Dmmu.cpp15 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
21 void *address = arch_mmu_allocate(*_address, size, protection,
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dmmu.cpp15 platform_allocate_region(void **_address, size_t size, uint8 protection, argument
21 void *address = arch_mmu_allocate(*_address, size, protection,
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dutil.h24 area_id map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name);
/haiku-fatelf/headers/posix/sys/
H A Dmman.h13 /* memory protection for mmap() and others; assignment compatible with
45 void* mmap(void* address, size_t length, int protection, int flags,
49 int mprotect(void* address, size_t length, int protection);
/haiku-fatelf/headers/private/kernel/boot/platform/cfe/
H A Dplatform_arch.h21 uint8 protection, bool exactAddress);
/haiku-fatelf/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_arch.h20 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku-fatelf/headers/private/kernel/boot/platform/raspberrypi_arm/
H A Dplatform_arch.h22 extern void *arch_mmu_allocate(void *address, size_t size, uint8 protection,
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Dutil.c47 alloc_mem(void **virt, void **phy, size_t size, uint32 protection, argument
60 B_32_BIT_CONTIGUOUS, protection);
89 map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name) argument
102 B_ANY_KERNEL_BLOCK_ADDRESS, protection, &mapadr);

Completed in 139 milliseconds

12345