Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/printk/
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-6.12.1/drivers/iommu/intel/
Ddebugfs.c570 struct irte *pi_entry; in ir_tbl_posted_entry_show() local
578 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()
579 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()
583 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
584 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()
585 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()
586 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()
587 pi_entry->low); in ir_tbl_posted_entry_show()
/linux-6.12.1/include/linux/
Dprintk.h386 struct pi_entry { struct
421 static const struct pi_entry _entry \ argument
430 static const struct pi_entry *_entry_ptr \
Dmodule.h568 struct pi_entry **printk_index_start;