Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dhugepage-hash64.c101 if (hidx & _PTEIDX_SECONDARY) in __hash_page_thp()
Dhash64_64k.c131 if (hidx & _PTEIDX_SECONDARY) in __hash_page_4K()
Dhash_native_64.c554 if (hidx & _PTEIDX_SECONDARY) in native_hugepage_invalidate()
734 if (hidx & _PTEIDX_SECONDARY) in native_flush_hash_range()
Dhash_utils_64.c1622 if (hidx & _PTEIDX_SECONDARY) in flush_hash_page()
1683 if (hidx & _PTEIDX_SECONDARY) in flush_hash_hugepage()
1805 if (hidx & _PTEIDX_SECONDARY) in kernel_unmap_linear_page()
/arch/powerpc/include/asm/book3s/64/
Dhash.h82 #define _PTEIDX_SECONDARY 0x8 macro
/arch/powerpc/platforms/pseries/
Dlpar.c492 if (hidx & _PTEIDX_SECONDARY) in pSeries_lpar_hugepage_invalidate()
574 if (hidx & _PTEIDX_SECONDARY) in pSeries_lpar_flush_hash_range()
/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c199 if ((ret & _PTEIDX_SECONDARY) && !(vflags & HPTE_V_SECONDARY)) { in kvmppc_mmu_map_page()