Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/mm/
Dinit_64.c455 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd)); in phys_pmd_init()
529 prot = pte_pgprot(pte_clrhuge(*(pte_t *)pud)); in phys_pud_init()
Dpageattr.c531 ref_prot = pte_pgprot(pte_clrhuge(*kpte)); in split_large_page()
/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h228 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge() function