Searched refs:pde (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/kernel/ |
D | proc_powerpc.c | 64 struct proc_dir_entry *pde; in proc_ppc64_init() local 66 pde = proc_create_data("powerpc/systemcfg", S_IFREG|S_IRUGO, NULL, in proc_ppc64_init() 68 if (!pde) in proc_ppc64_init() 70 proc_set_size(pde, PAGE_SIZE); in proc_ppc64_init()
|
/arch/m68k/kernel/ |
D | bootinfo_proc.c | 60 struct proc_dir_entry *pde; in init_bootinfo_procfs() local 69 pde = proc_create_data("bootinfo", 0400, NULL, &bootinfo_fops, NULL); in init_bootinfo_procfs() 70 if (!pde) { in init_bootinfo_procfs()
|
/arch/s390/kernel/ |
D | debug.c | 1101 struct dentry *pde; in debug_register_view() local 1110 pde = debugfs_create_file(view->name, mode, id->debugfs_root_entry, in debug_register_view() 1112 if (!pde){ in debug_register_view() 1129 id->debugfs_entries[i] = pde; in debug_register_view() 1133 debugfs_remove(pde); in debug_register_view()
|
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_core_defs.h | 198 unsigned int pde : 1; member
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | bif_core_defs.h | 198 unsigned int pde : 1; member
|
/arch/ia64/hp/common/ |
D | sba_iommu.c | 364 u32 pde = ((u32)((*pptr >> (63)) & 0x1)); in sba_check_pdir() local 365 if ((rval & 0x1) ^ pde) in sba_check_pdir()
|