Searched refs:ICACHE_REFILLS_WORKAROUND_WAR (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
H A Dwar.h21 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-generic/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip22/
H A Dwar.h24 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip28/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip32/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 1 macro
/linux-4.4.14/arch/mips/include/asm/mach-malta/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 1 macro
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-rc32434/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-rm/
H A Dwar.h24 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-sead3/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 1 macro
/linux-4.4.14/arch/mips/include/asm/mach-tx49xx/
H A Dwar.h20 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-sibyte/
H A Dwar.h35 #define ICACHE_REFILLS_WORKAROUND_WAR 0 macro
/linux-4.4.14/arch/mips/include/asm/
H A Dwar.h217 #ifndef ICACHE_REFILLS_WORKAROUND_WAR
218 #error Check setting of ICACHE_REFILLS_WORKAROUND_WAR for your platform
/linux-4.4.14/arch/mips/kernel/
H A Dsignal.c539 return (void __user *)((sp - frame_size) & (ICACHE_REFILLS_WORKAROUND_WAR ? ~(cpu_icache_line_size()-1) : ALMASK)); get_sigframe()

Completed in 94 milliseconds