Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
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()