Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_kernel.c19 static volatile unsigned long long sigreturn_addr; variable
26 if (sigreturn_addr) in sigusr1_handler()
27 UCONTEXT_NIA(uc) = sigreturn_addr; in sigusr1_handler()
72 sigreturn_addr = 0xcull << 60; in test_sigreturn_kernel()
77 sigreturn_addr = 0xc008ull << 48; in test_sigreturn_kernel()
82 sigreturn_addr = 0xc010ull << 48; in test_sigreturn_kernel()
92 sigreturn_addr = 0x1ull << 52; in test_sigreturn_kernel()
97 sigreturn_addr = 0xdull << 60; in test_sigreturn_kernel()
102 sigreturn_addr = 0xeull << 60; in test_sigreturn_kernel()
107 sigreturn_addr = 0xfull << 60; in test_sigreturn_kernel()
[all …]
/openbmc/qemu/linux-user/
H A Dgen-vdso.c37 static unsigned sigreturn_addr; variable
204 fprintf(outf, " .sigreturn_ofs = 0x%x,\n", sigreturn_addr); in main()
H A Dgen-vdso-elfn.c.inc84 sigreturn_addr = sym[i].st_value;