Home
last modified time | relevance | path

Searched refs:tce_value (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Diommu.h295 #define iommu_tce_clear_param_check(tbl, ioba, tce_value, npages) \ argument
298 (ioba), (npages)) || (tce_value))
Dkvm_ppc.h191 unsigned long tce_value, unsigned long npages);
763 unsigned long tce_value, unsigned long npages);
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_64_vio.c726 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()
Dbook3s_pr_papr.c335 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()