Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dpgtable_64.h102 #define pud_ptfn(pud) hv_pte_get_ptfn((pud).pgd)
Dpgtable.h439 #define pmd_ptfn(pmd) hv_pte_get_ptfn(pmd_pte(pmd))
/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h2392 hv_pte_get_ptfn(const HV_PTE pte) in hv_pte_get_ptfn() function
2410 return (__hv64) hv_pte_get_ptfn(pte) << HV_LOG2_PAGE_TABLE_ALIGN; in hv_pte_get_pa()