Searched refs:debugfs_print_regs32 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | debugfs.h | 150 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, 334 static inline void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | debugfs.h | 152 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, 336 static inline void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | file.c | 1046 * debugfs_print_regs32 - use seq_print to describe a set of registers 1060 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function 1074 EXPORT_SYMBOL_GPL(debugfs_print_regs32); variable 1083 debugfs_print_regs32(s, regset->regs, regset->nregs, regset->base, ""); in debugfs_show_regset32()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | file.c | 1154 * debugfs_print_regs32 - use seq_print to describe a set of registers 1168 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function 1182 EXPORT_SYMBOL_GPL(debugfs_print_regs32); variable 1191 debugfs_print_regs32(s, regset->regs, regset->nregs, regset->base, ""); in debugfs_regset32_show()
|
Completed in 6 milliseconds