Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dmmu_context.h38 #define MMUCR_TI (1 << 2) macro
71 #define MMU_CONTROL_INIT (MMUCR_AT | MMUCR_TI | MMUCR_SQMD | \
/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Dmmu_context.h16 #define MMUCR_TI (1 << 2) /* TLB flush bit */ macro
/openbmc/linux/arch/sh/mm/
H A Dtlbflush_32.c134 __raw_writel(__raw_readl(MMUCR) | MMUCR_TI, MMUCR); in __flush_tlb_global()
/openbmc/linux/arch/sh/kernel/
H A Dhead_32.S140 or #MMUCR_TI, r0
/openbmc/qemu/target/sh4/
H A Dcpu.h295 #define MMUCR_TI (1<<2) macro
/openbmc/qemu/hw/sh4/
H A Dsh7750.c423 if (mem_value & MMUCR_TI) { in sh7750_mem_writel()
426 s->cpu->env.mmucr = mem_value & ~MMUCR_TI; in sh7750_mem_writel()