Searched refs:sigreturn_addr (Results 1 – 1 of 1) sorted by relevance
19 static volatile unsigned long long sigreturn_addr; variable26 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()87 sigreturn_addr = (0xcull << 60) - (64 * 1024); 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()[all …]