Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/boot/
A Dsimple_alloc.c127 unsigned long heap_base, tbl_size; in simple_alloc_init() local
138 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()
140 next_base = heap_base; in simple_alloc_init()
147 return (void *)(heap_base + heap_size); in simple_alloc_init()
/linux-6.3-rc2/arch/x86/kernel/
A Dtboot.c477 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local
494 heap_base = ioremap(*(u64 *)(config + TXTCR_HEAP_BASE), in tboot_get_dmar_table()
497 if (!heap_base) in tboot_get_dmar_table()
502 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx-sysinfo.h61 uint64_t heap_base; member
A Docteon.h61 uint64_t heap_base; member
112 uint64_t heap_base;
A Dcvmx-bootinfo.h63 uint64_t heap_base; member
146 uint64_t heap_base;
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_imx8q.h97 u32 heap_base; member
/linux-6.3-rc2/drivers/atm/
A Dfore200e.h704 u32 heap_base; /* offset form beginning of ram */ member

Completed in 16 milliseconds