Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/lib/ !
Dmemcpy_tile64.c169 if (pte_huge(src_pte)) { in fast_copy()
207 if (pte_huge(dst_pte)) { in fast_copy()
/linux-3.4.99/arch/x86/mm/ !
Dpageattr-test.c183 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
Dhugetlbpage.c160 BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte)); in huge_pte_alloc()
/linux-3.4.99/arch/tile/mm/ !
Dhugetlbpage.c45 BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte)); in huge_pte_alloc()
Dinit.c972 BUG_ON(pte_huge(*ptep)); /* not relevant for kdata_huge */ in mark_w1data_ro()
1030 if (pte_huge(*ptep)) in free_init_pages()
Dhomecache.c415 BUG_ON(!pte_present(pteval) || pte_huge(pteval)); in homecache_change_page_home()
/linux-3.4.99/arch/tile/include/asm/ !
Dpgtable.h196 #define pte_huge hv_pte_get_page macro
/linux-3.4.99/arch/mips/include/asm/ !
Dpgtable.h313 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
/linux-3.4.99/arch/tile/kernel/ !
Dsetup.c1409 if (pte_huge(*ptep)) { in setup_per_cpu_areas()
1414 BUG_ON(pte_huge(*ptep)); in setup_per_cpu_areas()
/linux-3.4.99/arch/x86/include/asm/ !
Dpgtable.h115 static inline int pte_huge(pte_t pte) in pte_huge() function
/linux-3.4.99/arch/x86/kvm/ !
Dmmu.c1085 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()