Searched refs:huge_pte (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/mm/ |
H A D | tlbex.c | 1043 int huge_pte; member 1058 rv.huge_pte = scratch; in build_fast_tlb_refill_handler() 1264 htlb_info.huge_pte = GPR_K0; in build_r4000_tlb_refill_handler() 1304 UASM_i_LW(&p, htlb_info.huge_pte, 0, GPR_K1); in build_r4000_tlb_refill_handler() 1305 build_huge_update_entries(&p, htlb_info.huge_pte, GPR_K1); in build_r4000_tlb_refill_handler()
|
/linux/fs/proc/ |
H A D | task_mmu.c | 2972 pte_t huge_pte = huge_ptep_get(walk->mm, addr, pte); in gather_hugetlb_stats() local 2976 if (!pte_present(huge_pte)) in gather_hugetlb_stats() 2979 page = pte_page(huge_pte); in gather_hugetlb_stats() 2982 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|