Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/uapi/asm/
H A Dcpu-features.h18 #define CPU_HAS_MMU_PAGE_ASSOC 0x0004 /* SH3: TLB way selection bit support */ macro
/openbmc/linux/arch/sh/mm/
H A Dtlb-sh3.c69 if ((current_cpu_data.flags & CPU_HAS_MMU_PAGE_ASSOC)) { in local_flush_tlb_one()
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dprobe.c65 boot_cpu_data.flags |= CPU_HAS_MMU_PAGE_ASSOC; in cpu_probe()