Home
last modified time | relevance | path

Searched refs:unew_ctx (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/ppc/
H A Dsignal.c664 abi_ulong unew_ctx, abi_long ctx_size) in do_swapcontext() argument
699 if (unew_ctx) { in do_swapcontext()
702 if (!lock_user_struct(VERIFY_READ, uctx, unew_ctx, 1)) { in do_swapcontext()
706 unlock_user_struct(uctx, unew_ctx, 1); in do_swapcontext()
/openbmc/qemu/linux-user/
H A Dsignal-common.h72 abi_ulong unew_ctx, abi_long ctx_size);