Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/sparc/
H A Dsignal.c587 abi_ulong ucp_addr; in sparc64_set_context() local
595 ucp_addr = env->regwptr[WREG_O0]; in sparc64_set_context()
596 if (!lock_user_struct(VERIFY_READ, ucp, ucp_addr, 1)) { in sparc64_set_context()
695 unlock_user_struct(ucp, ucp_addr, 0); in sparc64_set_context()
698 unlock_user_struct(ucp, ucp_addr, 0); in sparc64_set_context()
704 abi_ulong ucp_addr; in sparc64_get_context() local
713 ucp_addr = env->regwptr[WREG_O0]; in sparc64_get_context()
714 if (!lock_user_struct(VERIFY_WRITE, ucp, ucp_addr, 0)) { in sparc64_get_context()
785 unlock_user_struct(ucp, ucp_addr, 1); in sparc64_get_context()
788 unlock_user_struct(ucp, ucp_addr, 1); in sparc64_get_context()