Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/aarch64/system/
H A Dsemiheap.c30 void *heap_base; in main() member
43 if (info.heap_base == NULL || info.heap_limit == NULL) { in main()
44 ml_printf("null heap: %p -> %p\n", info.heap_base, info.heap_limit); in main()
49 if ((uintptr_t) info.heap_base >= (uintptr_t) info.heap_limit) { in main()
51 info.heap_base, info.heap_limit); in main()
66 if (ptr_to_info > info.heap_base && ptr_to_info < info.heap_limit) { in main()
68 ptr_to_info, info.heap_base, info.heap_limit); in main()
72 ml_printf("heap: %p -> %p\n", info.heap_base, info.heap_limit); in main()
76 ptr_to_heap = info.heap_base; in main()
80 ptr_to_heap = info.heap_base; in main()
/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/
H A Dsemihosting.c29 void *heap_base; in main() member
41 if (info.heap_base == NULL || info.heap_limit == NULL) { in main()
42 printf("null heap: %p -> %p\n", info.heap_base, info.heap_limit); in main()
47 if ((uintptr_t) info.heap_base >= (uintptr_t) info.heap_limit) { in main()
49 info.heap_base, info.heap_limit); in main()
69 if (ptr_to_info > info.heap_base && ptr_to_info < info.heap_limit) { in main()
71 ptr_to_info, info.heap_base, info.heap_limit); in main()
75 printf("heap: %p -> %p\n", info.heap_base, info.heap_limit); in main()
/openbmc/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()
/openbmc/linux/arch/x86/kernel/
H 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()
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c683 ts->heap_base = do_brk(0); in do_common_semihosting()
684 limit = ts->heap_base + COMMON_SEMI_HEAP_SIZE; in do_common_semihosting()
691 limit = (ts->heap_base >> 1) + (limit >> 1); in do_common_semihosting()
696 retvals[0] = ts->heap_base; in do_common_semihosting()
/openbmc/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;
/openbmc/qemu/linux-user/riscv/
H A Dcpu_loop.c113 ts->heap_base = info->brk; in target_cpu_copy_regs()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_imx8q.h97 u32 heap_base; member
/openbmc/qemu/linux-user/m68k/
H A Dcpu_loop.c121 ts->heap_base = info->brk; in target_cpu_copy_regs()
/openbmc/qemu/linux-user/aarch64/
H A Dcpu_loop.c220 ts->heap_base = info->brk; in target_cpu_copy_regs()
/openbmc/qemu/linux-user/
H A Dqemu.h126 abi_ulong heap_base; member
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c540 ts->heap_base = info->brk; in target_cpu_copy_regs()
/openbmc/linux/drivers/atm/
H A Dfore200e.h704 u32 heap_base; /* offset form beginning of ram */ member