pi_entry
struct irte *pi_entry;
pi_entry = &iommu->ir_table->base[idx];
if (!pi_entry->present || !pi_entry->p_pst)
idx, PCI_BUS_NUM(pi_entry->sid),
PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid),
pi_entry->pda_h, pi_entry->pda_l << 6,
pi_entry->vector, pi_entry->high,
pi_entry->low);
struct pi_entry **printk_index_start;
static const struct pi_entry _entry \
static const struct pi_entry *_entry_ptr \
extern struct pi_entry *__start_printk_index[];
extern struct pi_entry *__stop_printk_index[];
static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos)
struct pi_entry **entries;
struct pi_entry *entry = pi_get_entry(mod, *pos);
const struct pi_entry *entry = v;