Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dasm.h222 #define ALMASK ~7 macro
226 #define ALMASK ~15 macro
/linux-4.1.27/arch/mips/kernel/
Dprocess.c553 return sp & ALMASK; in arch_align_stack()
Dsignal.c300 …ser *)((sp - frame_size) & (ICACHE_REFILLS_WORKAROUND_WAR ? ~(cpu_icache_line_size()-1) : ALMASK)); in get_sigframe()