Searched refs:heap_limit (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/ |
H A D | semihosting.c | 30 void *heap_limit; 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/qemu/tests/tcg/aarch64/system/ |
H A D | semiheap.c | 31 void *heap_limit; 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()
|
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 680 if (!ts->heap_limit) { in do_common_semihosting() 693 ts->heap_limit = limit; in do_common_semihosting() 697 retvals[1] = ts->heap_limit; in do_common_semihosting()
|
/openbmc/qemu/linux-user/riscv/ |
H A D | cpu_loop.c | 115 ts->heap_limit = 0; in target_cpu_copy_regs()
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 123 ts->heap_limit = 0; in target_cpu_copy_regs()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | cpu_loop.c | 222 ts->heap_limit = 0; in target_cpu_copy_regs()
|
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 127 abi_ulong heap_limit; member
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 542 ts->heap_limit = 0; in target_cpu_copy_regs()
|