/Linux-v6.6/arch/mips/include/asm/ |
D | atomic.h | 26 #define ATOMIC_OPS(pfx, type) \ argument 44 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument 71 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument 105 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument 139 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument 162 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument 196 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
|
D | r4kcache.h | 197 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument 261 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument 284 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument 313 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \ argument
|
D | io.h | 218 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument 299 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
|
/Linux-v6.6/drivers/firmware/efi/ |
D | cper.c | 83 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits() 144 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic() 354 static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem, in cper_print_mem() 402 static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, in cper_print_pcie() 459 static void cper_print_fw_err(const char *pfx, in cper_print_fw_err() 505 static void cper_print_tstamp(const char *pfx, in cper_print_tstamp() 527 cper_estatus_print_section(const char *pfx, struct acpi_hest_generic_data *gdata, in cper_estatus_print_section() 626 void cper_estatus_print(const char *pfx, in cper_estatus_print()
|
D | cper-x86.c | 153 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit) in print_bool() 158 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check) in print_err_info_ms() 184 static void print_err_info(const char *pfx, u8 err_type, u64 check) in print_err_info() 257 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc) in cper_print_proc_ia()
|
D | cper-arm.c | 88 static void cper_print_arm_err_info(const char *pfx, u32 type, in cper_print_arm_err_info() 237 void cper_print_proc_arm(const char *pfx, in cper_print_proc_arm()
|
D | cper_cxl.c | 58 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err) in cper_print_prot_err()
|
/Linux-v6.6/include/linux/ |
D | btree-type.h | 2 #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-v6.6/scripts/gdb/linux/ |
D | interrupts.py | 100 def x86_show_irqstat(prec, pfx, field, desc): argument 109 def x86_show_mce(prec, var, pfx, desc): argument
|
/Linux-v6.6/net/ipv6/ |
D | rpl.c | 15 const void *post, unsigned char pfx) in ipv6_rpl_addr_decompress() 22 unsigned char pfx) in ipv6_rpl_addr_compress()
|
/Linux-v6.6/drivers/acpi/ |
D | acpi_extlog.c | 94 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd() 113 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd()
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | main.c | 215 bool is_prefix(const char *pfx, const char *str) in is_prefix() 260 const char *pfx = ""; in fprint_hex() local
|
/Linux-v6.6/sound/pci/emu10k1/ |
D | emuproc.c | 302 unsigned reg, const char *pfx) in disasm_emu10k1_reg() 319 static int disasm_sblive_reg(char *buffer, unsigned reg, const char *pfx) in disasm_sblive_reg() 324 static int disasm_audigy_reg(char *buffer, unsigned reg, const char *pfx) in disasm_audigy_reg()
|
/Linux-v6.6/net/ipv6/netfilter/ |
D | ip6t_NPT.c | 18 struct in6_addr pfx; in ip6t_npt_checkentry() local
|
/Linux-v6.6/drivers/net/ethernet/asix/ |
D | ax88796c_main.c | 305 char pfx[IFNAMSIZ + 7]; in ax88796c_tx_fixup() local 473 char pfx[IFNAMSIZ + 7]; in ax88796c_rx_fixup() local
|
/Linux-v6.6/drivers/pinctrl/renesas/ |
D | sh_pfc.h | 649 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument 651 #define PORT_10(pn, fn, pfx, sfx) \ argument 658 #define PORT_90(pn, fn, pfx, sfx) \ argument 666 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument 688 #define _PORT_DATA(pn, pfx, sfx) \ argument 702 #define _PORT_ENTRY(pn, pfx, sfx) \ argument
|
/Linux-v6.6/sound/pci/hda/ |
D | hda_generic.c | 368 const char *pfx, struct nid_path *path) in print_nid_path() 997 const char *pfx, const char *dir, in add_control_with_pfx() 1011 #define add_pb_vol_ctrl(spec, type, pfx, val) \ argument 1013 #define add_pb_sw_ctrl(spec, type, pfx, val) \ argument 1015 #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val) \ argument 1017 #define __add_pb_sw_ctrl(spec, type, pfx, cidx, val) \ argument 1020 static int add_vol_ctl(struct hda_codec *codec, const char *pfx, int cidx, in add_vol_ctl() 1046 static int add_stereo_vol(struct hda_codec *codec, const char *pfx, int cidx, in add_stereo_vol() 1056 static int add_sw_ctl(struct hda_codec *codec, const char *pfx, int cidx, in add_sw_ctl() 1079 static int add_stereo_sw(struct hda_codec *codec, const char *pfx, in add_stereo_sw() [all …]
|
D | hda_auto_parser.c | 640 const char *pfx = check_output_pfx(codec, nid); in get_hp_label_index() local 659 const char *pfx, *sfx = ""; in fill_audio_out_name() local
|
/Linux-v6.6/arch/sh/include/asm/ |
D | io.h | 89 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument 178 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
|
/Linux-v6.6/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 128 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local 165 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local
|
/Linux-v6.6/drivers/scsi/snic/ |
D | snic_io.c | 435 snic_hex_dump(char *pfx, char *data, int len) in snic_hex_dump()
|
/Linux-v6.6/include/net/ |
D | 6lowpan.h | 113 struct in6_addr pfx; member
|
/Linux-v6.6/fs/adfs/ |
D | super.c | 41 void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...) in adfs_msg()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | inat.h | 81 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
|
/Linux-v6.6/tools/arch/x86/include/asm/ |
D | inat.h | 81 #define INAT_MAKE_PREFIX(pfx) (pfx << INAT_PFX_OFFS) argument
|