Home
last modified time | relevance | path

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

123

/linux/drivers/firmware/efi/
A Dcper-arm.c112 printk("%stransaction type: %s\n", pfx, in cper_print_arm_err_info()
123 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
129 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
135 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
154 pfx, level); in cper_print_arm_err_info()
181 printk("%sPC is precise\n", pfx); in cper_print_arm_err_info()
183 printk("%sPC is imprecise\n", pfx); in cper_print_arm_err_info()
210 printk("%srequest timed out\n", pfx); in cper_print_arm_err_info()
217 printk("%saddress space: %s\n", pfx, in cper_print_arm_err_info()
260 pfx, proc->mpidr); in cper_print_proc_arm()
[all …]
A Dcper.c177 pfx, proc->target_addr); in cper_print_proc_generic()
180 pfx, proc->requestor_id); in cper_print_proc_generic()
183 pfx, proc->responder_id); in cper_print_proc_generic()
340 pfx, mem->physical_addr); in cper_print_mem()
343 pfx, mem->physical_addr_mask); in cper_print_mem()
346 printk("%s%s\n", pfx, rcd_decode_str); in cper_print_mem()
353 printk("%s%s\n", pfx, rcd_decode_str); in cper_print_mem()
378 printk("%s""version: %d.%d\n", pfx, in cper_print_pcie()
388 printk("%s""slot: %d\n", pfx, in cper_print_pcie()
414 pfx, aer->uncor_severity); in cper_print_pcie()
[all …]
A Dcper-x86.c163 printk("%sError Type: %u, %s\n", pfx, err_type, in print_err_info_ms()
181 print_bool("Overflow", pfx, check, CHECK_MS_OVERFLOW); in print_err_info_ms()
193 return print_err_info_ms(pfx, validation_bits, check); in print_err_info()
198 printk("%sTransaction Type: %u, %s\n", pfx, trans_type, in print_err_info()
212 printk("%sOperation: %u, %s\n", pfx, op, in print_err_info()
217 printk("%sLevel: %llu\n", pfx, CHECK_LEVEL(check)); in print_err_info()
232 print_bool("Overflow", pfx, check, CHECK_OVERFLOW); in print_err_info()
251 printk("%sAddress Space: %u, %s\n", pfx, addr_space, in print_err_info()
269 printk("%sCPUID Info:\n", pfx); in cper_print_proc_ia()
274 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_ia()
[all …]
/linux/arch/mips/include/asm/
A Datomic.h27 #define ATOMIC_OPS(pfx, type) \ argument
28 static __always_inline type arch_##pfx##_read(const pfx##_t *v) \
33 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
39 arch_##pfx##_cmpxchg(pfx##_t *v, type o, type n) \
44 static __always_inline type arch_##pfx##_xchg(pfx##_t *v, type n) \
57 static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
74 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
85 arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
119 arch_##pfx##_fetch_##op##_relaxed(type i, pfx##_t * v) \
137 "1: " #ll " %1, %2 # " #pfx "_fetch_" #op "\n" \
[all …]
A Dr4kcache.h197 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
198 static inline void extra##blast_##pfx##cache##lsize(void) \
213 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
224 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
261 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
262 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
284 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
285 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
313 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \ argument
314 static inline void blast_##pfx##cache##lsize##_node(long node) \
A Dio.h228 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
230 static inline void pfx##write##bwlq(type val, \
243 __val = pfx##ioswab##bwlq(__mem, val); \
270 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
306 return pfx##ioswab##bwlq(__mem, __val); \
309 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
311 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
323 __val = pfx##ioswab##bwlq(__addr, val); \
331 static inline type pfx##in##bwlq##p(unsigned long port) \
348 return pfx##ioswab##bwlq(__addr, __val); \
/linux/scripts/atomic/
A Dgen-atomic-fallback.sh13 local pfx="$1"; shift
20 local atomicname="arch_${atomic}_${pfx}${name}${sfx}${order}"
39 local pfx="$1"; shift
62 local pfx="$1"; shift
68 local basename="arch_${atomic}_${pfx}${name}${sfx}"
77 local pfx="$1"; shift
82 local basename="arch_${atomic}_${pfx}${name}${sfx}"
89 gen_proto_fallback "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
112 gen_proto_fallback "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
113 gen_proto_fallback "${meta}" "${pfx}" "${name}" "${sfx}" "_acquire" "$@"
[all …]
A Datomic-tbl.sh42 local pfx="$1"; shift
55 for base in "${pfx}${name}${sfx}${order}" "${name}"; do
149 local pfx="$1"; shift
153 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
156 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_acquire" "$@"
159 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_release" "$@"
162 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_relaxed" "$@"
171 local pfx=""
174 meta_in "${meta}" "fF" && pfx="fetch_"
177 gen_proto_order_variants "${meta}" "${pfx}" "${name}" "${sfx}" "$@"
/linux/drivers/pinctrl/renesas/
A Dpfc-r8a73a4.c20 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \
21 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \
22 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \
23 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \
26 PORT_1(64, fn, pfx##64, sfx), PORT_1(65, fn, pfx##65, sfx), \
27 PORT_1(66, fn, pfx##66, sfx), PORT_1(67, fn, pfx##67, sfx), \
28 PORT_1(68, fn, pfx##68, sfx), PORT_1(69, fn, pfx##69, sfx), \
30 PORT_1(80, fn, pfx##80, sfx), PORT_1(81, fn, pfx##81, sfx), \
31 PORT_1(82, fn, pfx##82, sfx), PORT_1(83, fn, pfx##83, sfx), \
32 PORT_1(84, fn, pfx##84, sfx), PORT_1(85, fn, pfx##85, sfx), \
[all …]
A Dsh_pfc.h662 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
665 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \
666 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \
667 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \
668 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \
669 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
672 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \
673 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \
679 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument
703 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
[all …]
A Dpfc-sh73a0.c19 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
21 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \
22 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \
23 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \
24 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \
26 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \
27 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \
29 PORT_1(160, fn, pfx##160, sfx), PORT_1(161, fn, pfx##161, sfx), \
30 PORT_1(162, fn, pfx##162, sfx), PORT_1(163, fn, pfx##163, sfx), \
32 PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx), \
[all …]
A Dpfc-emev2.c12 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
13 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
14 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \
15 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \
16 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \
17 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \
18 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \
19 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \
20 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
245 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
[all …]
/linux/net/6lowpan/
A Ddebugfs.c105 be16_to_cpu(ctx->pfx.s6_addr16[0]), in lowpan_ctx_pfx_show()
106 be16_to_cpu(ctx->pfx.s6_addr16[1]), in lowpan_ctx_pfx_show()
107 be16_to_cpu(ctx->pfx.s6_addr16[2]), in lowpan_ctx_pfx_show()
108 be16_to_cpu(ctx->pfx.s6_addr16[3]), in lowpan_ctx_pfx_show()
109 be16_to_cpu(ctx->pfx.s6_addr16[4]), in lowpan_ctx_pfx_show()
110 be16_to_cpu(ctx->pfx.s6_addr16[5]), in lowpan_ctx_pfx_show()
111 be16_to_cpu(ctx->pfx.s6_addr16[6]), in lowpan_ctx_pfx_show()
112 be16_to_cpu(ctx->pfx.s6_addr16[7])); in lowpan_ctx_pfx_show()
151 ctx->pfx.s6_addr16[i] = cpu_to_be16(addr[i] & 0xffff); in lowpan_ctx_pfx_write()
207 &t->table[i].pfx, t->table[i].plen, in lowpan_context_show()
/linux/net/ipv6/
A Drpl.c15 const void *post, unsigned char pfx) in ipv6_rpl_addr_decompress() argument
17 memcpy(dst, daddr, pfx); in ipv6_rpl_addr_decompress()
18 memcpy(&dst->s6_addr[pfx], post, IPV6_PFXTAIL_LEN(pfx)); in ipv6_rpl_addr_decompress()
22 unsigned char pfx) in ipv6_rpl_addr_compress() argument
24 memcpy(dst, &addr->s6_addr[pfx], IPV6_PFXTAIL_LEN(pfx)); in ipv6_rpl_addr_compress()
/linux/tools/testing/selftests/drivers/net/netdevsim/
A Dudp_tunnel_nic.sh260 pfx="basic"
337 pfx="module tests"
378 local pfx=$1
401 local pfx=$1
477 pfx="sync all"
534 pfx="destroy full"
562 pfx="IPv4 only"
623 pfx="error injection"
678 pfx="netdev flags"
797 pfx="table sharing"
[all …]
/linux/include/linux/
A Dbtree-type.h2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument
3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
4 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,) argument
/linux/tools/bpf/bpftool/
A Dmain.c143 bool is_prefix(const char *pfx, const char *str) in is_prefix() argument
145 if (!pfx) in is_prefix()
147 if (strlen(str) < strlen(pfx)) in is_prefix()
150 return !memcmp(str, pfx, strlen(pfx)); in is_prefix()
188 const char *pfx = ""; in fprint_hex() local
197 pfx = sep; in fprint_hex()
199 fprintf(f, "%s%02hhx", i ? pfx : "", data[i]); in fprint_hex()
/linux/drivers/acpi/
A Dacpi_extlog.c93 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd() argument
100 if (!pfx) { in __print_extlog_rcd()
102 pfx = KERN_INFO; in __print_extlog_rcd()
104 pfx = KERN_ERR; in __print_extlog_rcd()
107 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno); in __print_extlog_rcd()
112 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd() argument
126 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd()
/linux/net/dsa/
A Dmaster.c151 uint8_t pfx[4]; in dsa_master_get_strings() local
154 snprintf(pfx, sizeof(pfx), "p%.2d", port); in dsa_master_get_strings()
156 pfx[sizeof(pfx) - 1] = '_'; in dsa_master_get_strings()
183 memmove(ndata + (i * len + sizeof(pfx)), in dsa_master_get_strings()
184 ndata + i * len, len - sizeof(pfx)); in dsa_master_get_strings()
185 memcpy(ndata + i * len, pfx, sizeof(pfx)); in dsa_master_get_strings()
/linux/net/ipv6/netfilter/
A Dip6t_NPT.c18 struct in6_addr pfx; in ip6t_npt_checkentry() local
25 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len); in ip6t_npt_checkentry()
26 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6)) in ip6t_npt_checkentry()
28 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len); in ip6t_npt_checkentry()
29 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6)) in ip6t_npt_checkentry()
/linux/arch/sh/include/asm/
A Dio.h89 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument
92 pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \
103 static inline void pfx##reads##bwlq(volatile void __iomem *mem, \
154 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
156 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
165 static inline type pfx##in##bwlq##p(unsigned long port) \
/linux/scripts/atomic/fallbacks/
A Drelease3 arch_${atomic}_${pfx}${name}${sfx}_release(${params})
6 ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
A Ddec3 arch_${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
5 ${retstmt}arch_${atomic}_${pfx}sub${sfx}${order}(1, v);
A Dinc3 arch_${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
5 ${retstmt}arch_${atomic}_${pfx}add${sfx}${order}(1, v);
A Dacquire3 arch_${atomic}_${pfx}${name}${sfx}_acquire(${params})
5 ${ret} ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});

Completed in 81 milliseconds

123