Home
last modified time | relevance | path

Searched refs:do_brk (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c683 ts->heap_base = do_brk(0); in do_common_semihosting()
687 ret = do_brk(limit); in do_common_semihosting()
/openbmc/qemu/linux-user/
H A Dqemu.h165 abi_long do_brk(abi_ulong new_brk);
H A Dsyscall.c812 abi_long do_brk(abi_ulong brk_val) in do_brk() function
9138 return do_brk(arg1); in _syscall2()
/openbmc/qemu/bsd-user/
H A Dqemu.h165 abi_long do_brk(abi_ulong new_brk);