/linux-6.1.9/arch/mips/kernel/ |
D | pm-cps.c | 195 unsigned op, int lbl) in cps_gen_cache_routine() argument 215 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine() 232 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine() 239 int lbl) in cps_gen_flush_fsb() argument 292 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb() 317 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb() 331 unsigned r_addr, int lbl) in cps_gen_set_top_bit() argument 334 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit() 338 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
|
/linux-6.1.9/arch/riscv/lib/ |
D | uaccess.S | 7 .macro fixup op reg addr lbl argument 10 _asm_extable 100b, \lbl
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | health.h | 57 int queue_idx, char *lbl);
|
D | health.c | 308 int queue_idx, char *lbl) in mlx5e_health_queue_dump() argument 322 err = mlx5e_health_fmsg_named_obj_nest_start(fmsg, lbl); in mlx5e_health_queue_dump()
|
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 790 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument 1029 #define HCB_BA(np, lbl) (np->hcb_ba + offsetof(struct sym_hcb, lbl)) argument
|
/linux-6.1.9/arch/arc/kernel/ |
D | entry-compact.S | 67 .macro VECTOR lbl argument 69 j \lbl 71 b \lbl
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | assembler.h | 798 .macro cond_yield, lbl:req, tmp:req, tmp2:req 809 cbz \tmp, \lbl 814 cbnz w\tmp, \lbl // yield on pending softirq in task context
|
/linux-6.1.9/arch/arm64/crypto/ |
D | aes-neon.S | 23 .macro xts_cts_skip_tw, reg, lbl argument 24 tbnz \reg, #1, \lbl
|
D | aes-ce.S | 24 .macro xts_cts_skip_tw, reg, lbl argument
|
/linux-6.1.9/net/6lowpan/ |
D | iphc.c | 526 static inline void lowpan_iphc_tf_set_lbl(struct ipv6hdr *hdr, const u8 *lbl) in lowpan_iphc_tf_set_lbl() argument 537 hdr->flow_lbl[0] |= lbl[0] & 0x0f; in lowpan_iphc_tf_set_lbl() 538 memcpy(&hdr->flow_lbl[1], &lbl[1], 2); in lowpan_iphc_tf_set_lbl()
|
/linux-6.1.9/drivers/scsi/ |
D | ncr53c8xx.c | 1573 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument 1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) argument 1747 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) argument
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13392 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument 13397 goto lbl; \
|
/linux-6.1.9/Documentation/networking/ |
D | bonding.rst | 9 Initial release: Thomas Davis <tadavis at lbl.gov>
|