Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/mm/
Dmcfmmu.c161 mmu_write(MMUOR, MMUOR_ACC | MMUOR_UAA); in cf_tlb_miss()
163 mmu_write(MMUOR, MMUOR_ITLB | MMUOR_ACC | MMUOR_UAA); in cf_tlb_miss()
/linux-5.19.10/arch/m68k/include/asm/
Dmcfmmu.h41 #define MMUOR_UAA 0x00000001 /* Update allocation address */ macro
Dmmu_context.h157 mmu_write(MMUOR, MMUOR_ACC | MMUOR_UAA); in load_ksp_mmu()