Home
last modified time | relevance | path

Searched refs:ptdump_fops (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dptdump_debugfs.c20 static const struct file_operations ptdump_fops = { variable
29 debugfs_create_file(name, 0400, NULL, info, &ptdump_fops); in ptdump_debugfs_register()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dptdump_debugfs.c21 debugfs_create_file(name, 0400, NULL, info, &ptdump_fops); in ptdump_debugfs_register()
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dptdump.c343 &ptdump_fops); in ptdump_init()
347 &ptdump_fops); in ptdump_init()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Ddebug_pagetables.c53 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dptdump.c422 static const struct file_operations ptdump_fops = { variable
469 &ptdump_fops); in ptdump_init()
H A Dhashpagetable.c534 static const struct file_operations ptdump_fops = { variable
546 &ptdump_fops); in ptdump_init()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Ddump_pagetables.c267 debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, &ptdump_fops); in pt_dump_init()