Searched refs:huge_pte (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/mm/
H A Dtlbex.c1043 int huge_pte; member in struct:mips_huge_tlb_info
1058 rv.huge_pte = scratch;
1264 htlb_info.huge_pte = GPR_K0;
1304 UASM_i_LW(&p, htlb_info.huge_pte, 0, GPR_K1);
1305 build_huge_update_entries(&p, htlb_info.huge_pte, GPR_K1);
/linux-master/fs/proc/
H A Dtask_mmu.c2666 pte_t huge_pte = huge_ptep_get(pte); local
2670 if (!pte_present(huge_pte))
2673 page = pte_page(huge_pte);
2676 gather_stats(page, md, pte_dirty(huge_pte), 1);

Completed in 121 milliseconds