Searched refs:pi_entry (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/kernel/printk/ |
D | index.c | 14 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.6.21/drivers/iommu/intel/ |
D | debugfs.c | 484 struct irte *pi_entry; in ir_tbl_posted_entry_show() local 492 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show() 493 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show() 497 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show() 498 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show() 499 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show() 500 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show() 501 pi_entry->low); in ir_tbl_posted_entry_show()
|
/linux-6.6.21/include/linux/ |
D | printk.h | 351 struct pi_entry { struct 386 static const struct pi_entry _entry \ argument 395 static const struct pi_entry *_entry_ptr \
|
D | module.h | 558 struct pi_entry **printk_index_start;
|