Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/lib/
Dlusercopy.S57 .macro fixup_branch lbl
58 ldil L%\lbl, %r1
59 ldo R%\lbl(%r1), %r1
/linux-4.4.14/arch/mips/kernel/
Dpm-cps.c204 unsigned op, int lbl) in cps_gen_cache_routine() argument
224 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
234 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
241 int lbl) in cps_gen_flush_fsb() argument
299 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
324 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb()
338 unsigned r_addr, int lbl) in cps_gen_set_top_bit() argument
341 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
345 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h803 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument
1042 #define HCB_BA(np, lbl) (np->hcb_ba + offsetof(struct sym_hcb, lbl)) argument
/linux-4.4.14/arch/arc/kernel/
Dentry-compact.S70 .macro VECTOR lbl
72 j \lbl
74 b \lbl
/linux-4.4.14/net/6lowpan/
Diphc.c372 static inline void lowpan_iphc_tf_set_lbl(struct ipv6hdr *hdr, const u8 *lbl) in lowpan_iphc_tf_set_lbl() argument
383 hdr->flow_lbl[0] |= lbl[0] & 0x0f; in lowpan_iphc_tf_set_lbl()
384 memcpy(&hdr->flow_lbl[1], &lbl[1], 2); in lowpan_iphc_tf_set_lbl()
/linux-4.4.14/arch/parisc/kernel/
Dunaligned.c46 #define FIXUP_BRANCH(lbl) \ argument
47 "\tldil L%%" #lbl ", %%r1\n" \
48 "\tldo R%%" #lbl "(%%r1), %%r1\n" \
/linux-4.4.14/net/ipv6/
Daddrlabel.c51 struct net *ip6addrlbl_net(const struct ip6addrlbl_entry *lbl) in ip6addrlbl_net() argument
53 return read_pnet(&lbl->lbl_net); in ip6addrlbl_net()
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1588 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument
1761 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) argument
1762 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl)) argument
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13372 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument
13377 goto lbl; \
/linux-4.4.14/Documentation/
Ddevices.txt1730 See http://stm.lbl.gov/comedi.
/linux-4.4.14/Documentation/networking/
Dbonding.txt6 Initial release : Thomas Davis <tadavis at lbl.gov>