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

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sysinfo.h61 uint64_t heap_base; member in struct:cvmx_sysinfo
H A Docteon.h61 uint64_t heap_base; member in struct:octeon_boot_descriptor
112 uint64_t heap_base;
H A Dcvmx-bootinfo.h63 uint64_t heap_base; member in struct:cvmx_bootinfo
146 uint64_t heap_base;
/linux-master/arch/powerpc/boot/
H A Dsimple_alloc.c130 unsigned long heap_base, tbl_size; local
141 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min);
143 next_base = heap_base;
150 return (void *)(heap_base + heap_size);
/linux-master/arch/x86/kernel/
H A Dtboot.c477 void *heap_base, *heap_ptr, *config; local
494 heap_base = ioremap(*(u64 *)(config + TXTCR_HEAP_BASE),
497 if (!heap_base)
502 heap_ptr = heap_base + *(u64 *)heap_base;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_imx8q.h97 u32 heap_base; member in struct:vpu_rpc_system_config
/linux-master/drivers/atm/
H A Dfore200e.h704 u32 heap_base; /* offset form beginning of ram */ member in struct:cp_queues

Completed in 147 milliseconds