| /linux-4.4.14/drivers/memory/tegra/ |
| D | tegra114.c | 29 .la = { 43 .la = { 57 .la = { 71 .la = { 85 .la = { 99 .la = { 113 .la = { 127 .la = { 141 .la = { 155 .la = { [all …]
|
| D | tegra30.c | 29 .la = { 43 .la = { 57 .la = { 71 .la = { 85 .la = { 99 .la = { 113 .la = { 127 .la = { 141 .la = { 155 .la = { [all …]
|
| D | tegra210.c | 31 .la = { 45 .la = { 59 .la = { 73 .la = { 87 .la = { 101 .la = { 115 .la = { 129 .la = { 143 .la = { 157 .la = { [all …]
|
| D | tegra124.c | 71 .la = { 85 .la = { 99 .la = { 113 .la = { 127 .la = { 141 .la = { 155 .la = { 169 .la = { 183 .la = { 197 .la = { [all …]
|
| D | mc.c | 93 const struct tegra_mc_la *la = &mc->soc->clients[i].la; in tegra_mc_setup_latency_allowance() local 96 value = readl(mc->regs + la->reg); in tegra_mc_setup_latency_allowance() 97 value &= ~(la->mask << la->shift); in tegra_mc_setup_latency_allowance() 98 value |= (la->def & la->mask) << la->shift; in tegra_mc_setup_latency_allowance() 99 writel(value, mc->regs + la->reg); in tegra_mc_setup_latency_allowance()
|
| /linux-4.4.14/net/bluetooth/ |
| D | l2cap_sock.c | 84 struct sockaddr_l2 la; in l2cap_sock_bind() local 92 memset(&la, 0, sizeof(la)); in l2cap_sock_bind() 93 len = min_t(unsigned int, sizeof(la), alen); in l2cap_sock_bind() 94 memcpy(&la, addr, len); in l2cap_sock_bind() 96 if (la.l2_cid && la.l2_psm) in l2cap_sock_bind() 99 if (!bdaddr_type_is_valid(la.l2_bdaddr_type)) in l2cap_sock_bind() 102 if (bdaddr_type_is_le(la.l2_bdaddr_type)) { in l2cap_sock_bind() 104 if (la.l2_cid && in l2cap_sock_bind() 105 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_bind() 116 if (la.l2_psm) { in l2cap_sock_bind() [all …]
|
| /linux-4.4.14/arch/s390/kernel/ |
| D | head.S | 82 la %r4,0(%r14) 83 la %r3,.Lorb # r2 = address of orb into r2 84 la %r5,.Lirb # r4 = address of irb 85 la %r6,.Lccws 86 la %r7,20 89 la %r2,0x50(%r2) 90 la %r6,8(%r6) 122 la %r6,.Lccws 123 la %r7,20 161 la %r2,IPL_BS # load start address [all …]
|
| D | relocate_kernel.S | 36 la %r0,.back_pgm-.base(%r13) 38 la %r1,load_psw-.base(%r13) 40 la %r0,.back-.base(%r13) 87 la %r4,load_psw-.base(%r13) # load psw-address into the register
|
| D | entry.S | 108 3: la %r11,STACK_FRAME_OVERHEAD(%r15) 268 la %r11,STACK_FRAME_OVERHEAD(%r15) # pointer to pt_regs 420 la %r3,0 446 la %r11,STACK_FRAME_OVERHEAD(%r15) 497 3: la %r11,STACK_FRAME_OVERHEAD(%r15) 625 la %r11,STACK_FRAME_OVERHEAD(%r1) 643 la %r11,STACK_FRAME_OVERHEAD(%r1) 871 la %r1,4095 # revalidate r1 884 la %r14,__LC_SYNC_ENTER_TIMER 887 la %r14,__LC_ASYNC_ENTER_TIMER [all …]
|
| D | mcount.S | 51 la %r5,STACK_PTREGS(%r15)
|
| D | base.S | 23 1: la %r1,4095
|
| /linux-4.4.14/arch/mips/kernel/ |
| D | bmips_vec.S | 41 la k0, 1f 69 la k0, bmips_reset_nmi_vec 121 la k0, nmi_handler 173 la k0, ebase 180 la k0, 1f 183 la k0, bmips_enable_xks01 188 la k0, plat_wired_tlb_setup 195 la k0, bmips_smp_boot_sp 197 la k0, bmips_smp_boot_gp 199 la k0, start_secondary
|
| D | scall32-o32.S | 96 la t1, sys_call_table
|
| /linux-4.4.14/arch/score/kernel/ |
| D | head.S | 36 la r30, __bss_start /* initialize BSS segment. */ 37 la r31, _end 47 2: la r28, init_thread_union /* set kernel stack. */ 50 la r30, kernelsp 69 la r30, start_kernel /* jump to init_arch */
|
| D | entry.S | 97 la r30, exception_handlers 110 la r3, ret_from_irq 118 la r8, nmi_exception_handler 129 la r8, do_adelinsn 138 la r8, do_be 147 la r8, do_pel 156 la r8, do_ccu 165 la r8, do_ri 174 la r8, do_tr 187 la r8, do_adedata [all …]
|
| /linux-4.4.14/fs/ocfs2/ |
| D | localalloc.c | 291 struct ocfs2_local_alloc *la; in ocfs2_load_local_alloc() local 322 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_load_local_alloc() 332 if ((la->la_size == 0) || in ocfs2_load_local_alloc() 333 (le16_to_cpu(la->la_size) > ocfs2_local_alloc_size(inode->i_sb))) { in ocfs2_load_local_alloc() 335 le16_to_cpu(la->la_size)); in ocfs2_load_local_alloc() 348 || la->la_bm_off) in ocfs2_load_local_alloc() 738 struct ocfs2_local_alloc *la; in ocfs2_claim_local_alloc_bits() local 744 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_claim_local_alloc_bits() 755 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits() 756 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits() [all …]
|
| /linux-4.4.14/arch/s390/lib/ |
| D | mem.S | 36 la %r1,256(%r1) 53 la %r1,256(%r1) 83 la %r1,256(%r1) 84 la %r3,256(%r3)
|
| /linux-4.4.14/arch/mips/alchemy/common/ |
| D | sleeper.S | 59 la t1, __flush_cache_all 71 la k0, alchemy_sleep_wakeup /* resume path */ 97 la t0, 1f 123 la t0, 1f 162 la t0, 2f 163 la t1, 4f
|
| /linux-4.4.14/arch/score/mm/ |
| D | tlb-miss.S | 36 la \ptr, pgd_current 65 la r8, do_page_fault 88 la r31, pgd_current /* get pgd pointer */ 115 la r31, pgd_current /* get pgd pointer */
|
| /linux-4.4.14/arch/s390/kernel/vdso32/ |
| D | clock_getres.S | 23 la %r1,4f-.(%r1) 28 la %r1,5f-4f(%r1)
|
| /linux-4.4.14/arch/s390/boot/compressed/ |
| D | head.S | 27 la %r4,0(%r2,%r4) 31 la %r1,0x200
|
| /linux-4.4.14/fs/udf/ |
| D | directory.c | 222 struct long_ad *la; in udf_get_filelongad() local 232 la = (struct long_ad *)ptr; in udf_get_filelongad() 233 if (la->extLength == 0) in udf_get_filelongad() 239 return la; in udf_get_filelongad()
|
| D | super.c | 1542 struct long_ad *la = (struct long_ad *)&(lvd->logicalVolContentsUse[0]); in udf_load_logicalvol() local 1544 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol()
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | pm.h | 69 la t1, mips_static_suspend_state 115 la t1, __wback_cache_all
|
| D | asm.h | 357 #define PTR_LA la
|
| /linux-4.4.14/arch/s390/net/ |
| D | bpf_jit.S | 61 la %r4,STK_OFF_TMP(%r15); /* Arg3 = temp bufffer */ \ 87 la %r4,STK_OFF_TMP(%r15) # Arg3 = pointer to temp buffer
|
| /linux-4.4.14/drivers/usb/wusbcore/ |
| D | crypto.c | 103 __be16 la; member 219 WARN_ON(sizeof(*a) != sizeof(b1) - sizeof(b1.la)); in wusb_ccm_mac() 251 b1.la = cpu_to_be16(blen + 14); in wusb_ccm_mac()
|
| /linux-4.4.14/tools/power/cpupower/po/ |
| D | it.po | 315 msgstr " latenza massima durante la transizione: " 335 msgstr " gestore attuale: la frequenza deve mantenersi tra " 354 msgstr " la frequenza attuale della CPU è " 388 " -f, --freq Mostra la frequenza attuale della CPU secondo\n" 397 " -w, --hwfreq Mostra la frequenza attuale della CPU leggendola\n" 407 "la CPU *\n" 440 " -a, --affected-cpus Determina quali CPU devono avere la frequenza\n" 454 " -y, --latency Determina la latenza massima durante i cambi di " 535 msgstr "impossibile analizzare la CPU %d poiché non sembra essere presente\n" 553 " -d FREQ, --min FREQ la nuova frequenza minima che il gestore cpufreq " [all …]
|
| D | fr.po | 335 msgstr " tactique actuelle : la fr�quence doit �tre comprise entre " 348 "Le r�gulateur \"%s\" est libre de choisir la vitesse\n" 354 msgstr " la fr�quence actuelle de ce CPU est " 388 " -f, --freq Obtenir la fr�quence actuelle du CPU selon le point\n" 397 " -w, --hwfreq Obtenir la fr�quence actuelle du CPU directement par\n" 417 msgstr " -p, --policy Affiche la tactique actuelle de cpufreq *\n" 573 " -f FREQ, --freq FREQ fixe la fr�quence du processeur � FREQ. Il faut\n" 631 "- la tactique n'est pas disponible ;\n" 734 msgstr " -p, --policy Affiche la tactique actuelle de cpufreq *\n"
|
| D | cs.po | 340 msgstr " současná taktika: frekvence by měla být mezi "
|
| /linux-4.4.14/arch/mips/dec/prom/ |
| D | locore.S | 20 la k1, mem_err
|
| /linux-4.4.14/tools/usb/usbip/libsrc/ |
| D | Makefile.am | 5 lib_LTLIBRARIES := libusbip.la
|
| /linux-4.4.14/tools/usb/usbip/src/ |
| D | Makefile.am | 3 LDADD = $(top_builddir)/libsrc/libusbip.la
|
| /linux-4.4.14/tools/usb/usbip/ |
| D | .gitignore | 22 libsrc/libusbip.la
|
| /linux-4.4.14/drivers/scsi/lpfc/ |
| D | lpfc_hbadisc.c | 3026 lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la) in lpfc_mbx_process_link_up() argument 3038 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) { in lpfc_mbx_process_link_up() 3046 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la); in lpfc_mbx_process_link_up() 3054 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) { in lpfc_mbx_process_link_up() 3058 bf_get(lpfc_mbx_read_top_topology, la)); in lpfc_mbx_process_link_up() 3062 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la); in lpfc_mbx_process_link_up() 3077 if (bf_get(lpfc_mbx_read_top_il, la)) in lpfc_mbx_process_link_up() 3080 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la); in lpfc_mbx_process_link_up() 3081 i = la->lilpBde64.tus.f.bdeSize; in lpfc_mbx_process_link_up() 3277 struct lpfc_mbx_read_top *la; in lpfc_mbx_cmpl_read_topology() local [all …]
|
| D | lpfc_init.c | 3894 struct lpfc_mbx_read_top *la; in lpfc_sli4_async_link_evt() local 3983 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; in lpfc_sli4_async_link_evt() 3984 la->eventTag = acqe_link->event_tag; in lpfc_sli4_async_link_evt() 3985 bf_set(lpfc_mbx_read_top_att_type, la, att_type); in lpfc_sli4_async_link_evt() 3986 bf_set(lpfc_mbx_read_top_link_spd, la, in lpfc_sli4_async_link_evt() 3990 bf_set(lpfc_mbx_read_top_topology, la, LPFC_TOPOLOGY_PT_PT); in lpfc_sli4_async_link_evt() 3991 bf_set(lpfc_mbx_read_top_alpa_granted, la, 0); in lpfc_sli4_async_link_evt() 3992 bf_set(lpfc_mbx_read_top_il, la, 0); in lpfc_sli4_async_link_evt() 3993 bf_set(lpfc_mbx_read_top_pb, la, 0); in lpfc_sli4_async_link_evt() 3994 bf_set(lpfc_mbx_read_top_fa, la, 0); in lpfc_sli4_async_link_evt() [all …]
|
| /linux-4.4.14/net/sched/ |
| D | sch_netem.c | 778 const struct nlattr *la; in get_loss_clg() local 781 nla_for_each_nested(la, attr, rem) { in get_loss_clg() 782 u16 type = nla_type(la); in get_loss_clg() 786 const struct tc_netem_gimodel *gi = nla_data(la); in get_loss_clg() 788 if (nla_len(la) < sizeof(struct tc_netem_gimodel)) { in get_loss_clg() 805 const struct tc_netem_gemodel *ge = nla_data(la); in get_loss_clg() 807 if (nla_len(la) < sizeof(struct tc_netem_gemodel)) { in get_loss_clg()
|
| /linux-4.4.14/include/soc/tegra/ |
| D | mc.h | 45 struct tegra_mc_la la; member
|
| /linux-4.4.14/arch/alpha/include/asm/ |
| D | machvec.h | 84 void (*machine_check)(unsigned long vector, unsigned long la);
|
| /linux-4.4.14/sound/pci/ctxfi/ |
| D | cthw20k2.c | 95 u16 la:1; member 109 unsigned int la; member 321 static int src_set_la(void *blk, unsigned int la) in src_set_la() argument 325 set_field(&ctl->la, SRCLA_LA, la); in src_set_la() 326 ctl->dirty.bf.la = 1; in src_set_la() 402 if (ctl->dirty.bf.la) { in src_commit_write() 403 hw_write_20kx(hw, SRC_LA+idx*0x100, ctl->la); in src_commit_write() 404 ctl->dirty.bf.la = 0; in src_commit_write()
|
| D | cthw20k1.c | 95 u16 la:1; member 109 unsigned int la; member 321 static int src_set_la(void *blk, unsigned int la) in src_set_la() argument 325 set_field(&ctl->la, SRCLA_LA, la); in src_set_la() 326 ctl->dirty.bf.la = 1; in src_set_la() 402 if (ctl->dirty.bf.la) { in src_commit_write() 403 hw_write_20kx(hw, SRCLA+idx*0x100, ctl->la); in src_commit_write() 404 ctl->dirty.bf.la = 0; in src_commit_write()
|
| D | ctsrc.h | 69 int (*set_la)(struct src *src, unsigned int la);
|
| D | cthardware.h | 106 int (*src_set_la)(void *blk, unsigned int la);
|
| D | ctsrc.c | 148 static int src_set_la(struct src *src, unsigned int la) in src_set_la() argument 153 hw->src_set_la(src->rsc.ctrl_blk, la); in src_set_la()
|
| /linux-4.4.14/arch/alpha/kernel/ |
| D | sys_jensen.c | 211 jensen_machine_check(unsigned long vector, unsigned long la) in jensen_machine_check() argument
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | kvm_host.h | 1144 static inline u64 get_canonical(u64 la) in get_canonical() argument 1146 return ((int64_t)la << 16) >> 16; in get_canonical() 1149 static inline bool is_noncanonical_address(u64 la) in is_noncanonical_address() argument 1152 return get_canonical(la) != la; in is_noncanonical_address()
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | pal.h | 1110 u64 *la) in ia64_pal_get_hw_policy() argument 1118 if (la) in ia64_pal_get_hw_policy() 1119 *la = iprv.v2; in ia64_pal_get_hw_policy() 1758 u64 la :16, /* Logical address */ member 1777 #define log2_la ppli2.ppli2_bits.la
|
| /linux-4.4.14/arch/parisc/kernel/ |
| D | pacache.S | 334 .macro tlb_lock la,flags,tmp 337 ldo R%pa_tlb_lock(%r1),\la 339 1: LDCW 0(\la),\tmp 341 2: ldw 0(\la),\tmp 349 .macro tlb_unlock la,flags,tmp 352 stw \tmp,0(\la)
|
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_dir2_block.c | 889 const xfs_dir2_leaf_entry_t *la; /* first leaf entry */ in xfs_dir2_block_sort() local 892 la = a; in xfs_dir2_block_sort() 894 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : in xfs_dir2_block_sort() 895 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); in xfs_dir2_block_sort()
|
| /linux-4.4.14/arch/score/include/asm/ |
| D | asmmacro.h | 15 la r31, kernelsp
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | head_44x.S | 127 la r3,kernstart_addr@l(r3) 170 la r3,virt_phys_offset@l(r3) 185 la r3,kernstart_addr@l(r3)
|
| D | head_fsl_booke.S | 263 la r3,kernstart_addr@l(r3)
|
| /linux-4.4.14/tools/perf/util/ |
| D | parse-options.c | 665 const char *la = a->long_name ?: "", in option__cmp() local 667 ret = strcmp(la, lb); in option__cmp()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_cs.c | 381 struct radeon_bo_list *la = list_entry(a, struct radeon_bo_list, tv.head); in cmp_size_smaller_first() local 385 return (int)la->robj->tbo.num_pages - (int)lb->robj->tbo.num_pages; in cmp_size_smaller_first()
|
| /linux-4.4.14/lib/ |
| D | bch.c | 715 int la, p, m; in gf_poly_mod() local 730 la = a_log(bch, c[j]); in gf_poly_mod() 736 m+la)]; in gf_poly_mod()
|
| /linux-4.4.14/Documentation/target/ |
| D | tcm_mod_builder.txt | 70 target:/mnt/sdb/lio-core-2.6.git# ls -la drivers/target/tcm_nab5000/
|
| /linux-4.4.14/Documentation/networking/caif/ |
| D | Linux-CAIF.txt | 65 - Layered architecture (a la Streams), each layer in the CAIF
|
| /linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
| D | ldlm_request.c | 1152 unsigned long la; in ldlm_cancel_lrur_policy() local 1161 la = cfs_duration_sec(cfs_time_sub(cur, in ldlm_cancel_lrur_policy() 1163 lv = lvf * la * unused; in ldlm_cancel_lrur_policy()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_cs.c | 458 struct amdgpu_bo_list_entry *la = list_entry(a, struct amdgpu_bo_list_entry, tv.head); in cmp_size_smaller_first() local 462 return (int)la->robj->tbo.num_pages - (int)lb->robj->tbo.num_pages; in cmp_size_smaller_first()
|
| /linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
| D | cm.c | 647 struct sockaddr_in *la = (struct sockaddr_in *) in send_connect() local 768 req->local_port = la->sin_port; in send_connect() 770 req->local_ip = la->sin_addr.s_addr; in send_connect() 2106 struct sockaddr_in *la; in act_open_rpl() local 2112 la = (struct sockaddr_in *)&ep->com.mapped_local_addr; in act_open_rpl() 2176 &la->sin_addr.s_addr, ntohs(la->sin_port), in act_open_rpl()
|
| /linux-4.4.14/arch/x86/kvm/ |
| D | emulate.c | 648 ulong la; in __linearize() local 652 la = seg_base(ctxt, addr.seg) + addr.ea; in __linearize() 656 *linear = la; in __linearize() 657 if (is_noncanonical_address(la)) in __linearize() 660 *max_size = min_t(u64, ~0u, (1ull << 48) - la); in __linearize() 665 *linear = la = (u32)la; in __linearize() 695 if (insn_aligned(ctxt, size) && ((la & (size - 1)) != 0)) in __linearize()
|
| /linux-4.4.14/Documentation/input/ |
| D | input.txt | 176 a PS/2-style (a la /dev/psaux) mouse device available to the
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.1992-1997 | 1696 correct. Same bugfix as was in sd.c. Increase read-ahead a la 1904 * sr.c: Fix race condition, a la sd.c. Increase the number of retries
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | coda.txt | 264 33.. TThhee mmeessssaaggee llaayyeerr
|
| /linux-4.4.14/ |
| D | CREDITS | 936 S: Rue de la Chapelle 51
|