/arch/x86/mm/ |
D | mmio-mod.c | 39 #define NAME "mmiotrace: " macro 99 pr_err(NAME "Error in %s: no pte for page 0x%08lx\n", in print_pte() 105 pr_emerg(NAME "4MB pages are not currently supported: " in print_pte() 109 pr_info(NAME "pte for 0x%lx: 0x%llx 0x%llx\n", address, in print_pte() 121 pr_emerg(NAME "unexpected fault for address: 0x%08lx, " in die_kmmio_nesting_error() 216 pr_emerg(NAME "unexpected post handler"); in post() 247 pr_err(NAME "kmalloc failed in ioremap\n"); in ioremap_trace_core() 285 pr_debug(NAME "ioremap_*(0x%llx, 0x%lx) = %p\n", in mmiotrace_ioremap() 304 pr_debug(NAME "Unmapping %p.\n", addr); in iounmap_trace_core() 366 pr_notice(NAME "purging non-iounmapped " in clear_trace_list() [all …]
|
/arch/alpha/lib/ |
D | callback_srm.S | 57 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument 58 .align 4; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \ 59 ldgp $29,0($27); br $25,srm_dispatch; .word CODE, ARG_CNT; .end callback_##NAME 63 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument 64 .align 3; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \ 65 lda $0,-1($31); ret; .end callback_##NAME
|
/arch/alpha/include/asm/ |
D | system.h | 186 #define __CALL_PAL_R0(NAME, TYPE) \ argument 187 extern inline TYPE NAME(void) \ 191 "call_pal %1 # " #NAME \ 193 :"i" (PAL_ ## NAME) \ 198 #define __CALL_PAL_W1(NAME, TYPE0) \ argument 199 extern inline void NAME(TYPE0 arg0) \ 203 "call_pal %1 # "#NAME \ 205 : "i"(PAL_ ## NAME), "0"(__r16) \ 209 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument 210 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \ [all …]
|
D | io.h | 145 #define REMAP1(TYPE, NAME, QUAL) \ argument 146 static inline TYPE generic_##NAME(QUAL void __iomem *addr) \ 148 return alpha_mv.mv_##NAME(addr); \ 151 #define REMAP2(TYPE, NAME, QUAL) \ argument 152 static inline void generic_##NAME(TYPE b, QUAL void __iomem *addr) \ 154 alpha_mv.mv_##NAME(b, addr); \
|
/arch/x86/kernel/ |
D | scx200_32.c | 20 #define NAME "scx200" macro 66 printk(KERN_INFO NAME ": GPIO base 0x%x\n", base); in scx200_probe() 69 printk(KERN_ERR NAME ": can't allocate I/O for GPIOs\n"); in scx200_probe() 85 printk(KERN_WARNING NAME ": Configuration Block not found\n"); in scx200_probe() 89 printk(KERN_INFO NAME ": Configuration Block base 0x%x\n", scx200_cb_base); in scx200_probe() 114 printk(KERN_INFO NAME ": NatSemi SCx200 Driver\n"); in scx200_init()
|
/arch/sparc/kernel/ |
D | sysfs.c | 17 #define SHOW_MMUSTAT_ULONG(NAME) \ argument 18 static ssize_t show_##NAME(struct sys_device *dev, \ 22 return sprintf(buf, "%lu\n", p->NAME); \ 24 static SYSDEV_ATTR(NAME, 0444, show_##NAME, NULL) 186 #define SHOW_CPUDATA_ULONG_NAME(NAME, MEMBER) \ argument 187 static ssize_t show_##NAME(struct sys_device *dev, \ 194 #define SHOW_CPUDATA_UINT_NAME(NAME, MEMBER) \ argument 195 static ssize_t show_##NAME(struct sys_device *dev, \
|
/arch/ia64/lib/ |
D | idiv64.S | 37 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3)) macro 39 GLOBAL_ENTRY(NAME) 80 END(NAME)
|
D | idiv32.S | 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3)) macro 41 GLOBAL_ENTRY(NAME) 83 END(NAME)
|
/arch/alpha/kernel/ |
D | srm_env.c | 44 #define NAME "srm_env" /* Module name */ macro 283 printk(KERN_INFO "%s: version %s loaded successfully\n", NAME, in srm_env_init() 298 printk(KERN_INFO "%s: unloaded successfully\n", NAME); in srm_env_exit()
|
/arch/powerpc/kernel/ |
D | sysfs.c | 158 #define SYSFS_PMCSETUP(NAME, ADDRESS) \ argument 159 static unsigned long read_##NAME(unsigned long junk) \ 163 static unsigned long write_##NAME(unsigned long val) \ 169 static ssize_t show_##NAME(struct sys_device *dev, \ 174 unsigned long val = run_on_cpu(cpu->sysdev.id, read_##NAME, 0); \ 178 store_##NAME(struct sys_device *dev, struct sysdev_attribute *attr, \ 186 run_on_cpu(cpu->sysdev.id, write_##NAME, val); \
|
/arch/powerpc/boot/dtc-src/ |
D | dtc-parser.tab.c_shipped | 44 USER NAME SPACE" below. */ 217 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */ 229 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */ 272 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */ 276 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */ 282 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 310 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 319 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ 326 void free (void *); /* INFRINGES ON USER NAME SPACE */ 534 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state [all …]
|