Searched refs:lbl (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/parisc/lib/ |
D | lusercopy.S | 57 .macro fixup_branch lbl 58 ldil L%\lbl, %r1 59 ldo R%\lbl(%r1), %r1
|
/linux-4.1.27/arch/mips/kernel/ |
D | pm-cps.c | 204 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 298 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb() 323 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb() 337 unsigned r_addr, int lbl) in cps_gen_set_top_bit() argument 340 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit() 344 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 803 #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.1.27/arch/parisc/kernel/ |
D | unaligned.c | 46 #define FIXUP_BRANCH(lbl) \ argument 47 "\tldil L%%" #lbl ", %%r1\n" \ 48 "\tldo R%%" #lbl "(%%r1), %%r1\n" \
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 80 .macro VECTOR lbl 82 j \lbl 84 b \lbl
|
/linux-4.1.27/net/ipv6/ |
D | addrlabel.c | 51 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.1.27/drivers/scsi/ |
D | ncr53c8xx.c | 1588 #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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12953 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument 12958 goto lbl; \
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 1730 See http://stm.lbl.gov/comedi.
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 6 Initial release : Thomas Davis <tadavis at lbl.gov>
|