Home
last modified time | relevance | path

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

/linux/kernel/printk/
A Dindex.c14 extern struct pi_entry *__start_printk_index[];
15 extern struct pi_entry *__stop_printk_index[];
20 static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos) in pi_get_entry()
22 struct pi_entry **entries; in pi_get_entry()
46 struct pi_entry *entry = pi_get_entry(mod, *pos); in pi_next()
75 const struct pi_entry *entry = v; in pi_show()
/linux/drivers/iommu/intel/
A Ddebugfs.c467 struct irte *pi_entry; in ir_tbl_posted_entry_show() local
475 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()
476 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()
480 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
481 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()
482 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()
483 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()
484 pi_entry->low); in ir_tbl_posted_entry_show()
/linux/include/linux/
A Dprintk.h346 struct pi_entry { struct
381 static const struct pi_entry _entry \ argument
390 static const struct pi_entry *_entry_ptr \
A Dmodule.h516 struct pi_entry **printk_index_start;

Completed in 9 milliseconds