Searched refs:debugfs_print_regs32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | debugfs.h | 133 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, 346 static inline void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function
|
/Linux-v4.19/fs/debugfs/ |
D | file.c | 1051 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function 1065 EXPORT_SYMBOL_GPL(debugfs_print_regs32); 1071 debugfs_print_regs32(s, regset->regs, regset->nregs, regset->base, ""); in debugfs_show_regset32()
|
/Linux-v4.19/Documentation/filesystems/ |
D | debugfs.txt | 162 void debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs,
|