Home
last modified time | relevance | path

Searched refs:heap_base (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/boot/
H A Dsimple_alloc.c130 unsigned long heap_base, tbl_size; in simple_alloc_init() local
141 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()
143 next_base = heap_base; in simple_alloc_init()
150 return (void *)(heap_base + heap_size); in simple_alloc_init()
/linux/arch/x86/kernel/
H A Dtboot.c476 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local
493 heap_base = ioremap(*(u64 *)(config + TXTCR_HEAP_BASE), in tboot_get_dmar_table()
496 if (!heap_base) in tboot_get_dmar_table()
501 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sysinfo.h61 uint64_t heap_base; member
H A Docteon.h61 uint64_t heap_base; member
112 uint64_t heap_base;
H A Dcvmx-bootinfo.h63 uint64_t heap_base; member
146 uint64_t heap_base;
/linux/drivers/media/platform/amphion/
H A Dvpu_imx8q.h97 u32 heap_base; member