lbl               724 arch/arm64/include/asm/assembler.h 	.macro		cond_yield_neon, lbl
lbl               749 arch/arm64/include/asm/assembler.h 	.macro		endif_yield_neon, lbl
lbl               195 arch/mips/kernel/pm-cps.c 				  unsigned op, int lbl)
lbl               215 arch/mips/kernel/pm-cps.c 	uasm_build_label(pl, *pp, lbl);
lbl               232 arch/mips/kernel/pm-cps.c 	uasm_il_bne(pp, pr, t0, t1, lbl);
lbl               239 arch/mips/kernel/pm-cps.c 			     int lbl)
lbl               292 arch/mips/kernel/pm-cps.c 	uasm_build_label(pl, *pp, lbl);
lbl               317 arch/mips/kernel/pm-cps.c 	uasm_il_beqz(pp, pr, t1, lbl);
lbl               331 arch/mips/kernel/pm-cps.c 				unsigned r_addr, int lbl)
lbl               334 arch/mips/kernel/pm-cps.c 	uasm_build_label(pl, *pp, lbl);
lbl               338 arch/mips/kernel/pm-cps.c 	uasm_il_beqz(pp, pr, t1, lbl);
lbl                34 arch/parisc/kernel/unaligned.c #define FIXUP_BRANCH(lbl) \
lbl                35 arch/parisc/kernel/unaligned.c 	"\tldil L%%" #lbl ", %%r1\n"			\
lbl                36 arch/parisc/kernel/unaligned.c 	"\tldo R%%" #lbl "(%%r1), %%r1\n"		\
lbl              13523 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c #define BNX2X_ALLOC_AND_SET(arr, lbl, func)				\
lbl              13528 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		goto lbl;						\
lbl              1576 drivers/scsi/ncr53c8xx.c #define CCB_PHYS(cp,lbl)	(cp->p_ccb + offsetof(struct ccb, lbl))
lbl              1749 drivers/scsi/ncr53c8xx.c #define NCB_SCRIPT_PHYS(np,lbl)	 (np->p_script  + offsetof (struct script, lbl))
lbl              1750 drivers/scsi/ncr53c8xx.c #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
lbl               790 drivers/scsi/sym53c8xx_2/sym_hipd.h #define CCB_BA(cp,lbl)	cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl))
lbl              1029 drivers/scsi/sym53c8xx_2/sym_hipd.h #define HCB_BA(np, lbl)	(np->hcb_ba + offsetof(struct sym_hcb, lbl))
lbl               526 net/6lowpan/iphc.c static inline void lowpan_iphc_tf_set_lbl(struct ipv6hdr *hdr, const u8 *lbl)
lbl               537 net/6lowpan/iphc.c 	hdr->flow_lbl[0] |= lbl[0] & 0x0f;
lbl               538 net/6lowpan/iphc.c 	memcpy(&hdr->flow_lbl[1], &lbl[1], 2);