Searched refs:tce_value (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/powerpc/include/asm/ |
D | iommu.h | 295 #define iommu_tce_clear_param_check(tbl, ioba, tce_value, npages) \ argument 298 (ioba), (npages)) || (tce_value))
|
D | kvm_ppc.h | 191 unsigned long tce_value, unsigned long npages); 763 unsigned long tce_value, unsigned long npages);
|
/linux-5.19.10/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 726 unsigned long tce_value, unsigned long npages) in kvmppc_h_stuff_tce() argument 741 if (tce_value & (TCE_PCI_WRITE | TCE_PCI_READ)) in kvmppc_h_stuff_tce() 763 kvmppc_tce_put(stt, ioba >> stt->page_shift, tce_value); in kvmppc_h_stuff_tce()
|
D | book3s_pr_papr.c | 335 unsigned long tce_value = kvmppc_get_gpr(vcpu, 6); in kvmppc_h_pr_stuff_tce() local 339 rc = kvmppc_h_stuff_tce(vcpu, liobn, ioba, tce_value, npages); in kvmppc_h_pr_stuff_tce()
|