/linux-4.4.14/arch/parisc/lib/ |
D | lusercopy.S | 57 .macro fixup_branch lbl 58 ldil L%\lbl, %r1 59 ldo R%\lbl(%r1), %r1
|
/linux-4.4.14/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 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/ |
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.4.14/arch/arc/kernel/ |
D | entry-compact.S | 70 .macro VECTOR lbl 72 j \lbl 74 b \lbl
|
/linux-4.4.14/net/6lowpan/ |
D | iphc.c | 372 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/ |
D | unaligned.c | 46 #define FIXUP_BRANCH(lbl) \ argument 47 "\tldil L%%" #lbl ", %%r1\n" \ 48 "\tldo R%%" #lbl "(%%r1), %%r1\n" \
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13372 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument 13377 goto lbl; \
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 1730 See http://stm.lbl.gov/comedi.
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 6 Initial release : Thomas Davis <tadavis at lbl.gov>
|