Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Dintel-iommu-debugfs.c290 struct irte *ri_entry; in ir_tbl_remap_entry_show() local
298 ri_entry = &iommu->ir_table->base[idx]; in ir_tbl_remap_entry_show()
299 if (!ri_entry->present || ri_entry->p_pst) in ir_tbl_remap_entry_show()
303 idx, PCI_BUS_NUM(ri_entry->sid), in ir_tbl_remap_entry_show()
304 PCI_SLOT(ri_entry->sid), PCI_FUNC(ri_entry->sid), in ir_tbl_remap_entry_show()
305 ri_entry->dest_id, ri_entry->vector, in ir_tbl_remap_entry_show()
306 ri_entry->high, ri_entry->low); in ir_tbl_remap_entry_show()