Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
Dsimple_alloc.c129 unsigned long heap_base, tbl_size; in simple_alloc_init() local
140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()
142 next_base = heap_base; in simple_alloc_init()
149 return (void *)(heap_base + heap_size); in simple_alloc_init()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtboot.c471 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local
488 heap_base = ioremap(*(u64 *)(config + TXTCR_HEAP_BASE), in tboot_get_dmar_table()
491 if (!heap_base) in tboot_get_dmar_table()
496 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h61 uint64_t heap_base; member
Docteon.h62 uint64_t heap_base; member
113 uint64_t heap_base;
Dcvmx-bootinfo.h63 uint64_t heap_base; member
146 uint64_t heap_base;
/kernel/linux/linux-5.10/drivers/atm/
Dfore200e.h704 u32 heap_base; /* offset form beginning of ram */ member