Home
last modified time | relevance | path

Searched refs:lx (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/Documentation/frv/
Dgdbinit7 printf "amr0 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x0].L,__debug_mmu.damr[0x0].P…
8 printf "amr1 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x1].L,__debug_mmu.damr[0x1].P…
9 printf "amr2 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x2].L,__debug_mmu.damr[0x2].P…
10 printf "amr3 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x3].L,__debug_mmu.damr[0x3].P…
11 printf "amr4 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x4].L,__debug_mmu.damr[0x4].P…
12 printf "amr5 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x5].L,__debug_mmu.damr[0x5].P…
13 printf "amr6 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x6].L,__debug_mmu.damr[0x6].P…
14 printf "amr7 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P…
16 printf "amr8 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x8].L,__debug_mmu.damr[0x8].P
17 printf "amr9 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x9].L,__debug_mmu.damr[0x9].P
[all …]
/linux-4.4.14/lib/
Dhexdump.c114 int j, lx = 0; in hex_dump_to_buffer() local
141 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
144 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
146 lx += ret; in hex_dump_to_buffer()
152 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
155 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
157 lx += ret; in hex_dump_to_buffer()
163 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
166 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
168 lx += ret; in hex_dump_to_buffer()
[all …]
/linux-4.4.14/arch/m32r/platforms/opsput/
Ddot.gdbinit157 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
173 printf " R0[%08lx] R1[%08lx] R2[%08lx] R3[%08lx]\n",$r0,$r1,$r2,$r3
174 printf " R4[%08lx] R5[%08lx] R6[%08lx] R7[%08lx]\n",$r4,$r5,$r6,$r7
175 printf " R8[%08lx] R9[%08lx] R10[%08lx] R11[%08lx]\n",$r8,$r9,$r10,$r11
176 printf "R12[%08lx] FP[%08lx] LR[%08lx] SP[%08lx]\n",$r12,$fp,$lr,$sp
177 printf "PSW[%08lx] CBR[%08lx] SPI[%08lx] SPU[%08lx]\n",$psw,$cbr,$spi,$spu
178 printf "BPC[%08lx] PC[%08lx] ACCL[%08lx] ACCH[%08lx]\n",$bpc,$pc,$accl,$acch
179 printf "EVB[%08lx]\n",$evb
/linux-4.4.14/arch/mips/kernel/
Drtlx.c243 struct rtlx_channel *lx; in rtlx_read() local
249 lx = &rtlx->channel[index]; in rtlx_read()
253 lx_write = lx->lx_write; in rtlx_read()
257 (size_t)(lx_write + lx->buffer_size - lx->lx_read) in rtlx_read()
258 % lx->buffer_size); in rtlx_read()
261 fl = min(count, (size_t)lx->buffer_size - lx->lx_read); in rtlx_read()
263 failed = copy_to_user(buff, lx->lx_buffer + lx->lx_read, fl); in rtlx_read()
269 failed = copy_to_user(buff + fl, lx->lx_buffer, count - fl); in rtlx_read()
275 lx->lx_read = (lx->lx_read + count) % lx->buffer_size; in rtlx_read()
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt395 printf("Please remove semaphore with key=0x%lx, then run the tool.\n",
400 vbprintf("semid[%d]=0x%lx, key[%d]=%lx\n",cpu,(u64)semid[cpu],cpu,
446 sprintf(buf, "%lx", *data);
448 sprintf(buf, "%lx,%lx,%lx", data[0], data[1], data[2]);
521 printf("err_type_info=%lx\n", err_type_info);
528 printf("err_struct_info=%lx\n", err_struct_info);
535 printf("err_data_buffer=%lx\n", err_data_buffer);
549 printf("capabilities=%lx\n", capabilities);
556 printf("resources=%lx\n", resources);
623 printf("capabilities 0x%lx\n", capabilities);
[all …]
/linux-4.4.14/Documentation/
Dgdb-kernel-debugging.txt64 (gdb) lx-symbols
95 (gdb) lx-dmesg
149 (gdb) apropos lx
155 lx-dmesg -- Print Linux kernel log buffer
156 lx-lsmod -- List currently loaded modules
157 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
Dprintk-formats.txt5 long %ld or %lx
6 unsigned long %lu or %lx
/linux-4.4.14/Documentation/trace/
Devents-kmem.txt17 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
18 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
19 kfree call_site=%lx ptr=%p
30 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
31 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
32 kmem_cache_free call_site=%lx ptr=%p
Dkprobetrace.txt133 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
Duprobetracer.txt133 print fmt: "(%lx) arg1=%lx arg2=%lx", REC->__probe_ip, REC->arg1, REC->arg2
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dmoxart.txt12 compatible = "moxa,moxart-uc-7112-lx", "moxa,moxart"
/linux-4.4.14/arch/m32r/platforms/mappi3/
Ddot.gdbinit86 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
/linux-4.4.14/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec297 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_400MHz_32MB93 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
Ddot.gdbinit_200MHz_16MB93 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
Ddot.gdbinit_300MHz_32MB93 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit129 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
Ddot.gdbinit.nommu129 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
Ddot.gdbinit.smp196 printf " [%2d] 0x%08lx : 0x%08lx - 0x%08lx\n", $i, $addr, $tlb_tag, $tlb_data
/linux-4.4.14/drivers/hid/
Dhid-wiimote-modules.c1053 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
1099 lx = ext[0] & 0x3e; in wiimod_classic_in_ext()
1102 lx = ext[0] & 0x3f; in wiimod_classic_in_ext()
1120 input_report_abs(wdata->extension.input, ABS_HAT1X, lx - 0x20); in wiimod_classic_in_ext()
1613 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local
1656 lx = (ext[0] & 0xff) | ((ext[1] & 0x0f) << 8); in wiimod_pro_in_ext()
1662 lx -= 0x800; in wiimod_pro_in_ext()
1674 if (abs(lx) < 500) in wiimod_pro_in_ext()
1675 wdata->state.calib_pro_sticks[0] = -lx; in wiimod_pro_in_ext()
1685 lx += wdata->state.calib_pro_sticks[0]; in wiimod_pro_in_ext()
[all …]
/linux-4.4.14/lib/zlib_deflate/
Ddeftree.c1026 unsigned lx = 0; /* running index in l_buf */ local
1031 dist = s->d_buf[lx];
1032 lc = s->l_buf[lx++];
1058 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
1060 } while (lx < s->last_lit);
/linux-4.4.14/arch/arm/boot/dts/
Dmoxart-uc7112lx.dts13 compatible = "moxa,moxart-uc-7112-lx", "moxa,moxart";
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Das3711.txt31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
/linux-4.4.14/Documentation/x86/
Dmtrr.txt213 fprintf (stderr, "Register: %u base: 0x%lx size: 0x%lx type: %s\n",
/linux-4.4.14/Documentation/kdump/
Dgdbmacros.txt171 printf "Trapno %ld, cr2 0x%lx, error_code %ld\n", $pid_task.thread.trap_no, \
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4203 int lx = 0, ly = 0, lhave = 0; in ar9003_hw_power_interpolate() local
4226 if (!lhave || dx < (x - lx)) { in ar9003_hw_power_interpolate()
4228 lx = px[ip]; in ar9003_hw_power_interpolate()
4240 if (hx == lx) in ar9003_hw_power_interpolate()
4243 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate()