Searched refs:_base (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/boot/platform/openfirmware/
H A Dheap.cpp24 platform_init_heap(stage2_args *args, void **_base, void **_top) argument
28 *_base = NULL;
29 status_t error = platform_allocate_region(_base, args->heap_size,
34 printf("heap base = %p\n", *_base);
35 *_top = (void *)((int8 *)*_base + args->heap_size);
/haiku/src/system/boot/platform/efi/
H A Dheap.cpp30 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
36 *_base = (void*)staging;
/haiku/headers/private/app/
H A DServerMemoryAllocator.h27 uint8*& _base, size_t size,
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.h26 extern status_t generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length,
H A Dgeneric_x86.cpp159 generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length, uint8 *_type) argument
167 *_base = base & ~(B_PAGE_SIZE - 1);
/haiku/src/kits/app/
H A DServerMemoryAllocator.cpp68 uint8*& _base, size_t size, bool readOnly)
108 _base = mapping->local_base;
133 uint8*& _base)
141 _base = mapping->local_base;
67 AddArea(area_id serverArea, area_id& _area, uint8*& _base, size_t size, bool readOnly) argument
132 AreaAndBaseFor(area_id serverArea, area_id& _area, uint8*& _base) argument
/haiku/headers/private/kernel/boot/
H A Dplatform.h25 extern status_t platform_init_heap(struct stage2_args *args, void **_base, void **_top);
/haiku/src/system/boot/platform/next_m68k/
H A Dmmu.cpp163 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp418 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
424 *_base = heap;
426 TRACE(("boot heap at 0x%p to 0x%p\n", *_base, *_top));
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp36 platform_init_heap(struct stage2_args* args, void** _base, void** _top) argument
42 *_base = base;
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp678 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
684 *_base = heap;
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp681 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
687 *_base = heap;
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp676 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
682 *_base = heap;
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp362 platform_init_heap(struct stage2_args* args, void** _base, void** _top) argument
368 *_base = (void*)heap;
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h491 status_t (*get_mtrr)(uint32 index, uint64* _base, uint64* _length,
665 status_t x86_get_mtrr(uint32 index, uint64* _base, uint64* _length,
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp822 platform_init_heap(struct stage2_args *args, void **_base, void **_top) argument
828 *_base = heap;
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp251 fs_walk(fs_volume* _volume, fs_vnode* _base, const char* file, ino_t* _vnodeID) argument
254 iso9660_inode* baseNode = (iso9660_inode*)_base->private_node;
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp592 uint32 flags, addr_t* _base, phys_addr_t* _physicalBase)
595 flags, _base, _physicalBase);
591 intel_allocate_memory(intel_info &info, size_t size, size_t alignment, uint32 flags, addr_t* _base, phys_addr_t* _physicalBase) argument
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c863 fs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid) argument
872 base = _base->private_node;
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c313 static status_t websearchfs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid) argument
316 fs_node *base = _base->private_node;
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp288 x86_get_mtrr(uint32 index, uint64* _base, uint64* _length, uint8* _type) argument
292 return sCpuModule->get_mtrr(index, _base, _length, _type);

Completed in 119 milliseconds