Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlb-r4k.c540 unsigned long long pagesz:5; member
573 else if (ea.pagesz > eb.pagesz) in r4k_entry_cmp()
575 else if (ea.pagesz < eb.pagesz) in r4k_entry_cmp()
598 unsigned int pagesz; in r4k_tlb_uniquify_read() local
611 pagesz = ilog2((mask >> VPN2_SHIFT) + 1); in r4k_tlb_uniquify_read()
616 tlb_vpns[i].pagesz = pagesz; in r4k_tlb_uniquify_read()
644 unsigned long long asid, vpn, vpn_size, pagesz; in r4k_tlb_uniquify_write() local
648 pagesz = ilog2((PM_4K >> VPN2_SHIFT) + 1); in r4k_tlb_uniquify_write()
677 (1ULL << tlb_vpns[widx].pagesz))); in r4k_tlb_uniquify_write()
686 (1ULL << tlb_vpns[gidx].pagesz))); in r4k_tlb_uniquify_write()
[all …]