Home
last modified time | relevance | path

Searched refs:lbl (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
Dpm-cps.c195 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()
/kernel/linux/linux-5.10/arch/riscv/lib/
Duaccess.S6 .macro fixup op reg addr lbl argument
11 RISCV_PTR 100b, \lbl
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h57 int queue_idx, char *lbl);
Dhealth.c310 int queue_idx, char *lbl) in mlx5e_health_queue_dump() argument
324 err = mlx5e_health_fmsg_named_obj_nest_start(fmsg, lbl); in mlx5e_health_queue_dump()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h790 #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
/kernel/linux/linux-5.10/arch/arc/kernel/
Dentry-compact.S67 .macro VECTOR lbl argument
69 j \lbl
71 b \lbl
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dunaligned.c34 #define FIXUP_BRANCH(lbl) \ argument
35 "\tldil L%%" #lbl ", %%r1\n" \
36 "\tldo R%%" #lbl "(%%r1), %%r1\n" \
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dassembler.h703 .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/arm64/crypto/
Daes-neon.S23 .macro xts_cts_skip_tw, reg, lbl argument
24 tbnz \reg, #1, \lbl
Daes-ce.S24 .macro xts_cts_skip_tw, reg, lbl argument
/kernel/linux/linux-5.10/net/6lowpan/
Diphc.c526 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()
/kernel/linux/linux-5.10/drivers/scsi/
Dncr53c8xx.c1576 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument
1749 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) argument
1750 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) argument
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13592 - .macro cond_yield, lbl:req, tmp:req, tmp2:req
13636 + .macro cond_yield_neon, lbl
13639 + endif_yield_neon \lbl
13645 - cbz \tmp, \lbl
13659 - cbnz w\tmp, \lbl // yield on pending softirq in task context
13668 + .macro endif_yield_neon, lbl
13669 + .ifnb \lbl
13670 + b \lbl
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13452 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument
13457 goto lbl; \
/kernel/linux/linux-5.10/Documentation/networking/
Dbonding.rst9 Initial release: Thomas Davis <tadavis at lbl.gov>