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.c663 abi_ulong unew_ctx, abi_long ctx_size) in do_swapcontext() argument
698 if (unew_ctx) { in do_swapcontext()
701 if (!lock_user_struct(VERIFY_READ, uctx, unew_ctx, 1)) { in do_swapcontext()
705 unlock_user_struct(uctx, unew_ctx, 1); in do_swapcontext()
/openbmc/qemu/linux-user/
H A Dsignal-common.h74 abi_ulong unew_ctx, abi_long ctx_size);