Searched refs:pfx (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/drivers/firmware/efi/
H A Dcper-arm.c88 static void cper_print_arm_err_info(const char *pfx, u32 type, argument
111 printk("%stransaction type: %s\n", pfx,
122 printk("%soperation type: %s\n", pfx,
128 printk("%soperation type: %s\n", pfx,
134 printk("%soperation type: %s\n", pfx,
146 printk("%scache level: %d\n", pfx, level);
149 printk("%sTLB level: %d\n", pfx, level);
153 pfx, level);
162 printk("%sprocessor context corrupted\n", pfx);
164 printk("%sprocessor context not corrupted\n", pfx);
237 cper_print_proc_arm(const char *pfx, const struct cper_sec_proc_arm *proc) argument
[all...]
H A Dcper_cxl.c58 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err) argument
61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type,
82 pfx, prot_err->agent_addr.segment,
88 pr_info("%s rcrb_base_address: 0x%016llx\n", pfx,
107 pr_info("%s slot: %d\n", pfx,
110 pfx, prot_err->device_id.vendor_id,
113 pfx, prot_err->device_id.subsystem_vendor_id,
116 pr_info("%s class_code: %02x%02x\n", pfx,
130 pr_info("%s lower_dw: 0x%08x, upper_dw: 0x%08x\n", pfx,
148 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSE
[all...]
H A Dcper-x86.c153 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit) argument
155 printk("%s%s: %s\n", pfx, str, (check & bit) ? "true" : "false");
158 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check) argument
163 printk("%sError Type: %u, %s\n", pfx, err_type,
169 print_bool("Processor Context Corrupt", pfx, check, CHECK_MS_PCC);
172 print_bool("Uncorrected", pfx, check, CHECK_MS_UNCORRECTED);
175 print_bool("Precise IP", pfx, check, CHECK_MS_PRECISE_IP);
178 print_bool("Restartable IP", pfx, check, CHECK_MS_RESTARTABLE_IP);
181 print_bool("Overflow", pfx, check, CHECK_MS_OVERFLOW);
184 static void print_err_info(const char *pfx, u argument
257 cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc) argument
[all...]
H A Dcper.c74 * @pfx: prefix for each line, including log level and prefix string
81 * printed, with @pfx is printed at the beginning of each line.
83 void cper_print_bits(const char *pfx, unsigned int bits, argument
101 len = snprintf(buf, sizeof(buf), "%s%s", pfx, str);
144 static void cper_print_proc_generic(const char *pfx, argument
148 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type,
152 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa,
156 printk("%s""error_type: 0x%02x\n", pfx, proc->proc_error_type);
157 cper_print_bits(pfx, proc->proc_error_type,
162 printk("%s""operation: %d, %s\n", pfx, pro
354 cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem, int len) argument
402 cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, const struct acpi_hest_generic_data *gdata) argument
459 cper_print_fw_err(const char *pfx, struct acpi_hest_generic_data *gdata, const struct cper_sec_fw_err_rec_ref *fw_err) argument
505 cper_print_tstamp(const char *pfx, struct acpi_hest_generic_data_v300 *gdata) argument
538 cper_estatus_print_section(const char *pfx, struct acpi_hest_generic_data *gdata, int sec_no) argument
645 cper_estatus_print(const char *pfx, const struct acpi_hest_generic_status *estatus) argument
[all...]
H A Dcper_cxl.h64 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err);
/linux-master/arch/mips/include/asm/
H A Datomic.h26 #define ATOMIC_OPS(pfx, type) \
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) \
44 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
45 static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
62 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
71 #define ATOMIC_OP_RETURN(pfx, o
[all...]
H A Dr4kcache.h201 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \
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) \
266 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
288 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \
289 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
317 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \
318 static inline void blast_##pfx##cach
[all...]
H A Dio.h196 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \
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) \
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##ioswa
[all...]
/linux-master/scripts/atomic/
H A Datomic-tbl.sh45 #find_template(tmpltype, pfx, name, sfx, order)
49 local pfx="$1"; shift
62 for base in "${pfx}${name}${sfx}${order}" "${pfx}${name}${sfx}" "${name}"; do
72 #find_fallback_template(pfx, name, sfx, order)
78 #find_kerneldoc_template(pfx, name, sfx, order)
185 #gen_template_kerneldoc(template, class, meta, pfx, name, sfx, order, atomic, int, args...)
191 local pfx="$1"; shift
198 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
227 #gen_kerneldoc(class, meta, pfx, nam
[all...]
H A Dgen-atomic-fallback.sh8 #gen_template_fallback(template, meta, pfx, name, sfx, order, atomic, int, args...)
13 local pfx="$1"; shift
28 #gen_order_fallback(meta, pfx, name, sfx, order, atomic, int, args...)
32 local pfx="$1"; shift
39 gen_template_fallback "${tmpl}" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "$@"
42 #gen_proto_fallback(meta, pfx, name, sfx, order, atomic, int, args...)
46 local pfx="$1"; shift
51 local tmpl="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
52 gen_template_fallback "${tmpl}" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "$@"
55 #gen_proto_order_variant(meta, pfx, nam
[all...]
H A Dgen-atomic-long.sh35 #gen_proto_order_variant(meta, pfx, name, sfx, order, arg...)
39 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.sh52 #gen_proto_order_variant(meta, pfx, name, sfx, order, atomic, int, arg...)
56 local pfx="$1"; shift
63 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
71 gen_kerneldoc "" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "${atomic}" "${int}" "$@"
/linux-master/net/ipv6/
H A Drpl.c15 const void *post, unsigned char pfx)
17 memcpy(dst, daddr, pfx);
18 memcpy(&dst->s6_addr[pfx], post, IPV6_PFXTAIL_LEN(pfx));
22 unsigned char pfx)
24 memcpy(dst, &addr->s6_addr[pfx], IPV6_PFXTAIL_LEN(pfx));
13 ipv6_rpl_addr_decompress(struct in6_addr *dst, const struct in6_addr *daddr, const void *post, unsigned char pfx) argument
21 ipv6_rpl_addr_compress(void *dst, const struct in6_addr *addr, unsigned char pfx) argument
/linux-master/net/6lowpan/
H A Ddebugfs.c105 be16_to_cpu(ctx->pfx.s6_addr16[0]),
106 be16_to_cpu(ctx->pfx.s6_addr16[1]),
107 be16_to_cpu(ctx->pfx.s6_addr16[2]),
108 be16_to_cpu(ctx->pfx.s6_addr16[3]),
109 be16_to_cpu(ctx->pfx.s6_addr16[4]),
110 be16_to_cpu(ctx->pfx.s6_addr16[5]),
111 be16_to_cpu(ctx->pfx.s6_addr16[6]),
112 be16_to_cpu(ctx->pfx.s6_addr16[7]));
151 ctx->pfx.s6_addr16[i] = cpu_to_be16(addr[i] & 0xffff);
207 &t->table[i].pfx,
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-r8a73a4.c13 #define CPU_ALL_PORT(fn, pfx, sfx) \
15 PORT_10(0, fn, pfx, sfx), \
16 PORT_10(10, fn, pfx##1, sfx), \
17 PORT_10(20, fn, pfx##2, sfx), \
18 PORT_1(30, fn, pfx##30, sfx), \
20 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##3
[all...]
H A Dsh_pfc.h650 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx)
652 #define PORT_10(pn, fn, pfx, sfx) \
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##
[all...]
H A Dpfc-emev2.c11 #define CPU_ALL_PORT(fn, pfx, sfx) \
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##15
[all...]
/linux-master/include/linux/
H A Dbtree-type.h2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx
3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx)
4 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,)
/linux-master/tools/bpf/bpftool/
H A Dmain.c215 bool is_prefix(const char *pfx, const char *str) argument
217 if (!pfx)
219 if (strlen(str) < strlen(pfx))
222 return !memcmp(str, pfx, strlen(pfx));
260 const char *pfx = ""; local
269 pfx = sep;
271 fprintf(f, "%s%02hhx", i ? pfx : "", data[i]);
/linux-master/drivers/acpi/
H A Dacpi_extlog.c94 static void __print_extlog_rcd(const char *pfx, argument
101 if (!pfx) {
103 pfx = KERN_INFO;
105 pfx = KERN_ERR;
108 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno);
113 static int print_extlog_rcd(const char *pfx, argument
127 __print_extlog_rcd(pfx, estatus, cpu);
/linux-master/drivers/net/wireless/intel/iwlwifi/tests/
H A Ddevinfo.c14 static void iwl_pci_print_dev_info(const char *pfx, const struct iwl_dev_info *di) argument
17 pfx, di->device, di->subdevice, di->mac_type, di->mac_step,
/linux-master/net/dsa/
H A Dconduit.c159 uint8_t pfx[4]; local
162 snprintf(pfx, sizeof(pfx), "p%.2d", port);
164 pfx[sizeof(pfx) - 1] = '_';
191 memmove(ndata + (i * len + sizeof(pfx)),
192 ndata + i * len, len - sizeof(pfx));
193 memcpy(ndata + i * len, pfx, sizeof(pfx));
/linux-master/net/ipv6/netfilter/
H A Dip6t_NPT.c18 struct in6_addr pfx; local
25 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len);
26 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6))
28 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len);
29 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6))
/linux-master/scripts/gdb/linux/
H A Dinterrupts.py100 def x86_show_irqstat(prec, pfx, field, desc):
102 text = "%*s: " % (prec, pfx)
109 def x86_show_mce(prec, var, pfx, desc):
111 text = "%*s: " % (prec, pfx)
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh161 err_cnt "ethtool table $1 on port $port: $pfx - $msg"
171 err_cnt "table $1 on port $port: $pfx - $msg"
204 err_cnt "ethtool static entry: $pfx - $msg"
261 pfx="basic"
339 pfx="module tests"
380 local pfx=$1
403 local pfx=$1
480 pfx="sync all"
538 pfx="destroy full"
567 pfx
[all...]

Completed in 303 milliseconds

123