Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Ddebugfs.c463 struct irte *pi_entry; in ir_tbl_posted_entry_show() local
471 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()
472 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()
476 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
477 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()
478 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()
479 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()
480 pi_entry->low); in ir_tbl_posted_entry_show()