Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Ddebugfs.c439 struct irte *ri_entry; in ir_tbl_remap_entry_show() local
447 ri_entry = &iommu->ir_table->base[idx]; in ir_tbl_remap_entry_show()
448 if (!ri_entry->present || ri_entry->p_pst) in ir_tbl_remap_entry_show()
452 idx, PCI_BUS_NUM(ri_entry->sid), in ir_tbl_remap_entry_show()
453 PCI_SLOT(ri_entry->sid), PCI_FUNC(ri_entry->sid), in ir_tbl_remap_entry_show()
454 ri_entry->dest_id, ri_entry->vector, in ir_tbl_remap_entry_show()
455 ri_entry in ir_tbl_remap_entry_show()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddebugfs.c460 struct irte *ri_entry; in ir_tbl_remap_entry_show() local
468 ri_entry = &iommu->ir_table->base[idx]; in ir_tbl_remap_entry_show()
469 if (!ri_entry->present || ri_entry->p_pst) in ir_tbl_remap_entry_show()
473 idx, PCI_BUS_NUM(ri_entry->sid), in ir_tbl_remap_entry_show()
474 PCI_SLOT(ri_entry->sid), PCI_FUNC(ri_entry->sid), in ir_tbl_remap_entry_show()
475 ri_entry->dest_id, ri_entry->vector, in ir_tbl_remap_entry_show()
476 ri_entry in ir_tbl_remap_entry_show()
[all...]

Completed in 2 milliseconds