Home
last modified time | relevance | path

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

1234

/linux/drivers/firmware/efi/
H A Dcper-arm.c111 printk("%stransaction type: %s\n", pfx, in cper_print_arm_err_info()
122 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
128 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
134 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
153 pfx, level); in cper_print_arm_err_info()
180 printk("%sPC is precise\n", pfx); in cper_print_arm_err_info()
182 printk("%sPC is imprecise\n", pfx); in cper_print_arm_err_info()
209 printk("%srequest timed out\n", pfx); in cper_print_arm_err_info()
216 printk("%saddress space: %s\n", pfx, in cper_print_arm_err_info()
259 pfx, proc->mpidr); in cper_print_proc_arm()
[all …]
H A Dcper_cxl.c82 pfx, prot_err->agent_addr.segment, in cper_print_prot_err()
107 pr_info("%s slot: %d\n", pfx, in cper_print_prot_err()
110 pfx, prot_err->device_id.vendor_id, in cper_print_prot_err()
113 pfx, prot_err->device_id.subsystem_vendor_id, in cper_print_prot_err()
116 pr_info("%s class_code: %02x%02x\n", pfx, in cper_print_prot_err()
160 pr_info("%s CXL DVSEC:\n", pfx); in cper_print_prot_err()
171 pr_info("%s CXL Error Log:\n", pfx); in cper_print_prot_err()
179 pr_info("%s cxl_ras_cor_status: 0x%08x", pfx, in cper_print_prot_err()
181 pr_info("%s cxl_ras_cor_mask: 0x%08x\n", pfx, in cper_print_prot_err()
183 pr_info("%s cap_control: 0x%08x\n", pfx, in cper_print_prot_err()
[all …]
H A Dcper.c178 pfx, proc->target_addr); in cper_print_proc_generic()
181 pfx, proc->requestor_id); in cper_print_proc_generic()
184 pfx, proc->responder_id); in cper_print_proc_generic()
372 pfx, mem->physical_addr); in cper_print_mem()
375 pfx, mem->physical_addr_mask); in cper_print_mem()
378 printk("%s%s\n", pfx, rcd_decode_str); in cper_print_mem()
385 printk("%s%s\n", pfx, rcd_decode_str); in cper_print_mem()
410 printk("%s""version: %d.%d\n", pfx, in cper_print_pcie()
420 printk("%s""slot: %d\n", pfx, in cper_print_pcie()
451 pfx, aer->uncor_severity); in cper_print_pcie()
[all …]
H 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/
H A Datomic.h26 #define ATOMIC_OPS(pfx, type) \ argument
27 static __always_inline type arch_##pfx##_read(const pfx##_t *v) \
32 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
45 static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
62 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
73 arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
92 "1: " #ll " %1, %2 # " #pfx "_" #op "_return\n" \
107 arch_##pfx##_fetch_##op##_relaxed(type i, pfx##_t * v) \
125 "1: " #ll " %1, %2 # " #pfx "_fetch_" #op "\n" \
196 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
[all …]
H A Dr4kcache.h201 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
202 static inline void extra##blast_##pfx##cache##lsize(void) \
217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
228 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
265 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
266 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
288 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
289 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
317 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \ argument
318 static inline void blast_##pfx##cache##lsize##_node(long node) \
H A Dio.h196 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
198 static inline void pfx##write##bwlq(type val, \
211 __val = pfx##ioswab##bwlq(__mem, val); \
238 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
274 return pfx##ioswab##bwlq(__mem, __val); \
277 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax) \ argument
279 static inline void pfx##out##bwlq(type val, unsigned long port) \
291 __val = pfx##ioswab##bwlq(__addr, val); \
299 static inline type pfx##in##bwlq(unsigned long port) \
316 return pfx##ioswab##bwlq(__addr, __val); \
/linux/scripts/atomic/
H A Datomic-tbl.sh49 local pfx="$1"; shift
62 for base in "${pfx}${name}${sfx}${order}" "${pfx}${name}${sfx}" "${name}"; do
191 local pfx="$1"; shift
198 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
232 local pfx="$1"; shift
237 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
253 local pfx="$1"; shift
257 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
275 local pfx=""
278 meta_in "${meta}" "fF" && pfx="fetch_"
[all …]
H A Dgen-atomic-fallback.sh13 local pfx="$1"; shift
32 local pfx="$1"; shift
46 local pfx="$1"; shift
51 local tmpl="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
59 local pfx="$1"; shift
66 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
67 local basename="${atomic}_${pfx}${name}${sfx}"
126 local pfx="$1"; shift
131 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
134 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_acquire" "$@"
[all …]
H A Dgen-atomic-long.sh39 local pfx="$1"; shift
44 local atomicname="${pfx}${name}${sfx}${order}"
52 gen_kerneldoc "raw_" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "atomic_long" "long" "$@"
H A Dgen-atomic-instrumented.sh56 local pfx="$1"; shift
63 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
71 gen_kerneldoc "" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "${atomic}" "${int}" "$@"
/linux/drivers/pinctrl/renesas/
H 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 …]
H A Dsh_pfc.h650 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
653 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \
654 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \
655 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \
656 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \
657 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
660 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \
661 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \
667 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument
690 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
[all …]
H A Dpfc-emev2.c11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
12 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
13 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \
14 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \
15 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \
16 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \
17 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \
18 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \
19 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
[all …]
H 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 …]
/linux/net/ipv6/
H 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/net/6lowpan/
H 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/include/linux/
H 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/testing/selftests/net/
H A Dxfrm_policy_add_speed.sh24 local pfx
25 pfx=30
40 echo xfrm policy add src 10.$s.$j.0/30 dst 10.$d.$j.$a/$pfx dir $dir action block
45 echo xfrm policy add src 10.$s.$j.$a/30 dst 10.$d.$j.0/$pfx dir $dir action block
/linux/drivers/acpi/
H A Dacpi_extlog.c94 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd() argument
101 if (!pfx) { in __print_extlog_rcd()
103 pfx = KERN_INFO; in __print_extlog_rcd()
105 pfx = KERN_ERR; in __print_extlog_rcd()
108 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno); in __print_extlog_rcd()
113 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd() argument
127 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd()
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh261 pfx="basic"
339 pfx="module tests"
380 local pfx=$1
403 local pfx=$1
480 pfx="sync all"
538 pfx="destroy full"
567 pfx="IPv4 only"
629 pfx="error injection"
685 pfx="netdev flags"
806 pfx="table sharing"
[all …]
/linux/tools/bpf/bpftool/
H A Dmain.c215 bool is_prefix(const char *pfx, const char *str) in is_prefix() argument
217 if (!pfx) in is_prefix()
219 if (strlen(str) < strlen(pfx)) in is_prefix()
222 return !memcmp(str, pfx, strlen(pfx)); in is_prefix()
260 const char *pfx = ""; in fprint_hex() local
269 pfx = sep; in fprint_hex()
271 fprintf(f, "%s%02hhx", i ? pfx : "", data[i]); in fprint_hex()
/linux/net/dsa/
H A Dconduit.c159 uint8_t pfx[4]; in dsa_conduit_get_strings() local
162 snprintf(pfx, sizeof(pfx), "p%.2d", port); in dsa_conduit_get_strings()
164 pfx[sizeof(pfx) - 1] = '_'; in dsa_conduit_get_strings()
191 memmove(ndata + (i * len + sizeof(pfx)), in dsa_conduit_get_strings()
192 ndata + i * len, len - sizeof(pfx)); in dsa_conduit_get_strings()
193 memcpy(ndata + i * len, pfx, sizeof(pfx)); in dsa_conduit_get_strings()
/linux/net/ipv6/netfilter/
H 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/
H 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, \
178 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
180 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
189 static inline type pfx##in##bwlq##p(unsigned long port) \

1234