/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | pm-cps.c | 195 unsigned op, int lbl) in cps_gen_cache_routine() 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() 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() 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() 192 cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cache_desc *cache, unsigned op, int lbl) cps_gen_cache_routine() argument 236 cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cpuinfo_mips *cpu_info, int lbl) cps_gen_flush_fsb() argument 329 cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, unsigned r_addr, int lbl) cps_gen_set_top_bit() argument
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | pm-cps.c | 195 unsigned op, int lbl) in cps_gen_cache_routine() 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() 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() 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() 192 cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cache_desc *cache, unsigned op, int lbl) cps_gen_cache_routine() argument 236 cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cpuinfo_mips *cpu_info, int lbl) cps_gen_flush_fsb() argument 329 cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, unsigned r_addr, int lbl) cps_gen_set_top_bit() argument
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 790 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) 1029 #define HCB_BA(np, lbl) (np->hcb_ba + offsetof(struct sym_hcb, lbl))
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 790 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) 1029 #define HCB_BA(np, lbl) (np->hcb_ba + offsetof(struct sym_hcb, lbl))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.h | 57 int queue_idx, char *lbl);
|
H A D | health.c | 310 int queue_idx, char *lbl) in mlx5e_health_queue_dump() 324 err = mlx5e_health_fmsg_named_obj_nest_start(fmsg, lbl); in mlx5e_health_queue_dump() 309 mlx5e_health_queue_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, int queue_idx, char *lbl) mlx5e_health_queue_dump() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.h | 58 int queue_idx, char *lbl);
|
H A D | health.c | 308 int queue_idx, char *lbl) in mlx5e_health_queue_dump() 322 err = mlx5e_health_fmsg_named_obj_nest_start(fmsg, lbl); in mlx5e_health_queue_dump() 307 mlx5e_health_queue_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, int queue_idx, char *lbl) mlx5e_health_queue_dump() argument
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 67 .macro VECTOR lbl 69 j \lbl 71 b \lbl
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-compact.S | 67 .macro VECTOR lbl 69 j \lbl 71 b \lbl
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | assembler.h | 703 .macro cond_yield, lbl:req, tmp:req, tmp2:req 714 cbz \tmp, \lbl 719 cbnz w\tmp, \lbl // yield on pending softirq in task context
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | unaligned.c | 34 #define FIXUP_BRANCH(lbl) \ 35 "\tldil L%%" #lbl ", %%r1\n" \ 36 "\tldo R%%" #lbl "(%%r1), %%r1\n" \
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | assembler.h | 771 .macro cond_yield, lbl:req, tmp:req, tmp2:req 782 cbz \tmp, \lbl 787 cbnz w\tmp, \lbl // yield on pending softirq in task context
|
/kernel/linux/linux-5.10/net/6lowpan/ |
H A 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 531 * by lbl pointer. E.g. case "01" vs "00" the traffic class is 8 bit in lowpan_iphc_tf_set_lbl() 532 * shifted, the different lbl pointer will handle that. in lowpan_iphc_tf_set_lbl() 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()
|
/kernel/linux/linux-6.6/net/6lowpan/ |
H A 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 531 * by lbl pointer. E.g. case "01" vs "00" the traffic class is 8 bit in lowpan_iphc_tf_set_lbl() 532 * shifted, the different lbl pointer will handle that. in lowpan_iphc_tf_set_lbl() 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()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-neon.S | 23 .macro xts_cts_skip_tw, reg, lbl 24 tbnz \reg, #1, \lbl
|
H A D | aes-ce.S | 24 .macro xts_cts_skip_tw, reg, lbl
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-neon.S | 23 .macro xts_cts_skip_tw, reg, lbl 24 tbnz \reg, #1, \lbl
|
H A D | aes-ce.S | 24 .macro xts_cts_skip_tw, reg, lbl
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1576 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) 1749 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) 1750 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1573 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) 1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) 1747 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 13452 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ 13457 goto lbl; \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 13379 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ 13384 goto lbl; \
|