Searched refs:__NR_compat_sigreturn (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm64/kernel/ |
D | sigreturn32.S | 25 .byte __NR_compat_sigreturn, 0x70, 0xa0, 0xe3 // mov r7, #__NR_compat_sigreturn 26 .byte __NR_compat_sigreturn, 0x00, 0x00, 0xef // svc #__NR_compat_sigreturn 31 .byte __NR_compat_sigreturn, 0x27 // svc #__NR_compat_sigreturn 32 .byte __NR_compat_sigreturn, 0xdf // mov r7, #__NR_compat_sigreturn
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | unistd.h | 27 #define __NR_compat_sigreturn 119 macro
|