Home
last modified time | relevance | path

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

/Linux-v6.6/arch/sh/mm/
Dtlb-sh3.c40 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
Dtlb-pteaex.c31 vpn = address & MMU_VPN_MASK; in __update_tlb()
Dtlb-sh4.c29 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
/Linux-v6.6/arch/sh/include/asm/
Dmmu_context.h48 #define MMU_VPN_MASK 0xfffff000 macro