Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 12 of 12) sorted by relevance

/arch/mips/include/asm/
Dr4kcache.h562 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
563 static inline void extra##blast_##pfx##cache##lsize(void) \
572 __##pfx##flush_prologue \
578 __##pfx##flush_epilogue \
581 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
586 __##pfx##flush_prologue \
593 __##pfx##flush_epilogue \
596 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
606 __##pfx##flush_prologue \
612 __##pfx##flush_epilogue \
[all …]
Dio.h302 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument
304 static inline void pfx##write##bwlq(type val, \
314 __val = pfx##ioswab##bwlq(__mem, val); \
340 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
369 return pfx##ioswab##bwlq(__mem, __val); \
372 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
374 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
383 __val = pfx##ioswab##bwlq(__addr, val); \
392 static inline type pfx##in##bwlq##p(unsigned long port) \
406 return pfx##ioswab##bwlq(__addr, __val); \
/arch/avr32/include/asm/
Dio.h79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument
81 pfx##write##bwl(type val, volatile void __iomem *addr) \
87 __val = pfx##ioswab##bwl(__addr, val); \
94 static inline type pfx##read##bwl(const volatile void __iomem *addr) \
104 return pfx##ioswab##bwl(__addr, __val); \
107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
108 static inline void pfx##out##bwl##p(type val, unsigned long port) \
114 __val = pfx##ioswab##bwl(__addr, val); \
122 static inline type pfx##in##bwl##p(unsigned long port) \
134 return pfx##ioswab##bwl(__addr, __val); \
/arch/sh/include/asm/
Dio.h88 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument
91 pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \
102 static inline void pfx##reads##bwlq(volatile void __iomem *mem, \
157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
159 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
168 static inline type pfx##in##bwlq##p(unsigned long port) \
/arch/x86/include/asm/
Dinat.h93 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
Dcmpxchg.h209 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument
218 asm volatile(pfx "cmpxchg%c4b %2; sete %0" \
/arch/arm/mm/
Dproc-macros.S120 .macro armv6_mt_table pfx argument
121 \pfx\()_mt_table:
140 .macro armv6_set_pte_ext pfx argument
148 adr ip, \pfx\()_mt_table
/arch/arm/mach-s3c24xx/
Diotiming-s3c2412.c42 static void s3c2412_print_timing(const char *pfx, struct s3c_iotimings *iot) in s3c2412_print_timing() argument
53 "wstoen=%d.%d wstwen=%d.%d wstbrd=%d.%d\n", pfx, bank, in s3c2412_print_timing()
Diotiming-s3c2410.c35 static void s3c2410_print_timing(const char *pfx, in s3c2410_print_timing() argument
47 "Tcoh=%d.%d, Tcah=%d.%d\n", pfx, bank, in s3c2410_print_timing()
/arch/sparc/kernel/
Dtraps_64.c1918 static void sun4v_report_real_raddr(const char *pfx, struct pt_regs *regs) in sun4v_report_real_raddr() argument
1931 pfx, addr); in sun4v_report_real_raddr()
1935 int cpu, const char *pfx, atomic_t *ocnt) in sun4v_log_error() argument
1941 printk("%s: Reporting on cpu %d\n", pfx, cpu); in sun4v_log_error()
1943 pfx, regs->tpc, (void *) regs->tpc); in sun4v_log_error()
1946 pfx, raw_ptr[0], raw_ptr[1], raw_ptr[2], raw_ptr[3]); in sun4v_log_error()
1948 pfx, raw_ptr[4], raw_ptr[5], raw_ptr[6], raw_ptr[7]); in sun4v_log_error()
1951 pfx, ent->err_handle, ent->err_stick); in sun4v_log_error()
1953 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error()
1956 printk("%s: attrs [0x%08x] < ", pfx, attrs); in sun4v_log_error()
[all …]
/arch/blackfin/kernel/
Ddebug-mmrs.c52 #define REGS_STR_PFX(buf, pfx, num) \ argument
55 sprintf(buf, #pfx "%i_", num) : \
56 sprintf(buf, #pfx "_")); \
58 #define REGS_STR_PFX_C(buf, pfx, num) \ argument
61 sprintf(buf, #pfx "%c_", 'A' + num) : \
62 sprintf(buf, #pfx "_")); \
209 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma() argument
214 _buf = buf + sprintf(buf, "%s_%c%i_", pfx, mdma, num); in bfin_debug_mmrs_dma()
216 _buf = buf + sprintf(buf, "%s%i_", pfx, num); in bfin_debug_mmrs_dma()
229 if (strcmp(pfx, "IMDMA") != 0) in bfin_debug_mmrs_dma()
[all …]
/arch/ia64/kernel/
Dperfmon.c2391 pfarg_is_sane(struct task_struct *task, pfarg_context_t *pfx) in pfarg_is_sane() argument
2397 ctx_flags = pfx->ctx_flags; in pfarg_is_sane()