Symbol: pfx
arch/mips/include/asm/atomic.h
105
#define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
107
arch_##pfx##_fetch_##op##_relaxed(type i, pfx##_t * v) \
arch/mips/include/asm/atomic.h
125
"1: " #ll " %1, %2 # " #pfx "_fetch_" #op "\n" \
arch/mips/include/asm/atomic.h
139
#define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
140
ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
141
ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
142
ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc)
arch/mips/include/asm/atomic.h
162
#define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
163
ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
164
ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc)
arch/mips/include/asm/atomic.h
196
#define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \
arch/mips/include/asm/atomic.h
197
static __inline__ type arch_##pfx##_sub_if_positive(type i, pfx##_t * v) \
arch/mips/include/asm/atomic.h
26
#define ATOMIC_OPS(pfx, type) \
arch/mips/include/asm/atomic.h
27
static __always_inline type arch_##pfx##_read(const pfx##_t *v) \
arch/mips/include/asm/atomic.h
32
static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
arch/mips/include/asm/atomic.h
44
#define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
45
static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
arch/mips/include/asm/atomic.h
62
"1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
arch/mips/include/asm/atomic.h
71
#define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \
arch/mips/include/asm/atomic.h
73
arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
arch/mips/include/asm/atomic.h
92
"1: " #ll " %1, %2 # " #pfx "_" #op "_return\n" \
arch/mips/include/asm/io.h
180
#define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \
arch/mips/include/asm/io.h
182
static inline void pfx##write##bwlq(type val, \
arch/mips/include/asm/io.h
195
__val = pfx##ioswab##bwlq(__mem, val); \
arch/mips/include/asm/io.h
222
static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
arch/mips/include/asm/io.h
258
return pfx##ioswab##bwlq(__mem, __val); \
arch/mips/include/asm/io.h
261
#define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax) \
arch/mips/include/asm/io.h
263
static inline void pfx##out##bwlq(type val, unsigned long port) \
arch/mips/include/asm/io.h
275
__val = pfx##ioswab##bwlq(__addr, val); \
arch/mips/include/asm/io.h
283
static inline type pfx##in##bwlq(unsigned long port) \
arch/mips/include/asm/io.h
300
return pfx##ioswab##bwlq(__addr, __val); \
arch/mips/include/asm/r4kcache.h
201
#define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \
arch/mips/include/asm/r4kcache.h
202
static inline void extra##blast_##pfx##cache##lsize(void) \
arch/mips/include/asm/r4kcache.h
217
static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
arch/mips/include/asm/r4kcache.h
228
static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
arch/mips/include/asm/r4kcache.h
265
#define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \
arch/mips/include/asm/r4kcache.h
266
static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
arch/mips/include/asm/r4kcache.h
288
#define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \
arch/mips/include/asm/r4kcache.h
289
static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
arch/mips/include/asm/r4kcache.h
317
#define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \
arch/mips/include/asm/r4kcache.h
318
static inline void blast_##pfx##cache##lsize##_node(long node) \
arch/sh/include/asm/io.h
102
static inline void pfx##reads##bwlq(const volatile void __iomem *mem, \
arch/sh/include/asm/io.h
158
#define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \
arch/sh/include/asm/io.h
160
static inline void pfx##out##bwlq##p(type val, unsigned long port) \
arch/sh/include/asm/io.h
169
static inline type pfx##in##bwlq##p(unsigned long port) \
arch/sh/include/asm/io.h
88
#define __BUILD_MEMORY_STRING(pfx, bwlq, type) \
arch/sh/include/asm/io.h
91
pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \
arch/sparc/kernel/traps_64.c
1949
static void sun4v_report_real_raddr(const char *pfx, struct pt_regs *regs)
arch/sparc/kernel/traps_64.c
1962
pfx, addr);
arch/sparc/kernel/traps_64.c
1966
int cpu, const char *pfx, atomic_t *ocnt)
arch/sparc/kernel/traps_64.c
1972
printk("%s: Reporting on cpu %d\n", pfx, cpu);
arch/sparc/kernel/traps_64.c
1974
pfx, regs->tpc, (void *) regs->tpc);
arch/sparc/kernel/traps_64.c
1977
pfx, raw_ptr[0], raw_ptr[1], raw_ptr[2], raw_ptr[3]);
arch/sparc/kernel/traps_64.c
1979
pfx, raw_ptr[4], raw_ptr[5], raw_ptr[6], raw_ptr[7]);
arch/sparc/kernel/traps_64.c
1982
pfx, ent->err_handle, ent->err_stick);
arch/sparc/kernel/traps_64.c
1984
printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type));
arch/sparc/kernel/traps_64.c
1987
printk("%s: attrs [0x%08x] < ", pfx, attrs);
arch/sparc/kernel/traps_64.c
1997
printk("%s: raddr [0x%016llx]\n", pfx, ent->err_raddr);
arch/sparc/kernel/traps_64.c
2000
sun4v_report_real_raddr(pfx, regs);
arch/sparc/kernel/traps_64.c
2004
printk("%s: size [0x%x]\n", pfx, ent->err_size);
arch/sparc/kernel/traps_64.c
2010
printk("%s: cpu[%u]\n", pfx, ent->err_cpu);
arch/sparc/kernel/traps_64.c
2013
printk("%s: asi [0x%02x]\n", pfx, ent->err_asi);
arch/sparc/kernel/traps_64.c
2020
pfx, ent->err_asr & ~SUN4V_ERR_ASR_VALID);
arch/sparc/kernel/traps_64.c
2028
pfx, cnt);
arch/x86/include/asm/inat.h
90
#define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS)
block/blk-settings.c
951
sector_t offset, const char *pfx)
block/blk-settings.c
956
pfx, bdev);
drivers/acpi/acpi_extlog.c
103
if (!pfx) {
drivers/acpi/acpi_extlog.c
105
pfx = KERN_INFO;
drivers/acpi/acpi_extlog.c
107
pfx = KERN_ERR;
drivers/acpi/acpi_extlog.c
110
snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno);
drivers/acpi/acpi_extlog.c
115
static int print_extlog_rcd(const char *pfx,
drivers/acpi/acpi_extlog.c
129
__print_extlog_rcd(pfx, estatus, cpu);
drivers/acpi/acpi_extlog.c
96
static void __print_extlog_rcd(const char *pfx,
drivers/acpi/apei/ghes.c
1005
static int ghes_print_estatus(const char *pfx,
drivers/acpi/apei/ghes.c
1019
__ghes_print_estatus(pfx, generic, estatus);
drivers/acpi/apei/ghes.c
983
static void __ghes_print_estatus(const char *pfx,
drivers/acpi/apei/ghes.c
991
if (pfx == NULL) {
drivers/acpi/apei/ghes.c
994
pfx = KERN_WARNING;
drivers/acpi/apei/ghes.c
996
pfx = KERN_ERR;
drivers/acpi/apei/ghes.c
999
snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}" HW_ERR, pfx, curr_seqno);
drivers/firmware/efi/cper-arm.c
107
printk("%stransaction type: %s\n", pfx,
drivers/firmware/efi/cper-arm.c
117
printk("%scache error, operation type: %s\n", pfx,
drivers/firmware/efi/cper-arm.c
123
printk("%sTLB error, operation type: %s\n", pfx,
drivers/firmware/efi/cper-arm.c
129
printk("%sbus error, operation type: %s\n", pfx,
drivers/firmware/efi/cper-arm.c
139
printk("%scache level: %d\n", pfx, level);
drivers/firmware/efi/cper-arm.c
142
printk("%sTLB level: %d\n", pfx, level);
drivers/firmware/efi/cper-arm.c
146
pfx, level);
drivers/firmware/efi/cper-arm.c
153
printk("%sprocessor context corrupted\n", pfx);
drivers/firmware/efi/cper-arm.c
155
printk("%sprocessor context not corrupted\n", pfx);
drivers/firmware/efi/cper-arm.c
162
printk("%sthe error has been corrected\n", pfx);
drivers/firmware/efi/cper-arm.c
164
printk("%sthe error has not been corrected\n", pfx);
drivers/firmware/efi/cper-arm.c
171
printk("%sPC is precise\n", pfx);
drivers/firmware/efi/cper-arm.c
173
printk("%sPC is imprecise\n", pfx);
drivers/firmware/efi/cper-arm.c
180
printk("%sProgram execution can be restarted reliably at the PC associated with the error.\n", pfx);
drivers/firmware/efi/cper-arm.c
191
printk("%sparticipation type: %s\n", pfx,
drivers/firmware/efi/cper-arm.c
200
printk("%srequest timed out\n", pfx);
drivers/firmware/efi/cper-arm.c
207
printk("%saddress space: %s\n", pfx,
drivers/firmware/efi/cper-arm.c
215
printk("%smemory access attributes:0x%x\n", pfx, mem_attributes);
drivers/firmware/efi/cper-arm.c
222
printk("%saccess mode: normal\n", pfx);
drivers/firmware/efi/cper-arm.c
224
printk("%saccess mode: secure\n", pfx);
drivers/firmware/efi/cper-arm.c
228
void cper_print_proc_arm(const char *pfx,
drivers/firmware/efi/cper-arm.c
238
printk("%sMIDR: 0x%016llx\n", pfx, proc->midr);
drivers/firmware/efi/cper-arm.c
245
pfx, proc->section_length, length);
drivers/firmware/efi/cper-arm.c
246
printk("%ssection length is too %s\n", pfx,
drivers/firmware/efi/cper-arm.c
248
printk("%sfirmware-generated error record is incorrect\n", pfx);
drivers/firmware/efi/cper-arm.c
249
printk("%sERR_INFO_NUM is %d\n", pfx, proc->err_info_num);
drivers/firmware/efi/cper-arm.c
255
pfx, proc->mpidr);
drivers/firmware/efi/cper-arm.c
258
printk("%serror affinity level: %d\n", pfx,
drivers/firmware/efi/cper-arm.c
262
printk("%srunning state: 0x%x\n", pfx, proc->running_state);
drivers/firmware/efi/cper-arm.c
264
pfx, proc->psci_state);
drivers/firmware/efi/cper-arm.c
267
snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
drivers/firmware/efi/cper-arm.c
271
printk("%sError info structure %d:\n", pfx, i);
drivers/firmware/efi/cper-arm.c
273
printk("%snum errors: %d\n", pfx, err_info->multiple_error + 1);
drivers/firmware/efi/cper-arm.c
318
printk("%sContext info structure %d:\n", pfx, i);
drivers/firmware/efi/cper-arm.c
321
printk("%sfirmware-generated error record is incorrect\n", pfx);
drivers/firmware/efi/cper-arm.c
338
printk("%sVendor specific error info has %u bytes:\n", pfx,
drivers/firmware/efi/cper-arm.c
88
static void cper_print_arm_err_info(const char *pfx, u32 type,
drivers/firmware/efi/cper-x86.c
153
static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit)
drivers/firmware/efi/cper-x86.c
155
printk("%s%s: %s\n", pfx, str, (check & bit) ? "true" : "false");
drivers/firmware/efi/cper-x86.c
158
static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check)
drivers/firmware/efi/cper-x86.c
163
printk("%sError Type: %u, %s\n", pfx, err_type,
drivers/firmware/efi/cper-x86.c
169
print_bool("Processor Context Corrupt", pfx, check, CHECK_MS_PCC);
drivers/firmware/efi/cper-x86.c
172
print_bool("Uncorrected", pfx, check, CHECK_MS_UNCORRECTED);
drivers/firmware/efi/cper-x86.c
175
print_bool("Precise IP", pfx, check, CHECK_MS_PRECISE_IP);
drivers/firmware/efi/cper-x86.c
178
print_bool("Restartable IP", pfx, check, CHECK_MS_RESTARTABLE_IP);
drivers/firmware/efi/cper-x86.c
181
print_bool("Overflow", pfx, check, CHECK_MS_OVERFLOW);
drivers/firmware/efi/cper-x86.c
184
static void print_err_info(const char *pfx, u8 err_type, u64 check)
drivers/firmware/efi/cper-x86.c
193
return print_err_info_ms(pfx, validation_bits, check);
drivers/firmware/efi/cper-x86.c
198
printk("%sTransaction Type: %u, %s\n", pfx, trans_type,
drivers/firmware/efi/cper-x86.c
212
printk("%sOperation: %u, %s\n", pfx, op,
drivers/firmware/efi/cper-x86.c
217
printk("%sLevel: %llu\n", pfx, CHECK_LEVEL(check));
drivers/firmware/efi/cper-x86.c
220
print_bool("Processor Context Corrupt", pfx, check, CHECK_PCC);
drivers/firmware/efi/cper-x86.c
223
print_bool("Uncorrected", pfx, check, CHECK_UNCORRECTED);
drivers/firmware/efi/cper-x86.c
226
print_bool("Precise IP", pfx, check, CHECK_PRECISE_IP);
drivers/firmware/efi/cper-x86.c
229
print_bool("Restartable IP", pfx, check, CHECK_RESTARTABLE_IP);
drivers/firmware/efi/cper-x86.c
232
print_bool("Overflow", pfx, check, CHECK_OVERFLOW);
drivers/firmware/efi/cper-x86.c
240
printk("%sParticipation Type: %u, %s\n", pfx, part_type,
drivers/firmware/efi/cper-x86.c
246
print_bool("Time Out", pfx, check, CHECK_BUS_TIME_OUT);
drivers/firmware/efi/cper-x86.c
251
printk("%sAddress Space: %u, %s\n", pfx, addr_space,
drivers/firmware/efi/cper-x86.c
257
void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc)
drivers/firmware/efi/cper-x86.c
266
printk("%sLocal APIC_ID: 0x%llx\n", pfx, proc->lapic_id);
drivers/firmware/efi/cper-x86.c
269
printk("%sCPUID Info:\n", pfx);
drivers/firmware/efi/cper-x86.c
270
print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, proc->cpuid,
drivers/firmware/efi/cper-x86.c
274
snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
drivers/firmware/efi/cper-x86.c
278
printk("%sError Information Structure %d:\n", pfx, i);
drivers/firmware/efi/cper-x86.c
331
printk("%sContext Information Structure %d:\n", pfx, i);
drivers/firmware/efi/cper.c
102
len = snprintf(buf, sizeof(buf), "%s%s", pfx, str);
drivers/firmware/efi/cper.c
204
static void cper_print_proc_generic(const char *pfx,
drivers/firmware/efi/cper.c
208
printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type,
drivers/firmware/efi/cper.c
212
printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa,
drivers/firmware/efi/cper.c
216
printk("%s""error_type: 0x%02x\n", pfx, proc->proc_error_type);
drivers/firmware/efi/cper.c
217
cper_print_bits(pfx, proc->proc_error_type,
drivers/firmware/efi/cper.c
222
printk("%s""operation: %d, %s\n", pfx, proc->operation,
drivers/firmware/efi/cper.c
226
printk("%s""flags: 0x%02x\n", pfx, proc->flags);
drivers/firmware/efi/cper.c
227
cper_print_bits(pfx, proc->flags, proc_flag_strs,
drivers/firmware/efi/cper.c
231
printk("%s""level: %d\n", pfx, proc->level);
drivers/firmware/efi/cper.c
233
printk("%s""version_info: 0x%016llx\n", pfx, proc->cpu_version);
drivers/firmware/efi/cper.c
235
printk("%s""processor_id: 0x%016llx\n", pfx, proc->proc_id);
drivers/firmware/efi/cper.c
238
pfx, proc->target_addr);
drivers/firmware/efi/cper.c
241
pfx, proc->requestor_id);
drivers/firmware/efi/cper.c
244
pfx, proc->responder_id);
drivers/firmware/efi/cper.c
246
printk("%s""IP: 0x%016llx\n", pfx, proc->ip);
drivers/firmware/efi/cper.c
414
static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem,
drivers/firmware/efi/cper.c
428
pfx, cper_mem_err_status_str(mem->error_status),
drivers/firmware/efi/cper.c
432
pfx, mem->physical_addr);
drivers/firmware/efi/cper.c
435
pfx, mem->physical_addr_mask);
drivers/firmware/efi/cper.c
438
printk("%s%s\n", pfx, rcd_decode_str);
drivers/firmware/efi/cper.c
441
printk("%s""error_type: %d, %s\n", pfx, etype,
drivers/firmware/efi/cper.c
445
printk("%s%s\n", pfx, rcd_decode_str);
drivers/firmware/efi/cper.c
462
static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie,
drivers/firmware/efi/cper.c
466
printk("%s""port_type: %d, %s\n", pfx, pcie->port_type,
drivers/firmware/efi/cper.c
470
printk("%s""version: %d.%d\n", pfx,
drivers/firmware/efi/cper.c
473
printk("%s""command: 0x%04x, status: 0x%04x\n", pfx,
drivers/firmware/efi/cper.c
477
printk("%s""device_id: %04x:%02x:%02x.%x\n", pfx,
drivers/firmware/efi/cper.c
480
printk("%s""slot: %d\n", pfx,
drivers/firmware/efi/cper.c
482
printk("%s""secondary_bus: 0x%02x\n", pfx,
drivers/firmware/efi/cper.c
484
printk("%s""vendor_id: 0x%04x, device_id: 0x%04x\n", pfx,
drivers/firmware/efi/cper.c
487
printk("%s""class_code: %02x%02x%02x\n", pfx, p[2], p[1], p[0]);
drivers/firmware/efi/cper.c
490
printk("%s""serial number: 0x%04x, 0x%04x\n", pfx,
drivers/firmware/efi/cper.c
495
pfx, pcie->bridge.secondary_status, pcie->bridge.control);
drivers/firmware/efi/cper.c
507
pfx, aer->cor_status, aer->cor_mask);
drivers/firmware/efi/cper.c
509
pfx, aer->uncor_status, aer->uncor_mask);
drivers/firmware/efi/cper.c
511
pfx, aer->uncor_severity);
drivers/firmware/efi/cper.c
512
printk("%sTLP Header: %08x %08x %08x %08x\n", pfx,
drivers/firmware/efi/cper.c
524
static void cper_print_fw_err(const char *pfx,
drivers/firmware/efi/cper.c
531
printk("%s""Firmware Error Record Type: %s\n", pfx,
drivers/firmware/efi/cper.c
534
printk("%s""Revision: %d\n", pfx, fw_err->revision);
drivers/firmware/efi/cper.c
538
printk("%s""Record Identifier: %08llx\n", pfx,
drivers/firmware/efi/cper.c
541
printk("%s""Record Identifier: %pUl\n", pfx,
drivers/firmware/efi/cper.c
565
pfx, offset, length);
drivers/firmware/efi/cper.c
572
print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, buf, length, true);
drivers/firmware/efi/cper.c
575
static void cper_print_tstamp(const char *pfx,
drivers/firmware/efi/cper.c
590
printk("%s%ststamp: %02d%02d-%02d-%02d %02d:%02d:%02d\n", pfx,
drivers/firmware/efi/cper.c
608
cper_estatus_print_section(const char *pfx, struct acpi_hest_generic_data *gdata,
drivers/firmware/efi/cper.c
616
cper_print_tstamp(pfx, (struct acpi_hest_generic_data_v300 *)gdata);
drivers/firmware/efi/cper.c
619
printk("%s""Error %d, type: %s\n", pfx, sec_no,
drivers/firmware/efi/cper.c
622
printk("%s""fru_id: %pUl\n", pfx, gdata->fru_id);
drivers/firmware/efi/cper.c
624
printk("%s""fru_text: %.20s\n", pfx, gdata->fru_text);
drivers/firmware/efi/cper.c
626
snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
drivers/firmware/efi/cper.c
716
void cper_estatus_print(const char *pfx,
drivers/firmware/efi/cper.c
726
printk("%s%s\n", pfx,
drivers/firmware/efi/cper.c
729
printk("%s""event severity: %s\n", pfx, cper_severity_str(severity));
drivers/firmware/efi/cper.c
730
snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
drivers/firmware/efi/cper.c
84
void cper_print_bits(const char *pfx, unsigned int bits,
drivers/firmware/efi/cper_cxl.c
115
print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4,
drivers/firmware/efi/cper_cxl.c
125
pr_info("%s DVSEC length: 0x%04x\n", pfx, prot_err->dvsec_len);
drivers/firmware/efi/cper_cxl.c
127
pr_info("%s CXL DVSEC:\n", pfx);
drivers/firmware/efi/cper_cxl.c
128
print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, (prot_err + 1),
drivers/firmware/efi/cper_cxl.c
136
pr_info("%s Error log length: 0x%04x\n", pfx, prot_err->err_len);
drivers/firmware/efi/cper_cxl.c
138
pr_info("%s CXL Error Log:\n", pfx);
drivers/firmware/efi/cper_cxl.c
140
pr_info("%s cxl_ras_uncor_status: 0x%08x", pfx,
drivers/firmware/efi/cper_cxl.c
142
pr_info("%s cxl_ras_uncor_mask: 0x%08x\n", pfx,
drivers/firmware/efi/cper_cxl.c
144
pr_info("%s cxl_ras_uncor_severity: 0x%08x\n", pfx,
drivers/firmware/efi/cper_cxl.c
146
pr_info("%s cxl_ras_cor_status: 0x%08x", pfx,
drivers/firmware/efi/cper_cxl.c
148
pr_info("%s cxl_ras_cor_mask: 0x%08x\n", pfx,
drivers/firmware/efi/cper_cxl.c
150
pr_info("%s cap_control: 0x%08x\n", pfx,
drivers/firmware/efi/cper_cxl.c
152
pr_info("%s Header Log Registers:\n", pfx);
drivers/firmware/efi/cper_cxl.c
153
print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, cxl_ras->header_log,
drivers/firmware/efi/cper_cxl.c
24
void cxl_cper_print_prot_err(const char *pfx,
drivers/firmware/efi/cper_cxl.c
28
pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type,
drivers/firmware/efi/cper_cxl.c
49
pfx, prot_err->agent_addr.segment,
drivers/firmware/efi/cper_cxl.c
55
pr_info("%s rcrb_base_address: 0x%016llx\n", pfx,
drivers/firmware/efi/cper_cxl.c
74
pr_info("%s slot: %d\n", pfx,
drivers/firmware/efi/cper_cxl.c
77
pfx, prot_err->device_id.vendor_id,
drivers/firmware/efi/cper_cxl.c
80
pfx, prot_err->device_id.subsystem_vendor_id,
drivers/firmware/efi/cper_cxl.c
83
pr_info("%s class_code: %02x%02x\n", pfx,
drivers/firmware/efi/cper_cxl.c
97
pr_info("%s lower_dw: 0x%08x, upper_dw: 0x%08x\n", pfx,
drivers/hwtracing/coresight/coresight-core.c
1678
if (!strcmp(list->pfx, prefix))
drivers/hwtracing/coresight/coresight-core.c
1686
list->pfx = kstrdup(prefix, GFP_KERNEL);
drivers/hwtracing/coresight/coresight-core.c
1687
if (!list->pfx) {
drivers/hwtracing/coresight/coresight-core.c
1821
name = devm_kasprintf(dev, GFP_KERNEL, "%s%d", list->pfx, idx);
drivers/hwtracing/coresight/coresight-core.c
1844
kfree(list->pfx);
drivers/net/ethernet/asix/ax88796c_main.c
305
char pfx[IFNAMSIZ + 7];
drivers/net/ethernet/asix/ax88796c_main.c
307
snprintf(pfx, sizeof(pfx), "%s: ", ndev->name);
drivers/net/ethernet/asix/ax88796c_main.c
313
print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1,
drivers/net/ethernet/asix/ax88796c_main.c
317
print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1,
drivers/net/ethernet/asix/ax88796c_main.c
321
print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1,
drivers/net/ethernet/asix/ax88796c_main.c
326
print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1,
drivers/net/ethernet/asix/ax88796c_main.c
473
char pfx[IFNAMSIZ + 7];
drivers/net/ethernet/asix/ax88796c_main.c
475
snprintf(pfx, sizeof(pfx), "%s: ", ndev->name);
drivers/net/ethernet/asix/ax88796c_main.c
480
print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1,
drivers/net/ethernet/asix/ax88796c_main.c
484
print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1,
drivers/net/wireless/intel/iwlwifi/iwl-config.h
106
#define IWL_FW_AND_PNVM(pfx, api) \
drivers/net/wireless/intel/iwlwifi/iwl-config.h
107
MODULE_FIRMWARE(pfx "-" __stringify(api) ".ucode"); \
drivers/net/wireless/intel/iwlwifi/iwl-config.h
108
MODULE_FIRMWARE(pfx ".pnvm")
drivers/net/wireless/intel/iwlwifi/iwl-config.h
110
#define IWL_CORE_FW(pfx, core) \
drivers/net/wireless/intel/iwlwifi/iwl-config.h
111
MODULE_FIRMWARE(pfx "-c" __stringify(core) ".ucode")
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
14
static void iwl_pci_print_dev_info(const char *pfx, const struct iwl_dev_info *di)
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
57
pfx, di->device, di->subdevice, subdevice_mask, buf);
drivers/pci/pci.h
870
const char *pfx);
drivers/pci/pcie/tlp.c
108
const char *pfx)
drivers/pci/pcie/tlp.c
135
dev_printk(level, &dev->dev, "%sTLP Header%s: %s\n", pfx,
drivers/pinctrl/renesas/pfc-emev2.c
11
#define CPU_ALL_PORT(fn, pfx, sfx) \
drivers/pinctrl/renesas/pfc-emev2.c
12
PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
13
PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
14
PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
15
PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
16
PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
17
PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
18
PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \
drivers/pinctrl/renesas/pfc-emev2.c
19
PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
drivers/pinctrl/renesas/pfc-emev2.c
244
#define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0)
drivers/pinctrl/renesas/pfc-emev2.c
253
#define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN)
drivers/pinctrl/renesas/pfc-r8a73a4.c
13
#define CPU_ALL_PORT(fn, pfx, sfx) \
drivers/pinctrl/renesas/pfc-r8a73a4.c
15
PORT_10(0, fn, pfx, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
16
PORT_10(10, fn, pfx##1, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
17
PORT_10(20, fn, pfx##2, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
18
PORT_1(30, fn, pfx##30, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
20
PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
21
PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
22
PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
23
PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
24
PORT_1(40, fn, pfx##40, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
26
PORT_1(64, fn, pfx##64, sfx), PORT_1(65, fn, pfx##65, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
27
PORT_1(66, fn, pfx##66, sfx), PORT_1(67, fn, pfx##67, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
28
PORT_1(68, fn, pfx##68, sfx), PORT_1(69, fn, pfx##69, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
29
PORT_10(70, fn, pfx##7, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
30
PORT_1(80, fn, pfx##80, sfx), PORT_1(81, fn, pfx##81, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
31
PORT_1(82, fn, pfx##82, sfx), PORT_1(83, fn, pfx##83, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
32
PORT_1(84, fn, pfx##84, sfx), PORT_1(85, fn, pfx##85, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
34
PORT_1(96, fn, pfx##96, sfx), PORT_1(97, fn, pfx##97, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
35
PORT_1(98, fn, pfx##98, sfx), PORT_1(99, fn, pfx##99, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
36
PORT_10(100, fn, pfx##10, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
37
PORT_10(110, fn, pfx##11, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
38
PORT_1(120, fn, pfx##120, sfx), PORT_1(121, fn, pfx##121, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
39
PORT_1(122, fn, pfx##122, sfx), PORT_1(123, fn, pfx##123, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
40
PORT_1(124, fn, pfx##124, sfx), PORT_1(125, fn, pfx##125, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
41
PORT_1(126, fn, pfx##126, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
43
PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
44
PORT_1(130, fn, pfx##130, sfx), PORT_1(131, fn, pfx##131, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
45
PORT_1(132, fn, pfx##132, sfx), PORT_1(133, fn, pfx##133, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
46
PORT_1(134, fn, pfx##134, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
48
PORT_10(160, fn, pfx##16, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
49
PORT_1(170, fn, pfx##170, sfx), PORT_1(171, fn, pfx##171, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
50
PORT_1(172, fn, pfx##172, sfx), PORT_1(173, fn, pfx##173, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
51
PORT_1(174, fn, pfx##174, sfx), PORT_1(175, fn, pfx##175, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
52
PORT_1(176, fn, pfx##176, sfx), PORT_1(177, fn, pfx##177, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
53
PORT_1(178, fn, pfx##178, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
55
PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
56
PORT_1(194, fn, pfx##194, sfx), PORT_1(195, fn, pfx##195, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
57
PORT_1(196, fn, pfx##196, sfx), PORT_1(197, fn, pfx##197, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
58
PORT_1(198, fn, pfx##198, sfx), PORT_1(199, fn, pfx##199, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
59
PORT_10(200, fn, pfx##20, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
60
PORT_10(210, fn, pfx##21, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
61
PORT_1(220, fn, pfx##220, sfx), PORT_1(221, fn, pfx##221, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
62
PORT_1(222, fn, pfx##222, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
64
PORT_1(224, fn, pfx##224, sfx), PORT_1(225, fn, pfx##225, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
65
PORT_1(226, fn, pfx##226, sfx), PORT_1(227, fn, pfx##227, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
66
PORT_1(228, fn, pfx##228, sfx), PORT_1(229, fn, pfx##229, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
67
PORT_10(230, fn, pfx##23, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
68
PORT_10(240, fn, pfx##24, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
69
PORT_1(250, fn, pfx##250, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
71
PORT_1(256, fn, pfx##256, sfx), PORT_1(257, fn, pfx##257, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
72
PORT_1(258, fn, pfx##258, sfx), PORT_1(259, fn, pfx##259, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
73
PORT_10(260, fn, pfx##26, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
74
PORT_10(270, fn, pfx##27, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
75
PORT_1(280, fn, pfx##280, sfx), PORT_1(281, fn, pfx##281, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
76
PORT_1(282, fn, pfx##282, sfx), PORT_1(283, fn, pfx##283, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
78
PORT_1(288, fn, pfx##288, sfx), PORT_1(289, fn, pfx##289, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
79
PORT_10(290, fn, pfx##29, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
80
PORT_1(300, fn, pfx##300, sfx), PORT_1(301, fn, pfx##301, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
81
PORT_1(302, fn, pfx##302, sfx), PORT_1(303, fn, pfx##303, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
82
PORT_1(304, fn, pfx##304, sfx), PORT_1(305, fn, pfx##305, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
83
PORT_1(306, fn, pfx##306, sfx), PORT_1(307, fn, pfx##307, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
84
PORT_1(308, fn, pfx##308, sfx), \
drivers/pinctrl/renesas/pfc-r8a73a4.c
86
PORT_10(320, fn, pfx##32, sfx)
drivers/pinctrl/renesas/pfc-r8a7740.c
14
#define CPU_ALL_PORT(fn, pfx, sfx) \
drivers/pinctrl/renesas/pfc-r8a7740.c
15
PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
drivers/pinctrl/renesas/pfc-r8a7740.c
16
PORT_10(100, fn, pfx##10, sfx), PORT_90(100, fn, pfx##1, sfx), \
drivers/pinctrl/renesas/pfc-r8a7740.c
17
PORT_10(200, fn, pfx##20, sfx), \
drivers/pinctrl/renesas/pfc-r8a7740.c
18
PORT_1(210, fn, pfx##210, sfx), PORT_1(211, fn, pfx##211, sfx)
drivers/pinctrl/renesas/pfc-sh73a0.c
18
#define CPU_ALL_PORT(fn, pfx, sfx) \
drivers/pinctrl/renesas/pfc-sh73a0.c
19
PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
20
PORT_10(100, fn, pfx##10, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
21
PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
22
PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
23
PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
24
PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
25
PORT_1(118, fn, pfx##118, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
26
PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
27
PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
28
PORT_10(150, fn, pfx##15, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
29
PORT_1(160, fn, pfx##160, sfx), PORT_1(161, fn, pfx##161, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
30
PORT_1(162, fn, pfx##162, sfx), PORT_1(163, fn, pfx##163, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
31
PORT_1(164, fn, pfx##164, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
32
PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
33
PORT_1(194, fn, pfx##194, sfx), PORT_1(195, fn, pfx##195, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
34
PORT_1(196, fn, pfx##196, sfx), PORT_1(197, fn, pfx##197, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
35
PORT_1(198, fn, pfx##198, sfx), PORT_1(199, fn, pfx##199, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
36
PORT_10(200, fn, pfx##20, sfx), PORT_10(210, fn, pfx##21, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
37
PORT_10(220, fn, pfx##22, sfx), PORT_10(230, fn, pfx##23, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
38
PORT_10(240, fn, pfx##24, sfx), PORT_10(250, fn, pfx##25, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
39
PORT_10(260, fn, pfx##26, sfx), PORT_10(270, fn, pfx##27, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
40
PORT_1(280, fn, pfx##280, sfx), PORT_1(281, fn, pfx##281, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
41
PORT_1(282, fn, pfx##282, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
42
PORT_1(288, fn, pfx##288, sfx), PORT_1(289, fn, pfx##289, sfx), \
drivers/pinctrl/renesas/pfc-sh73a0.c
43
PORT_10(290, fn, pfx##29, sfx), PORT_10(300, fn, pfx##30, sfx)
drivers/pinctrl/renesas/sh_pfc.h
650
#define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx)
drivers/pinctrl/renesas/sh_pfc.h
652
#define PORT_10(pn, fn, pfx, sfx) \
drivers/pinctrl/renesas/sh_pfc.h
653
PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
654
PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
655
PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
656
PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
657
PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
drivers/pinctrl/renesas/sh_pfc.h
659
#define PORT_90(pn, fn, pfx, sfx) \
drivers/pinctrl/renesas/sh_pfc.h
660
PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
661
PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
662
PORT_10(pn+50, fn, pfx##5, sfx), PORT_10(pn+60, fn, pfx##6, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
663
PORT_10(pn+70, fn, pfx##7, sfx), PORT_10(pn+80, fn, pfx##8, sfx), \
drivers/pinctrl/renesas/sh_pfc.h
664
PORT_10(pn+90, fn, pfx##9, sfx)
drivers/pinctrl/renesas/sh_pfc.h
667
#define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx
drivers/pinctrl/renesas/sh_pfc.h
689
#define _PORT_DATA(pn, pfx, sfx) \
drivers/pinctrl/renesas/sh_pfc.h
690
PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
drivers/pinctrl/renesas/sh_pfc.h
691
PORT##pfx##_OUT, PORT##pfx##_IN)
drivers/pinctrl/renesas/sh_pfc.h
703
#define _PORT_ENTRY(pn, pfx, sfx) \
drivers/pinctrl/renesas/sh_pfc.h
704
deprecated)); char pfx[pn] __attribute__((deprecated
drivers/scsi/fnic/fip.h
139
int len, char *pfx)
drivers/scsi/fnic/fip.h
147
pfx, op, sub, len);
drivers/scsi/fnic/fip.h
156
int len, char *pfx) {}
drivers/scsi/fnic/fnic.h
610
int len, char *pfx)
drivers/scsi/fnic/fnic.h
618
pfx, s_id, d_id, fchdr->fh_type,
drivers/scsi/fnic/fnic.h
629
uint32_t len, char *pfx) {}
drivers/scsi/snic/snic_io.c
435
snic_hex_dump(char *pfx, char *data, int len)
drivers/scsi/snic/snic_io.c
437
SNIC_INFO("%s Dumping Data of Len = %d\n", pfx, len);
drivers/scsi/snic/snic_io.c
438
print_hex_dump_bytes(pfx, DUMP_PREFIX_NONE, data, len);
drivers/target/target_core_transport.c
3193
void target_show_cmd(const char *pfx, struct se_cmd *cmd)
drivers/target/target_core_transport.c
3201
pfx, cdb[0], cdb[1], cmd->tag,
drivers/target/target_core_transport.c
3208
pfx, target_tmf_name(tmf->function), cmd->tag,
fs/adfs/adfs.h
161
void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...);
fs/adfs/super.c
42
void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...)
fs/adfs/super.c
50
printk("%sADFS-fs (%s): %pV\n", pfx, sb->s_id, &vaf);
fs/locks.c
2922
loff_t id, char *pfx, int repeat)
fs/locks.c
2943
seq_printf(f, "%*s", repeat - 1 + (int)strlen(pfx), pfx);
include/linux/bitfield.h
78
#define __BF_FIELD_CHECK_REG(mask, reg, pfx) \
include/linux/bitfield.h
81
pfx "type of reg too small for mask")
include/linux/bitfield.h
83
#define __BF_FIELD_CHECK(mask, reg, val, pfx) \
include/linux/bitfield.h
85
__BF_FIELD_CHECK_MASK(mask, val, pfx); \
include/linux/bitfield.h
86
__BF_FIELD_CHECK_REG(mask, reg, pfx); \
include/linux/bitfield.h
89
#define __FIELD_PREP(mask, val, pfx) \
include/linux/bitfield.h
91
__BF_FIELD_CHECK_MASK(mask, val, pfx); \
include/linux/bitfield.h
95
#define __FIELD_GET(mask, reg, pfx) \
include/linux/bitfield.h
97
__BF_FIELD_CHECK_MASK(mask, 0U, pfx); \
include/linux/blkdev.h
1159
sector_t offset, const char *pfx);
include/linux/btree-type.h
2
#define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx
include/linux/btree-type.h
3
#define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx)
include/linux/btree-type.h
4
#define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,)
include/linux/coresight.h
328
char *pfx;
include/linux/cper.h
597
void cper_print_proc_arm(const char *pfx,
include/linux/cper.h
600
void cper_print_proc_ia(const char *pfx,
include/linux/cper.h
606
void cper_estatus_print(const char *pfx,
include/linux/cper.h
612
void cxl_cper_print_prot_err(const char *pfx,
include/net/6lowpan.h
113
struct in6_addr pfx;
include/net/addrconf.h
78
const struct in6_addr *pfx;
include/net/ipv6.h
529
static inline void ipv6_addr_prefix(struct in6_addr *pfx,
include/net/ipv6.h
537
memset(pfx->s6_addr, 0, sizeof(pfx->s6_addr));
include/net/ipv6.h
538
memcpy(pfx->s6_addr, addr, o);
include/net/ipv6.h
540
pfx->s6_addr[o] = addr->s6_addr[o] & (0xff00 >> b);
include/net/ipv6.h
544
const struct in6_addr *pfx,
include/net/ipv6.h
551
memcpy(addr->s6_addr, pfx, o);
include/net/ipv6.h
554
addr->s6_addr[o] |= (pfx->s6_addr[o] & (0xff00 >> b));
include/net/libeth/xdp.h
1616
#define __LIBETH_XDP_DEFINE_FLUSH_TX(name, prep, xmit, pfx) \
include/net/libeth/xdp.h
1619
return libeth_##pfx##_tx_flush_bulk(bq, flags, prep, xmit); \
include/net/libeth/xdp.h
1642
#define __LIBETH_XDP_DEFINE_RUN_PROG(name, flush, pfx) \
include/net/libeth/xdp.h
1645
return libeth_##pfx##_run_prog(xdp, bq, flush); \
include/net/libeth/xdp.h
1657
#define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \
include/net/libeth/xdp.h
1662
return libeth_##pfx##_run_pass(xdp, bq, napi, ss, desc, run, \
include/net/libeth/xdp.h
1676
#define __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, pfx) \
include/net/libeth/xdp.h
1677
LIBETH_##pfx##_DEFINE_RUN_PROG(static run, flush); \
include/net/libeth/xdp.h
1678
LIBETH_##pfx##_DEFINE_RUN_PASS(name, run, populate)
include/net/libeth/xdp.h
1689
#define __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, pfx) \
include/net/libeth/xdp.h
1692
libeth_##pfx##_finalize_rx(bq, flush, finalize); \
include/target/target_core_fabric.h
211
void target_show_cmd(const char *pfx, struct se_cmd *cmd);
net/6lowpan/debugfs.c
105
be16_to_cpu(ctx->pfx.s6_addr16[0]),
net/6lowpan/debugfs.c
106
be16_to_cpu(ctx->pfx.s6_addr16[1]),
net/6lowpan/debugfs.c
107
be16_to_cpu(ctx->pfx.s6_addr16[2]),
net/6lowpan/debugfs.c
108
be16_to_cpu(ctx->pfx.s6_addr16[3]),
net/6lowpan/debugfs.c
109
be16_to_cpu(ctx->pfx.s6_addr16[4]),
net/6lowpan/debugfs.c
110
be16_to_cpu(ctx->pfx.s6_addr16[5]),
net/6lowpan/debugfs.c
111
be16_to_cpu(ctx->pfx.s6_addr16[6]),
net/6lowpan/debugfs.c
112
be16_to_cpu(ctx->pfx.s6_addr16[7]));
net/6lowpan/debugfs.c
151
ctx->pfx.s6_addr16[i] = cpu_to_be16(addr[i] & 0xffff);
net/6lowpan/debugfs.c
207
&t->table[i].pfx, t->table[i].plen,
net/6lowpan/iphc.c
228
if (ipv6_prefix_equal(&addr_pfx, &table[i].pfx, addr_plen)) {
net/6lowpan/iphc.c
267
ipv6_addr_prefix(&network_pfx, &table[i].pfx,
net/6lowpan/iphc.c
384
ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
391
ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
404
ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
496
ipv6_addr_prefix(&network_pfx, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
808
ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
818
ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
841
ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
876
ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen);
net/6lowpan/iphc.c
887
ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen);
net/dsa/conduit.c
194
u8 pfx[8], *ndata;
net/dsa/conduit.c
200
snprintf(pfx, sizeof(pfx), "s%.2d_p%.2d", ds->index, port);
net/dsa/conduit.c
202
pfx[sizeof(pfx) - 1] = '_';
net/dsa/conduit.c
214
memmove(ndata + (i * len + sizeof(pfx)),
net/dsa/conduit.c
215
ndata + i * len, len - sizeof(pfx));
net/dsa/conduit.c
216
memcpy(ndata + i * len, pfx, sizeof(pfx));
net/ipv4/tcp_ao.c
1484
struct in6_addr pfx;
net/ipv4/tcp_ao.c
1489
ipv6_addr_prefix(&pfx, addr, prefix);
net/ipv4/tcp_ao.c
1490
if (ipv6_addr_cmp(&pfx, addr))
net/ipv4/tcp_ao.c
2178
struct in6_addr pfx;
net/ipv4/tcp_ao.c
2184
ipv6_addr_prefix(&pfx, addr6, opt_in.prefix);
net/ipv4/tcp_ao.c
2185
if (ipv6_addr_cmp(&pfx, addr6))
net/ipv6/addrconf.c
1078
int addr_type = ipv6_addr_type(cfg->pfx);
net/ipv6/addrconf.c
1115
.i6vi_addr = *cfg->pfx,
net/ipv6/addrconf.c
1132
f6i = addrconf_f6i_alloc(net, idev, cfg->pfx, false, gfp_flags, extack);
net/ipv6/addrconf.c
1141
ifa->addr = *cfg->pfx;
net/ipv6/addrconf.c
1488
cfg.pfx = &addr;
net/ipv6/addrconf.c
1489
cfg.scope = ipv6_addr_scope(cfg.pfx);
net/ipv6/addrconf.c
163
static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
net/ipv6/addrconf.c
2195
.pfx = &new_addr,
net/ipv6/addrconf.c
2477
addrconf_prefix_route(struct in6_addr *pfx, int plen, u32 metric,
net/ipv6/addrconf.c
2493
cfg.fc_dst = *pfx;
net/ipv6/addrconf.c
2508
static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
net/ipv6/addrconf.c
2524
fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0, true);
net/ipv6/addrconf.c
2708
.pfx = addr,
net/ipv6/addrconf.c
3063
true, cfg->pfx, dev->ifindex);
net/ipv6/addrconf.c
3071
cfg->scope = ipv6_addr_scope(cfg->pfx);
net/ipv6/addrconf.c
3100
cfg->pfx, dev->ifindex);
net/ipv6/addrconf.c
3107
const struct in6_addr *pfx, unsigned int plen,
net/ipv6/addrconf.c
3134
ipv6_addr_equal(pfx, &ifp->addr)) {
net/ipv6/addrconf.c
3145
if (ipv6_addr_is_multicast(pfx)) {
net/ipv6/addrconf.c
3147
false, pfx, dev->ifindex);
net/ipv6/addrconf.c
3176
cfg.pfx = &ireq.ifr6_addr;
net/ipv6/addrconf.c
3215
.pfx = addr,
net/ipv6/addrconf.c
3317
.pfx = addr,
net/ipv6/addrconf.c
4782
struct in6_addr *pfx = NULL;
net/ipv6/addrconf.c
4787
pfx = nla_data(addr);
net/ipv6/addrconf.c
4790
if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
net/ipv6/addrconf.c
4791
*peer_pfx = pfx;
net/ipv6/addrconf.c
4792
pfx = nla_data(local);
net/ipv6/addrconf.c
4795
return pfx;
net/ipv6/addrconf.c
4815
struct in6_addr *pfx, *peer_pfx;
net/ipv6/addrconf.c
4825
pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
net/ipv6/addrconf.c
4826
if (!pfx)
net/ipv6/addrconf.c
4835
err = inet6_addr_del(net, ifm->ifa_index, ifa_flags, pfx,
net/ipv6/addrconf.c
5008
cfg.pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
net/ipv6/addrconf.c
5009
if (!cfg.pfx)
net/ipv6/addrconf.c
5088
ifa = ipv6_get_ifaddr(net, cfg.pfx, dev, 1);
net/ipv6/addrlabel.c
381
struct in6_addr *pfx;
net/ipv6/addrlabel.c
398
pfx = nla_data(tb[IFAL_ADDRESS]);
net/ipv6/addrlabel.c
412
err = ip6addrlbl_add(net, pfx, ifal->ifal_prefixlen,
net/ipv6/addrlabel.c
417
err = ip6addrlbl_del(net, pfx, ifal->ifal_prefixlen,
net/ipv6/netfilter/ip6t_NPT.c
18
struct in6_addr pfx;
net/ipv6/netfilter/ip6t_NPT.c
25
ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len);
net/ipv6/netfilter/ip6t_NPT.c
26
if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6))
net/ipv6/netfilter/ip6t_NPT.c
28
ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len);
net/ipv6/netfilter/ip6t_NPT.c
29
if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6))
net/ipv6/rpl.c
15
const void *post, unsigned char pfx)
net/ipv6/rpl.c
17
memcpy(dst, daddr, pfx);
net/ipv6/rpl.c
18
memcpy(&dst->s6_addr[pfx], post, IPV6_PFXTAIL_LEN(pfx));
net/ipv6/rpl.c
22
unsigned char pfx)
net/ipv6/rpl.c
24
memcpy(dst, &addr->s6_addr[pfx], IPV6_PFXTAIL_LEN(pfx));
sound/hda/codecs/ca0132.c
6628
const char *pfx, int dir)
sound/hda/codecs/ca0132.c
6635
sprintf(namestr, "FX: %s %s Volume", pfx, dirstr[dir]);
sound/hda/codecs/ca0132.c
6663
const char *pfx, int dir)
sound/hda/codecs/ca0132.c
6674
sprintf(namestr, "FX: %s %s Switch", pfx, dirstr[dir]);
sound/hda/codecs/ca0132.c
6676
sprintf(namestr, "%s %s Switch", pfx, dirstr[dir]);
sound/hda/codecs/generic.c
1003
len = snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx);
sound/hda/codecs/generic.c
1011
#define add_pb_vol_ctrl(spec, type, pfx, val) \
sound/hda/codecs/generic.c
1012
add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val)
sound/hda/codecs/generic.c
1013
#define add_pb_sw_ctrl(spec, type, pfx, val) \
sound/hda/codecs/generic.c
1014
add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val)
sound/hda/codecs/generic.c
1015
#define __add_pb_vol_ctrl(spec, type, pfx, cidx, val) \
sound/hda/codecs/generic.c
1016
add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val)
sound/hda/codecs/generic.c
1017
#define __add_pb_sw_ctrl(spec, type, pfx, cidx, val) \
sound/hda/codecs/generic.c
1018
add_control_with_pfx(spec, type, pfx, "Playback", "Switch", cidx, val)
sound/hda/codecs/generic.c
1020
static int add_vol_ctl(struct hda_codec *codec, const char *pfx, int cidx,
sound/hda/codecs/generic.c
1030
return __add_pb_vol_ctrl(codec->spec, HDA_CTL_WIDGET_VOL, pfx, cidx, val);
sound/hda/codecs/generic.c
1046
static int add_stereo_vol(struct hda_codec *codec, const char *pfx, int cidx,
sound/hda/codecs/generic.c
1050
return add_vol_ctl(codec, pfx, cidx, chs, path);
sound/hda/codecs/generic.c
1056
static int add_sw_ctl(struct hda_codec *codec, const char *pfx, int cidx,
sound/hda/codecs/generic.c
1076
return __add_pb_sw_ctrl(codec->spec, type, pfx, cidx, val);
sound/hda/codecs/generic.c
1079
static int add_stereo_sw(struct hda_codec *codec, const char *pfx,
sound/hda/codecs/generic.c
1083
return add_sw_ctl(codec, pfx, cidx, chs, path);
sound/hda/codecs/generic.c
1903
const char *pfx, int idx)
sound/hda/codecs/generic.c
1909
print_nid_path(codec, pfx, path);
sound/hda/codecs/generic.c
2153
const char *pfx, int cidx)
sound/hda/codecs/generic.c
2161
err = add_stereo_vol(codec, pfx, cidx, path);
sound/hda/codecs/generic.c
2164
err = add_stereo_sw(codec, pfx, cidx, path);
sound/hda/codecs/generic.c
2172
const int *paths, const char *pfx)
sound/hda/codecs/generic.c
2181
if (num_pins == 2 && i == 1 && !strcmp(pfx, "Speaker"))
sound/hda/codecs/generic.c
2185
pfx, channel_name[i]);
sound/hda/codecs/generic.c
2188
name = pfx;
sound/hda/codecs/generic.c
368
const char *pfx, struct nid_path *path)
sound/hda/codecs/generic.c
380
codec_dbg(codec, "%s path: depth=%d '%s'\n", pfx, path->depth, buf);
sound/hda/codecs/generic.c
997
const char *pfx, const char *dir,
sound/hda/common/auto_parser.c
646
const char *pfx = check_output_pfx(codec, nid);
sound/hda/common/auto_parser.c
652
if (pfx == check_output_pfx(codec, pins[j]))
sound/hda/common/auto_parser.c
665
const char *pfx, *sfx = "";
sound/hda/common/auto_parser.c
670
pfx = check_output_pfx(codec, nid);
sound/hda/common/auto_parser.c
688
snprintf(label, maxlen, "%s%s%s", pfx, name, sfx);
sound/pci/ac97/ac97_codec.c
1263
static int snd_ac97_cmix_new_stereo(struct snd_card *card, const char *pfx,
sound/pci/ac97/ac97_codec.c
1275
sprintf(name, "%s Switch", pfx);
sound/pci/ac97/ac97_codec.c
1284
sprintf(name, "%s Volume", pfx);
sound/pci/ac97/ac97_codec.c
1292
#define snd_ac97_cmix_new(card, pfx, reg, acheck, ac97) \
sound/pci/ac97/ac97_codec.c
1293
snd_ac97_cmix_new_stereo(card, pfx, reg, 0, acheck, ac97)
sound/pci/emu10k1/emumixer.c
106
#define ADAT_TEXTS(pfx) ADAT_PS(pfx, "")
sound/pci/emu10k1/emumixer.c
256
#define ADAT_CTLS(pfx) ADAT_PS(pfx, " Playback Enum")
sound/pci/emu10k1/emumixer.c
81
#define ADAT_PS(pfx, sfx) \
sound/pci/emu10k1/emumixer.c
82
pfx "ADAT 0" sfx, pfx "ADAT 1" sfx, pfx "ADAT 2" sfx, pfx "ADAT 3" sfx, \
sound/pci/emu10k1/emumixer.c
83
pfx "ADAT 4" sfx, pfx "ADAT 5" sfx, pfx "ADAT 6" sfx, pfx "ADAT 7" sfx
sound/pci/emu10k1/emuproc.c
305
unsigned reg, const char *pfx)
sound/pci/emu10k1/emuproc.c
311
return sprintf(buffer, "%s0x%03x", pfx, reg);
sound/pci/emu10k1/emuproc.c
316
return sprintf(buffer, "%s%s(%u)", pfx, name, reg);
sound/pci/emu10k1/emuproc.c
317
return sprintf(buffer, "%s%s", pfx, emu10k1_const_entries[reg]);
sound/pci/emu10k1/emuproc.c
322
static int disasm_sblive_reg(char *buffer, unsigned reg, const char *pfx)
sound/pci/emu10k1/emuproc.c
324
return disasm_emu10k1_reg(buffer, sblive_reg_entries, reg, pfx);
sound/pci/emu10k1/emuproc.c
327
static int disasm_audigy_reg(char *buffer, unsigned reg, const char *pfx)
sound/pci/emu10k1/emuproc.c
329
return disasm_emu10k1_reg(buffer, audigy_reg_entries, reg, pfx);
tools/arch/x86/include/asm/inat.h
90
#define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS)
tools/bpf/bpftool/gen.c
130
const char *pfx = pfxs[i];
tools/bpf/bpftool/gen.c
132
if (str_has_prefix(sec_name, pfx)) {
tools/bpf/bpftool/main.c
226
bool is_prefix(const char *pfx, const char *str)
tools/bpf/bpftool/main.c
228
if (!pfx)
tools/bpf/bpftool/main.c
230
if (strlen(str) < strlen(pfx))
tools/bpf/bpftool/main.c
233
return !memcmp(str, pfx, strlen(pfx));
tools/bpf/bpftool/main.c
271
const char *pfx = "";
tools/bpf/bpftool/main.c
280
pfx = sep;
tools/bpf/bpftool/main.c
282
fprintf(f, "%s%02hhx", i ? pfx : "", data[i]);
tools/bpf/bpftool/main.h
101
bool is_prefix(const char *pfx, const char *str);
tools/lib/bpf/btf_dump.c
1025
btf_dump_printf(d, "%s}", pfx(lvl));
tools/lib/bpf/btf_dump.c
1082
btf_dump_printf(d, fmt_str, pfx(lvl + 1), name, dup_cnt, v->val);
tools/lib/bpf/btf_dump.c
1085
btf_dump_printf(d, fmt_str, pfx(lvl + 1), name, v->val);
tools/lib/bpf/btf_dump.c
1110
pfx(lvl + 1), name, dup_cnt,
tools/lib/bpf/btf_dump.c
1116
pfx(lvl + 1), name,
tools/lib/bpf/btf_dump.c
1139
btf_dump_printf(d, "\n%s}", pfx(lvl));
tools/lib/bpf/btf_dump.c
921
btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type,
tools/lib/bpf/btf_dump.c
935
btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits);
tools/lib/bpf/btf_dump.c
951
btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, bits);
tools/lib/bpf/btf_dump.c
999
btf_dump_printf(d, "\n%s", pfx(lvl + 1));
tools/lib/bpf/libbpf_internal.h
121
#define str_has_pfx(str, pfx) \
tools/lib/bpf/libbpf_internal.h
122
(strncmp(str, pfx, __builtin_constant_p(pfx) ? sizeof(pfx) - 1 : strlen(pfx)) == 0)
tools/net/ynl/ynltool/main.c
107
bool is_prefix(const char *pfx, const char *str)
tools/net/ynl/ynltool/main.c
109
if (!pfx)
tools/net/ynl/ynltool/main.c
111
if (strlen(str) < strlen(pfx))
tools/net/ynl/ynltool/main.c
114
return !memcmp(str, pfx, strlen(pfx));
tools/net/ynl/ynltool/main.h
50
bool is_prefix(const char *pfx, const char *str);
tools/objtool/disas.c
655
char pfx[4] = { 0 };
tools/objtool/disas.c
693
str = pfx;
tools/objtool/disas.c
704
str = strfmt("%sFEATURE 0x%X", pfx, num);
tools/objtool/disas.c
706
str = strfmt("%s%s", pfx, name);
tools/objtool/include/objtool/trace.h
54
#define TRACE_ALT_FMT(pfx, fmt) pfx "<%s.%lx> " fmt
tools/objtool/include/objtool/trace.h
61
#define TRACE_ALT_INFO(insn, pfx, fmt, ...) \
tools/objtool/include/objtool/trace.h
62
TRACE_ADDR(insn, TRACE_ALT_FMT(pfx, fmt), \
tools/objtool/include/objtool/trace.h
65
#define TRACE_ALT_INFO_NOADDR(insn, pfx, fmt, ...) \
tools/objtool/include/objtool/trace.h
66
TRACE_ADDR(NULL, TRACE_ALT_FMT(pfx, fmt), \
tools/objtool/klp-diff.c
1022
struct symbol *pfx;
tools/objtool/klp-diff.c
1031
pfx = get_func_prefix(patched_sym);
tools/objtool/klp-diff.c
1032
if (pfx)
tools/objtool/klp-diff.c
1033
clone_symbol(e, pfx, true);
tools/objtool/klp-diff.c
1047
struct symbol *pfx;
tools/objtool/klp-diff.c
1052
pfx = get_func_prefix(func);
tools/objtool/klp-diff.c
1053
if (pfx)
tools/objtool/klp-diff.c
1054
pfx->included = 1;
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1129
#define str_has_pfx(str, pfx) (strncmp(str, pfx, strlen(pfx)) == 0)
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1162
const char *pfx;
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1211
if (!str_has_pfx(p, f->pfx))
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1214
p += strlen(f->pfx);
tools/testing/selftests/bpf/test_loader.c
15
static inline const char *str_has_pfx(const char *str, const char *pfx)
tools/testing/selftests/bpf/test_loader.c
17
size_t len = strlen(pfx);
tools/testing/selftests/bpf/test_loader.c
19
return strncmp(str, pfx, len) == 0 ? str + len : NULL;