Home
last modified time | relevance | path

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

/arch/tile/include/hv/
Dhypervisor.h2457 hv_pte_set_ptfn(HV_PTE pte, unsigned long val) in hv_pte_set_ptfn() function
2475 return hv_pte_set_ptfn(pte, pa >> HV_LOG2_PAGE_TABLE_ALIGN); in hv_pte_set_pa()
/arch/tile/include/asm/
Dpgtable.h435 return pte_pmd(hv_pte_set_ptfn(prot, ptfn)); in ptfn_pmd()
/arch/tile/mm/
Dinit.c122 pte_t pteval = hv_pte_set_ptfn(__pgprot(_PAGE_TABLE), l2_ptfn); in assign_pte()