Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 169) sorted by relevance

1234567

/arch/sparc/include/asm/
A Dxor_32.h19 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local
50 } while (--lines > 0); in sparc_2()
58 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local
102 } while (--lines > 0); in sparc_3()
111 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local
168 } while (--lines > 0); in sparc_4()
178 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local
248 } while (--lines > 0); in sparc_5()
/arch/x86/include/asm/
A Dxor_32.h27 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local
59 : "+r" (lines), in xor_pII_mmx_2()
72 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local
109 : "+r" (lines), in xor_pII_mmx_3()
123 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local
165 : "+r" (lines), in xor_pII_mmx_4()
236 : "+r" (lines), in xor_pII_mmx_5()
297 : "+r" (lines), in xor_p5_mmx_2()
355 : "+r" (lines), in xor_p5_mmx_3()
423 : "+r" (lines), in xor_p5_mmx_4()
[all …]
A Dxor.h63 unsigned long lines = bytes >> 8; in xor_sse_2() local
103 : [cnt] "+r" (lines), in xor_sse_2()
115 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local
138 : [cnt] "+r" (lines), in xor_sse_2_pf64()
151 unsigned long lines = bytes >> 8; in xor_sse_3() local
198 : [cnt] "+r" (lines), in xor_sse_3()
211 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local
236 : [cnt] "+r" (lines), in xor_sse_3_pf64()
250 unsigned long lines = bytes >> 8; in xor_sse_4() local
318 unsigned long lines = bytes >> 8; in xor_sse_4_pf64() local
[all …]
A Dxor_avx.h32 unsigned long lines = bytes >> 9; in xor_avx_2() local
36 while (lines--) { in xor_avx_2()
60 unsigned long lines = bytes >> 9; in xor_avx_3() local
64 while (lines--) { in xor_avx_3()
92 unsigned long lines = bytes >> 9; in xor_avx_4() local
96 while (lines--) { in xor_avx_4()
128 unsigned long lines = bytes >> 9; in xor_avx_5() local
132 while (lines--) { in xor_avx_5()
/arch/hexagon/mm/
A Dcache.c17 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local
24 for (i = 0; i < lines; i++) { in flush_dcache_range()
37 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local
44 for (i = 0; i < lines; i++) { in flush_icache_range()
62 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local
69 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range()
82 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local
89 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
/arch/loongarch/lib/
A Dxor_template.c20 unsigned long lines = bytes / LINE_WIDTH; variable
32 } while (--lines > 0);
40 unsigned long lines = bytes / LINE_WIDTH; variable
54 } while (--lines > 0);
63 unsigned long lines = bytes / LINE_WIDTH; variable
80 } while (--lines > 0);
90 unsigned long lines = bytes / LINE_WIDTH; variable
109 } while (--lines > 0);
/arch/powerpc/lib/
A Dxor_vmx.c58 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2() local
68 } while (--lines > 0); in __xor_altivec_2()
79 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3() local
92 } while (--lines > 0); in __xor_altivec_3()
105 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4() local
121 } while (--lines > 0); in __xor_altivec_4()
136 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5() local
155 } while (--lines > 0); in __xor_altivec_5()
/arch/um/drivers/
A Dline.h81 struct line *lines, int nlines);
82 extern int setup_one_line(struct line *lines, int n, char *init,
84 extern void close_lines(struct line *lines, int nlines);
86 extern int line_config(struct line *lines, unsigned int sizeof_lines,
90 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
92 extern int line_get_config(char *dev, struct line *lines,
A Dline.c358 void close_lines(struct line *lines, int nlines) in close_lines() argument
363 close_chan(&lines[i]); in close_lines()
369 struct line *line = &lines[n]; in setup_one_line()
502 line = &lines[dev]; in line_get_config()
545 struct line *lines, int nlines) in register_lines() argument
565 tty_port_init(&lines[i].port); in register_lines()
566 lines[i].port.ops = &line_port_ops; in register_lines()
567 spin_lock_init(&lines[i].lock); in register_lines()
568 lines[i].driver = line_driver; in register_lines()
569 INIT_LIST_HEAD(&lines[i].chan_list); in register_lines()
[all …]
A DKconfig15 lines on the UML that are usually made to show up on the host as
27 lines to a device similar to /dev/null. Data written to it disappears
34 lines to host portals. They may be accessed with 'telnet <host>
35 <port number>'. Any number of consoles and serial lines may be
44 lines to host pseudo-terminals. Access to both traditional
54 lines to host terminals. Access to both virtual consoles
63 lines to xterms. Each UML device so assigned will be brought up in
104 This is the string describing the channel to which the serial lines
/arch/arm/include/asm/
A Dxor.h50 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local
64 } while (--lines); in xor_arm4regs_2()
72 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local
87 } while (--lines); in xor_arm4regs_3()
96 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local
108 } while (--lines); in xor_arm4regs_4()
118 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local
131 } while (--lines); in xor_arm4regs_5()
/arch/arm64/lib/
A Dxor-neon.c20 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_2() local
37 } while (--lines > 0); in xor_arm64_neon_2()
49 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_3() local
73 } while (--lines > 0); in xor_arm64_neon_3()
87 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_4() local
118 } while (--lines > 0); in xor_arm64_neon_4()
134 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_5() local
172 } while (--lines > 0); in xor_arm64_neon_5()
226 } while (--lines > 0); in xor_arm64_eor3_3()
270 } while (--lines > 0); in xor_arm64_eor3_4()
[all …]
/arch/x86/boot/compressed/
A Dmisc.c60 static int lines __section(".data");
99 memmove(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll()
100 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll()
132 if (lines == 0 || cols == 0) in __putstr()
141 if (++y >= lines) { in __putstr()
149 if (++y >= lines) { in __putstr()
385 lines = cols = 0; in early_sev_detect()
430 lines = boot_params_ptr->screen_info.orig_video_lines; in extract_kernel()
/arch/arm64/boot/dts/amlogic/
A Dmeson-g12b-a311d-khadas-vim3.dts20 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
A Dmeson-g12b-s922x-khadas-vim3.dts20 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
A Dmeson-sm1-khadas-vim3l.dts82 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
84 * The PHY driving these differential lines is shared between
87 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
/arch/riscv/kvm/
A Dvm.c93 int kvm_riscv_setup_default_irq_routing(struct kvm *kvm, u32 lines) in kvm_riscv_setup_default_irq_routing() argument
98 ents = kcalloc(lines, sizeof(*ents), GFP_KERNEL); in kvm_riscv_setup_default_irq_routing()
102 for (i = 0; i < lines; i++) { in kvm_riscv_setup_default_irq_routing()
108 rc = kvm_set_irq_routing(kvm, ents, lines, 0); in kvm_riscv_setup_default_irq_routing()
/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-audio-rt5682.dtsi102 qcom,playback-sd-lines = <1>;
103 qcom,capture-sd-lines = <0>;
108 qcom,playback-sd-lines = <0>;
A Dsc7280-herobrine-audio-rt5682-3mic.dtsi120 qcom,playback-sd-lines = <1>;
121 qcom,capture-sd-lines = <0>;
126 qcom,playback-sd-lines = <0>;
A Dmsm8916-modem-qdsp6.dtsi51 qcom,sd-lines = <0 1>;
55 qcom,sd-lines = <0 1>;
/arch/x86/mm/
A Ddump_pagetables.c36 unsigned long lines; member
329 st->lines = 0; in note_page()
345 st->lines < st->marker->max_lines) { in note_page()
361 st->lines++; in note_page()
370 st->lines > st->marker->max_lines) { in note_page()
372 st->lines - st->marker->max_lines; in note_page()
379 st->lines = 0; in note_page()
/arch/arm64/boot/dts/bitmain/
A Dbm1880-sophon-edge.dts22 * For the lines routed to the external connectors the
23 * lines are named after the 96Boards CE Specification 1.0,
29 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/arch/arm/boot/dts/st/
A Dste-href-tvk1281618-r2.dtsi98 * ST-Micro L3D4200D gyro that is connected to the same lines
119 * ST-Micro L3D4200D gyro that is connected to the same lines
156 * ST-Micro L3D4200D gyro that is connected to the same lines
253 /* Accelerometer interrupt lines 1 & 2 */
262 * These lines are shared between Gyroscope l3g400dh
/arch/arm64/boot/dts/actions/
A Ds900-bubblegum-96.dts78 * For the lines routed to the external connectors the
79 * lines are named after the 96Boards CE Specification 1.0,
86 * UART2. Only exception is the I2C lines for which the schematic
88 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/arch/arm/boot/dts/arm/
A Dversatile-pb.dts9 /* The Versatile PB is using more SIC IRQ lines than the AB */
13 * Valid interrupt lines mask according to

Completed in 39 milliseconds

1234567