Lines Matching defs:file
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
39 static int tlb_seq_show(struct seq_file *file, void *iter)
41 unsigned int tlb_type = (unsigned int)file->private;
50 seq_printf(file, "address translation disabled\n");
91 seq_printf(file, "entry: vpn ppn asid size valid wired\n");
125 seq_printf(file, "%2d: 0x%08lx 0x%08lx %5lu %s %s %s\n",
137 static int tlb_debugfs_open(struct inode *inode, struct file *file)
139 return single_open(file, tlb_seq_show, inode->i_private);