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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dsimple_alloc.c129 unsigned long heap_base, tbl_size; local
140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min);
142 next_base = heap_base;
149 return (void *)(heap_base + heap_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-sysinfo.h60 uint64_t heap_base; member in struct:cvmx_sysinfo
H A Dcvmx-bootinfo.h60 uint64_t heap_base; member in struct:cvmx_bootinfo
H A Docteon.h63 uint64_t heap_base; member in struct:octeon_boot_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtboot.c393 void *heap_base, *heap_ptr, *config; local
410 heap_base = ioremap(*(u64 *)(config + TXTCR_HEAP_BASE),
413 if (!heap_base)
418 heap_ptr = heap_base + *(u64 *)heap_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h703 u32 heap_base; /* offset form beginning of ram */ member in struct:cp_queues

Completed in 39 milliseconds