Searched refs:debugfs_print_regs32 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | debugfs.h | 107 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, 267 static inline void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function
|
/linux-4.4.14/fs/debugfs/ |
D | file.c | 719 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() function 733 EXPORT_SYMBOL_GPL(debugfs_print_regs32); 739 debugfs_print_regs32(s, regset->regs, regset->nregs, regset->base, ""); in debugfs_show_regset32()
|
/linux-4.4.14/Documentation/filesystems/ |
D | debugfs.txt | 162 void debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs,
|