/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | semiheap.c | 30 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 D | semihosting.c | 29 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 D | simple_alloc.c | 130 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 D | tboot.c | 477 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 D | arm-compat-semi.c | 683 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 D | cvmx-sysinfo.h | 61 uint64_t heap_base; member
|
H A D | octeon.h | 61 uint64_t heap_base; member 112 uint64_t heap_base;
|
H A D | cvmx-bootinfo.h | 63 uint64_t heap_base; member 146 uint64_t heap_base;
|
/openbmc/qemu/linux-user/riscv/ |
H A D | cpu_loop.c | 113 ts->heap_base = info->brk; in target_cpu_copy_regs()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_imx8q.h | 97 u32 heap_base; member
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 121 ts->heap_base = info->brk; in target_cpu_copy_regs()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | cpu_loop.c | 220 ts->heap_base = info->brk; in target_cpu_copy_regs()
|
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 126 abi_ulong heap_base; member
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 540 ts->heap_base = info->brk; in target_cpu_copy_regs()
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.h | 704 u32 heap_base; /* offset form beginning of ram */ member
|