Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dcputable.h188 #define CPU_FTR_LOCKLESS_TLBIE LONG_ASM_CONST(0x0000040000000000) macro
410 CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \
416 CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \
423 CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \
/linux-2.6.39/arch/powerpc/mm/
Dhash_native_64.c102 int lock_tlbie = !cpu_has_feature(CPU_FTR_LOCKLESS_TLBIE); in tlbie()
520 int lock_tlbie = !cpu_has_feature(CPU_FTR_LOCKLESS_TLBIE); in native_flush_hash_range()
/linux-2.6.39/arch/powerpc/platforms/pseries/
Dlpar.c576 int lock_tlbie = !cpu_has_feature(CPU_FTR_LOCKLESS_TLBIE); in pSeries_lpar_flush_hash_range()