/linux-4.1.27/arch/powerpc/lib/ |
H A D | memcmp_64.S | 26 #define LD ldbrx define 28 #define LD ldx define 99 LD rA,0,r3 100 LD rB,0,r4 102 LD rC,off8,r3 103 LD rD,off8,r4 105 LD rE,off16,r3 106 LD rF,off16,r4 108 LD rG,off24,r3 109 LD rH,off24,r4 117 LD rA,0,r3 118 LD rB,0,r4 121 LD rC,off8,r3 122 LD rD,off8,r4 125 LD rE,off16,r3 126 LD rF,off16,r4 130 LD rG,off24,r3 131 LD rH,off24,r4 142 1: LD rA,0,r3 143 LD rB,0,r4 147 LD rC,off8,r3 148 LD rD,off8,r4 152 LD rE,off16,r3 153 LD rF,off16,r4 157 LD rG,off24,r3 158 LD rH,off24,r4
|
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp_64.S | 26 #define LD ldbrx define 28 #define LD ldx define 99 LD rA,0,r3 100 LD rB,0,r4 102 LD rC,off8,r3 103 LD rD,off8,r4 105 LD rE,off16,r3 106 LD rF,off16,r4 108 LD rG,off24,r3 109 LD rH,off24,r4 117 LD rA,0,r3 118 LD rB,0,r4 121 LD rC,off8,r3 122 LD rD,off8,r4 125 LD rE,off16,r3 126 LD rF,off16,r4 130 LD rG,off24,r3 131 LD rH,off24,r4 142 1: LD rA,0,r3 143 LD rB,0,r4 147 LD rC,off8,r3 148 LD rD,off8,r4 152 LD rE,off16,r3 153 LD rF,off16,r4 157 LD rG,off24,r3 158 LD rH,off24,r4
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | xor.h | 51 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" macro 80 LD(i, 0) \ xor_sse_2() 81 LD(i + 1, 1) \ xor_sse_2() 84 LD(i + 2, 2) \ xor_sse_2() 85 LD(i + 3, 3) \ xor_sse_2() 131 BLK64(PF0, LD, i) \ xor_sse_2_pf64() 168 LD(i, 0) \ xor_sse_3() 169 LD(i + 1, 1) \ xor_sse_3() 170 LD(i + 2, 2) \ xor_sse_3() 171 LD(i + 3, 3) \ xor_sse_3() 225 BLK64(PF0, LD, i) \ xor_sse_3_pf64() 264 LD(i, 0) \ xor_sse_4() 265 LD(i + 1, 1) \ xor_sse_4() 266 LD(i + 2, 2) \ xor_sse_4() 267 LD(i + 3, 3) \ xor_sse_4() 328 BLK64(PF0, LD, i) \ xor_sse_4_pf64() 369 LD(i, 0) \ xor_sse_5() 370 LD(i + 1, 1) \ xor_sse_5() 371 LD(i + 2, 2) \ xor_sse_5() 372 LD(i + 3, 3) \ xor_sse_5() 440 BLK64(PF0, LD, i) \ xor_sse_5_pf64() 478 #undef LD macro
|
H A D | xor_32.h | 22 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" macro 41 LD(i, 0) \ xor_pII_mmx_2() 42 LD(i + 1, 1) \ xor_pII_mmx_2() 43 LD(i + 2, 2) \ xor_pII_mmx_2() 44 LD(i + 3, 3) \ xor_pII_mmx_2() 85 LD(i, 0) \ xor_pII_mmx_3() 86 LD(i + 1, 1) \ xor_pII_mmx_3() 87 LD(i + 2, 2) \ xor_pII_mmx_3() 88 LD(i + 3, 3) \ xor_pII_mmx_3() 134 LD(i, 0) \ xor_pII_mmx_4() 135 LD(i + 1, 1) \ xor_pII_mmx_4() 136 LD(i + 2, 2) \ xor_pII_mmx_4() 137 LD(i + 3, 3) \ xor_pII_mmx_4() 197 LD(i, 0) \ xor_pII_mmx_5() 198 LD(i + 1, 1) \ xor_pII_mmx_5() 199 LD(i + 2, 2) \ xor_pII_mmx_5() 200 LD(i + 3, 3) \ xor_pII_mmx_5() 250 #undef LD macro
|
/linux-4.1.27/tools/build/tests/ex/ |
H A D | Makefile | 3 export LD := ld macro
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | align.c | 39 #define LD 0 /* load */ macro 63 { 4, LD }, /* 00 0 0000: lwz / lwarx */ 67 { 2, LD }, /* 00 0 0100: lhz */ 68 { 2, LD+SE }, /* 00 0 0101: lha */ 70 { 4, LD+M }, /* 00 0 0111: lmw */ 71 { 4, LD+F+S }, /* 00 0 1000: lfs */ 72 { 8, LD+F }, /* 00 0 1001: lfd */ 75 { 16, LD }, /* 00 0 1100: lq */ 76 { 8, LD }, /* 00 0 1101: ld/ldu/lwa */ 79 { 4, LD+U }, /* 00 1 0000: lwzu */ 83 { 2, LD+U }, /* 00 1 0100: lhzu */ 84 { 2, LD+SE+U }, /* 00 1 0101: lhau */ 87 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */ 88 { 8, LD+F+U }, /* 00 1 1001: lfdu */ 91 { 16, LD+F }, /* 00 1 1100: lfdp */ 95 { 8, LD }, /* 01 0 0000: ldx */ 100 { 4, LD+SE }, /* 01 0 0101: lwax */ 103 { 4, LD+M+HARD+SX }, /* 01 0 1000: lswx */ 104 { 4, LD+M+HARD }, /* 01 0 1001: lswi */ 108 { 8, LD+U }, /* 01 0 1101: ldu */ 111 { 8, LD+U }, /* 01 1 0000: ldux */ 116 { 4, LD+SE+U }, /* 01 1 0101: lwaux */ 135 { 4, LD+SW }, /* 10 0 1000: lwbrx */ 139 { 2, LD+SW }, /* 10 0 1100: lhbrx */ 140 { 4, LD+SE }, /* 10 0 1101 lwa */ 159 { 4, LD }, /* 11 0 0000: lwzx */ 163 { 2, LD }, /* 11 0 0100: lhzx */ 164 { 2, LD+SE }, /* 11 0 0101: lhax */ 167 { 4, LD+F+S }, /* 11 0 1000: lfsx */ 168 { 8, LD+F }, /* 11 0 1001: lfdx */ 171 { 16, LD+F }, /* 11 0 1100: lfdpx */ 172 { 4, LD+F+SE }, /* 11 0 1101: lfiwax */ 175 { 4, LD+U }, /* 11 1 0000: lwzux */ 179 { 2, LD+U }, /* 11 1 0100: lhzux */ 180 { 2, LD+SE+U }, /* 11 1 0101: lhaux */ 183 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */ 184 { 8, LD+F+U }, /* 11 1 1001: lfdux */ 188 { 4, LD+F }, /* 11 1 1101: lfiwzx */ 406 { 8, LD+E8 }, /* 0 00 00: evldd[x] */ 407 { 8, LD+E4 }, /* 0 00 01: evldw[x] */ 408 { 8, LD }, /* 0 00 10: evldh[x] */ 410 { 2, LD }, /* 0 01 00: evlhhesplat[x] */ 412 { 2, LD }, /* 0 01 10: evlhhousplat[x] */ 413 { 2, LD+SE }, /* 0 01 11: evlhhossplat[x] */ 414 { 4, LD }, /* 0 10 00: evlwhe[x] */ 416 { 4, LD }, /* 0 10 10: evlwhou[x] */ 417 { 4, LD+SE }, /* 0 10 11: evlwhos[x] */ 418 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */ 420 { 4, LD }, /* 0 11 10: evlwhsplat[x] */ 814 flags = LD+SW; fix_alignment() 989 case LD+SE: /* sign extending integer loads */ fix_alignment() 990 case LD+F+SE: /* sign extend for lfiwax */ fix_alignment() 998 case LD+F+S: fix_alignment()
|
/linux-4.1.27/arch/mips/kvm/ |
H A D | stats.c | 21 "TLB Miss (LD)", 24 "Address Error (LD)",
|
H A D | trap_emul.c | 149 kvm_debug("USER ADDR TLB LD fault: cause %#lx, PC: %p, BadVaddr: %#lx\n", kvm_trap_emul_handle_tlb_st_miss() 169 kvm_err("Illegal TLB LD fault address , cause %#lx, PC: %p, BadVaddr: %#lx\n", kvm_trap_emul_handle_tlb_st_miss()
|
H A D | mips.c | 1303 kvm_debug("TLB LD fault: cause %#x, PC: %p, BadVaddr: %#lx\n", kvm_mips_handle_exit()
|
H A D | emulate.c | 2518 kvm_debug("%s: LD MISS @ %#lx\n", __func__, kvm_mips_check_privilege() 2550 kvm_debug("%s: address error LD @ %#lx\n", __func__, kvm_mips_check_privilege()
|
/linux-4.1.27/arch/mips/lasat/image/ |
H A D | Makefile | 40 $(LD) $(LDFLAGS) $(LDSCRIPT) -o $@ $^ 43 $(LD) -r -o $@ -b binary $<
|
/linux-4.1.27/tools/lib/lockdep/ |
H A D | Makefile | 17 # Allow setting CC and AR and LD, or setting CROSS_COMPILE as a prefix. 20 $(call allow-override,LD,$(CROSS_COMPILE)ld) 91 print_shared_lib_compile = echo ' LD '$(OBJ); 92 print_static_lib_build = echo ' LD '$(OBJ); 96 export srctree OUTPUT CC LD CFLAGS V
|
/linux-4.1.27/arch/frv/lib/ |
H A D | atomic-ops.S | 32 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */ 54 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */ 76 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */ 98 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */ 120 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */ 142 ld.p @(gr9,gr0),gr8 /* LD.P/ORCR must be atomic */
|
/linux-4.1.27/arch/xtensa/boot/boot-elf/ |
H A D | Makefile | 28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
|
/linux-4.1.27/arch/tile/lib/ |
H A D | memcpy_user_64.c | 59 #define LD1 LD 60 #define LD2 LD 61 #define LD4 LD 62 #define LD8 LD
|
H A D | memcpy_64.c | 38 #define LD(p) (*(p)) macro 45 #define LD1 LD 46 #define LD2 LD 47 #define LD4 LD 48 #define LD8 LD
|
/linux-4.1.27/tools/lib/api/ |
H A D | Makefile | 27 export srctree OUTPUT CC LD CFLAGS V
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_diag.h | 17 #define SCLP_DIAG_FTP_LDRUNS 0x03U /* LD runs */ 18 #define SCLP_DIAG_FTP_LDNRUNS 0x04U /* LD does not run */
|
/linux-4.1.27/arch/um/drivers/ |
H A D | Makefile | 27 $(LD) -r -dp -o $@ $^ $(LDFLAGS) $(LDFLAGS_pcap.o) 30 $(LD) -r -dp -o $@ $^ $(LDFLAGS) $(LDFLAGS_vde.o)
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | futex.c | 28 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_set() 60 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_add() 93 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_or() 126 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_and() 159 "1: ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_futex_op_xchg_xor()
|
/linux-4.1.27/tools/testing/selftests/net/ |
H A D | psock_lib.h | 43 { 0x80, 0, 0, 0x00000000 }, /* LD pktlen */ pair_udp_setfilter() 45 { 0x30, 0, 0, 0x00000050 }, /* LD ip[80] */ pair_udp_setfilter() 47 { 0x30, 0, 0, 0x00000051 }, /* LD ip[81] */ pair_udp_setfilter()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | mbox_defs.h | 146 * @lba : Logical Block Address on LD 217 * @logdrv : logical drive number if command for LD 267 * @logdrv : logical drive number if command for LD 600 * adap_span_40ld_t - 40LD span 612 * adap_span_8ld_t - 8LD span 648 * logdrv_40ld_t - logical drive definition for 40LD controllers 659 * logdrv_8ld_span8_t - logical drive definition for 8LD controllers 663 * 8-LD logical drive with up to 8 spans 672 * logdrv_8ld_span4_t - logical drive definition for 8LD controllers 676 * 8-LD logical drive with up to 4 spans 702 * disk_array_40ld_t - disk array for 40LD controllers 717 * disk_array_8ld_span8_t - disk array for 8LD controllers 723 * Disk array for 8LD logical drives with up to 8 spans 734 * disk_array_8ld_span4_t - disk array for 8LD controllers 740 * Disk array for 8LD logical drives with up to 4 spans 755 * @boot_drv : logical drive set as boot drive, 0..7 - for 8LD cards, 756 * 0..39 - for 40LD cards
|
H A D | megaraid_sas_fp.c | 236 "raid map %p LD RAID MAP %p/%p\n", drv_map, MR_PopulateDrvRaidMap() 346 * map - LD map 367 dev_dbg(&instance->pdev->dev, "LD %x: span_depth=%x\n", getSpanInfo() 434 * map - LD map 499 * map - LD map 568 * map - LD map 629 * map - LD map 1146 * map - LD map
|
H A D | megaraid_sas_base.c | 1897 printk(KERN_WARNING "megasas: SR-IOV: Couldn't get LD/VF " megasas_get_ld_vf_affiliation_111() 1942 printk(KERN_WARNING "megasas: SR-IOV: Getting LD/VF affiliation for " megasas_get_ld_vf_affiliation_111() 1948 printk(KERN_WARNING "megasas: SR-IOV: LD/VF affiliation DCMD" megasas_get_ld_vf_affiliation_111() 1961 "Got new LD/VF affiliation " megasas_get_ld_vf_affiliation_111() 2011 printk(KERN_WARNING "megasas: SR-IOV: Couldn't get LD/VF " megasas_get_ld_vf_affiliation_12() 2057 printk(KERN_WARNING "megasas: SR-IOV: Getting LD/VF affiliation for " megasas_get_ld_vf_affiliation_12() 2063 printk(KERN_WARNING "megasas: SR-IOV: LD/VF affiliation DCMD" megasas_get_ld_vf_affiliation_12() 2072 printk(KERN_WARNING "megasas: SR-IOV: Got new LD/VF " megasas_get_ld_vf_affiliation_12() 2138 printk(KERN_WARNING "megasas: SR-IOV: Got new LD/VF " megasas_get_ld_vf_affiliation_12() 2159 /* This function will get the current SR-IOV LD/VF affiliation */ megasas_get_ld_vf_affiliation() 2969 /* Check for LD map update */ megasas_complete_cmd() 2996 * Meanwhile all IOs will go as LD IO. megasas_complete_cmd() 5400 /* Get current SR-IOV LD/VF affiliation */ megasas_probe_one() 6089 * MFI frames. E.g, RAID configuration changes, LD property changes megasas_mgmt_fw_ioctl()
|
H A D | megaraid_mbox.c | 3676 "megaraid mbox: LD delete, timed out\n")); megaraid_mbox_mm_command() 3693 "megaraid mbox: LD delete, mailbox busy\n")); megaraid_mbox_mm_command() 4080 * <SCSI ID> <LD NUM> <LD STICKY ID> <APP ADAPTER HANDLE>
|
H A D | megaraid_sas_fusion.c | 1321 /* Check if T10 PI (DIF) is enabled for this LD */ megasas_set_pd_lba() 1484 * The IO can be for PD (Fast Path) or LD 1753 /* check if this LD is FP capable */ megasas_build_dcdb_fusion() 2035 case MEGASAS_MPI2_FUNCTION_LD_IO_REQUEST: /* LD-IO Path */ complete_cmd_fusion()
|
H A D | megaraid_sas_fusion.h | 693 /* SPAN_SET is info caclulated from span info from Raid map per LD */
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 29 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC)
|
/linux-4.1.27/scripts/ |
H A D | link-vmlinux.sh | 44 ${LD} ${LDFLAGS} -r -o ${1} ${KBUILD_VMLINUX_INIT} \ 56 ${LD} ${LDFLAGS} ${LDFLAGS_vmlinux} -o ${2} \ 152 info LD vmlinux.o 216 info LD vmlinux
|
/linux-4.1.27/drivers/net/usb/ |
H A D | pegasus.h | 236 PEGASUS_DEV("ELECOM USB Ethernet LD-USB20", VENDOR_ELECOM, 0x4010, 256 PEGASUS_DEV("LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x4002, 258 PEGASUS_DEV("LANEED USB Ethernet LD-USBL/TX", VENDOR_LANEED, 0x4005, 260 PEGASUS_DEV("LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x400b, 262 PEGASUS_DEV("LANEED USB Ethernet LD-USB/T", VENDOR_LANEED, 0xabc1, 264 PEGASUS_DEV("LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x200c,
|
/linux-4.1.27/tools/power/acpi/ |
H A D | Makefile | 58 LD = $(CROSS)gcc macro 130 $(ECHO) " LD " $@ 131 $(QUIET) $(LD) $(CFLAGS) $(LDFLAGS) $(DUMP_OBJS) -L$(OUTPUT) -o $@
|
/linux-4.1.27/arch/mips/boot/compressed/ |
H A D | Makefile | 81 quiet_cmd_zld = LD $@ 82 cmd_zld = $(LD) $(LDFLAGS) -Ttext $(VMLINUZ_LOAD_ADDRESS) -T $< $(vmlinuzobjs-y) -o $@
|
/linux-4.1.27/arch/arm64/ |
H A D | Makefile | 26 LD += -EB 30 LD += -EL
|
/linux-4.1.27/drivers/net/wan/ |
H A D | Makefile | 42 LD68K = $(LD)
|
/linux-4.1.27/arch/sparc/boot/ |
H A D | Makefile | 54 cmd_uimage.o = $(LD) -Tdata $(CONFIG_UBOOT_FLASH_ADDR) \
|
/linux-4.1.27/arch/cris/boot/rescue/ |
H A D | Makefile | 9 # LD = gcc-cris -mlinux -march=v32 -nostdlib
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | cache.h | 25 * explicit uncached accesses (LD.di/ST.di) hence more portable drivers
|
H A D | entry.h | 43 /* Note on the LD/ST addr modes with addr reg wback 45 * LD.a same as LD.aw 47 * LD.a reg1, [reg2, x] => Pre Incr 50 * LD.ab reg1, [reg2, x] => Post Incr 455 mov lp_count, r9 ;LD to lp_count is not allowed 538 mov lp_count, r9 ;LD to lp_count is not allowed 557 mov lp_count, r9 ;LD to lp_count is not allowed 595 * Coded differently than GET_CURR_TASK_ON_CPU (which uses LD.AS) 597 * while LD can take s9 (4 byte insn) or LIMM (8 byte insn)
|
H A D | atomic.h | 80 * atomic insn (e.g. LD) doesn't clobber an "emulated" atomic insn atomic_set()
|
H A D | irqflags.h | 46 * ensure that LD/ST requiring irq safetly (R-M-W when LLSC is not available)
|
H A D | perf_event.h | 163 /* DTLB LD/ST Miss not segregated by h/w*/
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | atomic.h | 45 " ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_add_return() 66 " ld.p %M0,%1 \n" /* LD.P/ORCR must be atomic */ atomic_sub_return()
|
H A D | bitops.h | 38 " ld.p %M0,%1 \n" /* LD.P/ORCR are atomic */ atomic_test_and_ANDNOT_mask() 61 " ld.p %M0,%1 \n" /* LD.P/ORCR are atomic */ atomic_test_and_OR_mask() 84 " ld.p %M0,%1 \n" /* LD.P/ORCR are atomic */ atomic_test_and_XOR_mask()
|
/linux-4.1.27/arch/cris/ |
H A D | Makefile | 47 LD = $(CROSS_COMPILE)ld -mcrislinux macro
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | palm27x.h | 2 * Common functions for Palm LD, T5, TX, Z72
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | ldusb.c | 3 * like LD Didactic's USB devices. LD Didactic's USB devices are 37 #define USB_VENDOR_ID_LD 0x0f11 /* USB Vendor ID of LD Didactic GmbH */ 127 MODULE_DESCRIPTION("LD USB Driver"); 129 MODULE_SUPPORTED_DEVICE("LD USB Devices"); 759 dev_info(&intf->dev, "LD USB Device #%d now attached to major %d minor %d\n", ld_usb_probe() 803 dev_info(&intf->dev, "LD USB Device #%d now disconnected\n", ld_usb_disconnect()
|
/linux-4.1.27/arch/powerpc/ |
H A D | Makefile | 71 override LD += -EL 83 override LD += -EB 91 override LD += -m elf$(CONFIG_WORD_SIZE)$(LDEMULATION)
|
/linux-4.1.27/lib/raid6/test/ |
H A D | Makefile | 9 LD = ld macro
|
/linux-4.1.27/include/uapi/linux/ |
H A D | a.out.h | 227 /* These appear as input to LD, in a .o file. */ 233 /* This is output from LD. */
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | elf.h | 64 thread local data in LD code. */ 66 thread local data in LD code. */
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | traps_64.c | 475 case (0x84>>2): /* LD.W */ misaligned_fixup() 478 case (0xb0>>2): /* LD.UW */ misaligned_fixup() 481 case (0x88>>2): /* LD.L */ misaligned_fixup() 484 case (0x8c>>2): /* LD.Q */ misaligned_fixup()
|
/linux-4.1.27/tools/power/cpupower/ |
H A D | Makefile | 95 LD = $(CROSS)gcc macro 194 $(ECHO) " LD " $@
|
/linux-4.1.27/drivers/dma/ |
H A D | fsldma.c | 450 chan_dbg(chan, "LD %p free\n", desc); fsl_dma_free_descriptor() 477 chan_dbg(chan, "LD %p allocated\n", desc); fsl_dma_alloc_descriptor() 522 chan_dbg(chan, "LD %p callback\n", desc); fsldma_run_tx_complete_actions() 808 /* Insert the link descriptor to the LD ring */ fsl_dma_prep_memcpy() 887 /* Insert the link descriptor to the LD ring */ fsl_dma_prep_sg() 958 /* Remove and free all of the descriptors in the LD queue */ fsl_dma_device_terminate_all()
|
H A D | xgene-dma.c | 582 chan_dbg(chan, "LD %p free\n", desc); xgene_dma_clean_descriptor() 605 chan_dbg(chan, "LD %p allocated\n", desc); xgene_dma_alloc_descriptor() 691 chan_dbg(chan, "LD %p free\n", desc); xgene_dma_clean_running_descriptor() 974 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_memcpy() 1049 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_sg() 1130 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_xor() 1188 /* Insert the link descriptor to the LD ring */ xgene_dma_prep_pq()
|
H A D | mmp_pdma.c | 504 /* Insert the link descriptor to the LD ring */ mmp_pdma_prep_memcpy() 576 /* Insert the link descriptor to the LD ring */ for_each_sg() 670 /* Insert the link descriptor to the LD ring */ mmp_pdma_prep_dma_cyclic()
|
H A D | at_hdmac.c | 209 /* insert the link descriptor to the LD ring */ atc_desc_chain()
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | disasm.c | 104 case op_LD: /* LD<zz> a,[b,s9] */ disasm_instr() 212 case 48 ... 55: /* LD a,[b,c] */ disasm_instr()
|
H A D | entry.S | 383 ; either a dst of emulated LD/ST or src with address-writeback
|
/linux-4.1.27/arch/arm/ |
H A D | Makefile | 46 LD += -EB 50 LD += -EL
|
/linux-4.1.27/arch/powerpc/net/ |
H A D | bpf_jit.h | 81 * (e.g. LD, ADDI). If the bottom 16 bits is "-ve", add another bit into the
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | palm27x.c | 2 * Common code for Palm LD, T5, TX, Z72
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | Makefile | 135 export srctree OUTPUT CC LD CFLAGS V
|
/linux-4.1.27/arch/x86/ |
H A D | Makefile | 123 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 149 { /* ELECOM Laneed LD-CDWA */ 0xb8, 0x08, 0x00, 0x42, 0 }, 1588 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-10/100CD", 0x1b7827b2, 0xcda71d1c), 1589 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-CDF", 0x1b7827b2, 0xfec71e40), 1590 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-CDL/T", 0x1b7827b2, 0x79fba4f7), 1591 PCMCIA_DEVICE_PROD_ID12("Laneed", "LD-CDS", 0x1b7827b2, 0x931afaab),
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 1079 * Reset all other control bits (OWN, CTXT, FD, LD, CPC, CIC, etc) xgbe_tx_desc_reset() 1576 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, LD, 1); xgbe_dev_xmit() 1691 if (!XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, LD)) { xgbe_dev_read() 1746 /* Rx and Tx share LD bit, so check TDES3.LD bit */ xgbe_is_last_desc() 1747 return XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, LD); xgbe_is_last_desc()
|
/linux-4.1.27/drivers/scsi/osd/ |
H A D | osd_uld.c | 7 * osdfs and pNFS-objects-LD. It also provides one ioctl for running
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | stb6100.c | 85 [STB6100_LD] = "LD",
|
/linux-4.1.27/drivers/scsi/ |
H A D | megaraid.h | 642 * 0..7 - for 8LD cards 643 * 0..39 - for 40LD cards
|
H A D | scsi_devinfo.c | 213 {"MegaRAID", "LD", NULL, BLIST_FORCELUN},
|
H A D | megaraid.c | 2566 seq_puts(m, "40LD read config failed.\n"); proc_show_rdrv() 2577 seq_puts(m, "8LD read config failed.\n"); proc_show_rdrv() 3896 printk(KERN_WARNING "megaraid: Delete LD-%d failed.", logdrv); mega_do_del_logdrv()
|
H A D | advansys.c | 1393 #define IOPW_RAM_DATA 0x06 /* LD */
|
/linux-4.1.27/sound/soc/fsl/ |
H A D | fsl_dma.c | 88 * @ld_buf_phys: physical address of the LD buffer 158 * fsl_dma_update_pointers - update LD pointers to point to the next period
|
/linux-4.1.27/ |
H A D | Makefile | 354 LD = $(CROSS_COMPILE)ld macro 418 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC 916 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 324 * Avoid consecutive LD*'s to the same register since some mips
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | power8-pmu.c | 49 /* Demand LD - L3 Miss (not L2 hit and not L3 hit) */
|
/linux-4.1.27/arch/mips/lib/ |
H A D | memcpy.S | 439 * Avoid consecutive LD*'s to the same register since some mips
|
H A D | csum_partial.S | 633 * Avoid consecutive LD*'s to the same register since some mips
|
/linux-4.1.27/drivers/rapidio/devices/ |
H A D | tsi721.c | 1414 * Check if this is a Link Descriptor (LD). tsi721_omsg_handler() 1415 * If yes, ignore LD and use descriptor processed tsi721_omsg_handler() 1416 * before LD. tsi721_omsg_handler()
|
/linux-4.1.27/drivers/staging/dgnc/ |
H A D | dgnc_tty.c | 228 * again, separately so we don't get the LD confused about what major dgnc_tty_register() 3030 * This count difference CAN happen because the Linux LD can dgnc_tty_ioctl()
|
/linux-4.1.27/drivers/block/ |
H A D | DAC960.h | 957 } __attribute__ ((packed)) LD; member in struct:DAC960_V1_CommandMailbox::__anon3466 4376 int LogicalDriveNumber = CommandMailbox->Type5.LD.LogicalDriveNumber; DAC960_PD_To_P_TranslateReadWriteCommand()
|
H A D | DAC960.c | 3220 CommandMailbox->Type5.LD.TransferLength = Command->BlockCount; DAC960_V1_QueueReadWriteCommand() 3221 CommandMailbox->Type5.LD.LogicalDriveNumber = Command->LogicalDriveNumber; DAC960_V1_QueueReadWriteCommand() 3235 CommandMailbox->Type5.LD.TransferLength = Command->BlockCount; DAC960_V1_QueueReadWriteCommand() 3236 CommandMailbox->Type5.LD.LogicalDriveNumber = Command->LogicalDriveNumber; DAC960_V1_QueueReadWriteCommand()
|
/linux-4.1.27/drivers/staging/dgap/ |
H A D | dgap.c | 5104 * The Linux Line Discipline (LD) would do this for us if we dgap_tty_ioctl() 5107 * control so we'll do it outselves instead of letting the LD dgap_tty_ioctl() 5272 * again, separately so we don't get the LD confused about what major dgap_tty_register()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | reg.h | 280 #define SPRN_LDBAR 0x352 /* LD Base Address Register */
|
/linux-4.1.27/lib/ |
H A D | test_bpf.c | 1734 "LD [SKF_AD_OFF-1]",
|
/linux-4.1.27/drivers/hwmon/ |
H A D | it87.c | 1927 /* The IT8705F has a different LD number for GPIO */ it87_find()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event_intel.c | 1029 [ C(RESULT_ACCESS) ] = 0x2140, /* L1D_CACHE.LD */
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 3492 { /* LD LP */ bnx2x_pause_resolve() 3581 /* Update the advertised flow-controled of LD/LP in AN */ bnx2x_ext_phy_resolve_fc() 5413 /* Update the advertised flow-controled of LD/LP in AN */ bnx2x_flow_ctrl_resolve()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 411 { PCI_CHIP_MACH64LD, "3D RAGE LT PRO (Mach64 LD, AGP)", 230, 100, 100, 135, ATI_CHIP_264LTPRO },
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptbase.c | 7530 "IR2: LD State Changed: " mpt_display_event_info()
|