Home
last modified time | relevance | path

Searched refs:MMU_PTEH (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-sh/
Dmmu_context.h87 #define MMU_PTEH 0xFFFFFFF0 /* Page table entry register HIGH */ macro
101 #define MMU_PTEH 0xFF000000 /* Page table entry register HIGH */ macro
136 : "r" (asid), "m" (__m(MMU_PTEH)), in set_asid()
146 : "m" (__m(MMU_PTEH))); in get_asid()
/linux-2.4.37.9/arch/sh/mm/
Dfault.c325 ctrl_outl(vpn, MMU_PTEH); in update_mmu_cache()