Lines Matching refs:HV_PTE
368 } HV_PTE; typedef
594 int hv_get_ipi_pte(HV_Coord tile, int pl, HV_PTE* pte);
772 int hv_install_context(HV_PhysAddr page_table, HV_PTE access, HV_ASID asid,
817 HV_PTE access;
1332 unsigned long long hv_physaddr_read64(HV_PhysAddr addr, HV_PTE access);
1342 void hv_physaddr_write64(HV_PhysAddr addr, HV_PTE access,
1790 HV_PTE pte; /**< Page table entry describing the caching and location
1973 #define hv_pte(val) ((HV_PTE) { val })
2316 hv_pte_get_##name(HV_PTE pte) \
2321 static __inline HV_PTE \
2322 hv_pte_set_##name(HV_PTE pte) \
2328 static __inline HV_PTE \
2329 hv_pte_clear_##name(HV_PTE pte) \
2366 hv_pte_get_mode(const HV_PTE pte) in _HV_BIT()
2373 static __inline HV_PTE
2374 hv_pte_set_mode(HV_PTE pte, unsigned int val) in hv_pte_set_mode()
2392 hv_pte_get_ptfn(const HV_PTE pte) in hv_pte_get_ptfn()
2398 static __inline HV_PTE
2399 hv_pte_set_ptfn(HV_PTE pte, unsigned long val) in hv_pte_set_ptfn()
2408 hv_pte_get_pa(const HV_PTE pte) in hv_pte_get_pa()
2414 static __inline HV_PTE
2415 hv_pte_set_pa(HV_PTE pte, HV_PhysAddr pa) in hv_pte_set_pa()
2431 hv_pte_get_lotar(const HV_PTE pte) in hv_pte_get_lotar()
2441 static __inline HV_PTE
2442 hv_pte_set_lotar(HV_PTE pte, unsigned int val) in hv_pte_set_lotar()