Searched refs:pi_entry (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/kernel/printk/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | debugfs.c | 463 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 in ir_tbl_posted_entry_show() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A 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 in ir_tbl_posted_entry_show() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | printk.h | 351 struct pi_entry { struct 386 static const struct pi_entry _entry \ 395 static const struct pi_entry *_entry_ptr \
|
H A D | module.h | 558 struct pi_entry **printk_index_start;
|
Completed in 6 milliseconds