Home
last modified time | relevance | path

Searched refs:MMU_VPN_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-sh/
Dmmu_context.h30 #define MMU_VPN_MASK 0xfffff000 macro
/linux-2.4.37.9/include/asm-sh64/
Dmmu_context.h51 #define MMU_VPN_MASK 0xfffff000 macro
/linux-2.4.37.9/arch/sh64/mm/
Dtlbmiss.c62 pteh = address & MMU_VPN_MASK; in __do_tlb_refill()
/linux-2.4.37.9/arch/sh/mm/
Dfault.c324 vpn = (address & MMU_VPN_MASK) | get_asid(); in update_mmu_cache()