Home
last modified time | relevance | path

Searched refs:SIGMASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsignal.c549 #define SIGMASK ~(cpu_icache_line_size()-1) macro
551 #define SIGMASK ALMASK macro
574 return (void __user *)((sp - frame_size) & SIGMASK); in get_sigframe()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsignal.c548 #define SIGMASK ~(cpu_icache_line_size()-1) macro
550 #define SIGMASK ALMASK macro
580 return (void __user *)((sp - frame_size) & SIGMASK); in get_sigframe()

Completed in 3 milliseconds