Lines Matching refs:HV_PTE
371 } HV_PTE; typedef
597 int hv_get_ipi_pte(HV_Coord tile, int pl, HV_PTE* pte);
775 int hv_install_context(HV_PhysAddr page_table, HV_PTE access, HV_ASID asid,
820 HV_PTE access;
1340 unsigned long long hv_physaddr_read64(HV_PhysAddr addr, HV_PTE access);
1350 void hv_physaddr_write64(HV_PhysAddr addr, HV_PTE access,
1848 HV_PTE pte; /**< Page table entry describing the caching and location
2031 #define hv_pte(val) ((HV_PTE) { val })
2374 hv_pte_get_##name(HV_PTE pte) \
2379 static __inline HV_PTE \
2380 hv_pte_set_##name(HV_PTE pte) \
2386 static __inline HV_PTE \
2387 hv_pte_clear_##name(HV_PTE pte) \
2424 hv_pte_get_mode(const HV_PTE pte) in _HV_BIT()
2431 static __inline HV_PTE
2432 hv_pte_set_mode(HV_PTE pte, unsigned int val) in hv_pte_set_mode()
2450 hv_pte_get_ptfn(const HV_PTE pte) in hv_pte_get_ptfn()
2456 static __inline HV_PTE
2457 hv_pte_set_ptfn(HV_PTE pte, unsigned long val) in hv_pte_set_ptfn()
2466 hv_pte_get_pa(const HV_PTE pte) in hv_pte_get_pa()
2472 static __inline HV_PTE
2473 hv_pte_set_pa(HV_PTE pte, HV_PhysAddr pa) in hv_pte_set_pa()
2489 hv_pte_get_lotar(const HV_PTE pte) in hv_pte_get_lotar()
2499 static __inline HV_PTE
2500 hv_pte_set_lotar(HV_PTE pte, unsigned int val) in hv_pte_set_lotar()