Searched refs:pde (Results 1 - 6 of 6) sorted by relevance

/arch/powerpc/kernel/
H A Dproc_powerpc.c64 struct proc_dir_entry *pde; local
66 pde = proc_create_data("powerpc/systemcfg", S_IFREG|S_IRUGO, NULL,
68 if (!pde)
70 proc_set_size(pde, PAGE_SIZE);
/arch/m68k/kernel/
H A Dbootinfo_proc.c60 struct proc_dir_entry *pde; local
71 pde = proc_create_data("bootinfo", 0400, NULL, &bootinfo_fops, NULL);
72 if (!pde) {
/arch/cris/include/arch-v32/arch/hwregs/
H A Dbif_core_defs.h198 unsigned int pde : 1; member in struct:__anon391
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dbif_core_defs.h198 unsigned int pde : 1; member in struct:__anon1258
/arch/s390/kernel/
H A Ddebug.c1105 struct dentry *pde; local
1114 pde = debugfs_create_file(view->name, mode, id->debugfs_root_entry,
1116 if (!pde){
1133 id->debugfs_entries[i] = pde;
1137 debugfs_remove(pde);
/arch/ia64/hp/common/
H A Dsba_iommu.c319 /* start printing from lowest pde in rval */
364 u32 pde = ((u32)((*pptr >> (63)) & 0x1)); local
365 if ((rval & 0x1) ^ pde)

Completed in 547 milliseconds