/arch/sparc/include/asm/ |
D | xor_32.h | 26 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local 57 } while (--lines > 0); in sparc_2() 64 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local 108 } while (--lines > 0); in sparc_3() 115 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local 172 } while (--lines > 0); in sparc_4() 179 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local 249 } while (--lines > 0); in sparc_5()
|
/arch/hexagon/mm/ |
D | cache.c | 30 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local 37 for (i = 0; i < lines; i++) { in flush_dcache_range() 50 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local 57 for (i = 0; i < lines; i++) { in flush_icache_range() 74 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local 81 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range() 94 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local 101 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
|
/arch/um/drivers/ |
D | line.h | 62 extern int line_open(struct line *lines, struct tty_struct *tty); 84 struct line *lines, int nlines); 85 extern int setup_one_line(struct line *lines, int n, char *init, 87 extern void close_lines(struct line *lines, int nlines); 89 extern int line_config(struct line *lines, unsigned int sizeof_lines, 93 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n, 95 extern int line_get_config(char *dev, struct line *lines,
|
D | line.c | 397 int line_open(struct line *lines, struct tty_struct *tty) in line_open() argument 399 struct line *line = &lines[tty->index]; in line_open() 464 void close_lines(struct line *lines, int nlines) in close_lines() argument 469 close_chan(&lines[i]); in close_lines() 472 int setup_one_line(struct line *lines, int n, char *init, in setup_one_line() argument 475 struct line *line = &lines[n]; in setup_one_line() 566 int line_config(struct line *lines, unsigned int num, char *str, in line_config() argument 587 return setup_one_line(lines, n, end, opts, error_out); in line_config() 590 int line_get_config(char *name, struct line *lines, unsigned int num, char *str, in line_get_config() argument 608 line = &lines[dev]; in line_get_config() [all …]
|
/arch/arm/include/asm/ |
D | xor.h | 49 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local 63 } while (--lines); in xor_arm4regs_2() 70 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local 85 } while (--lines); in xor_arm4regs_3() 92 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local 104 } while (--lines); in xor_arm4regs_4() 111 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local 124 } while (--lines); in xor_arm4regs_5()
|
/arch/x86/include/asm/ |
D | xor_32.h | 34 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local 66 : "+r" (lines), in xor_pII_mmx_2() 78 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local 115 : "+r" (lines), in xor_pII_mmx_3() 127 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local 169 : "+r" (lines), in xor_pII_mmx_4() 182 unsigned long lines = bytes >> 7; in xor_pII_mmx_5() local 237 : "+r" (lines), in xor_pII_mmx_5() 261 unsigned long lines = bytes >> 6; in xor_p5_mmx_2() local 297 : "+r" (lines), in xor_p5_mmx_2() [all …]
|
D | xor_64.h | 93 unsigned int lines = bytes >> 8; in xor_sse_2() local 134 : [p1] "+r" (p1), [p2] "+r" (p2), [cnt] "+r" (lines) in xor_sse_2() 145 unsigned int lines = bytes >> 8; in xor_sse_3() local 193 : [cnt] "+r" (lines), in xor_sse_3() 204 unsigned int lines = bytes >> 8; in xor_sse_4() local 259 : [cnt] "+c" (lines), in xor_sse_4() 271 unsigned int lines = bytes >> 8; in xor_sse_5() local 333 : [cnt] "+c" (lines), in xor_sse_5()
|
/arch/x86/boot/compressed/ |
D | misc.c | 128 static int lines, cols; variable 154 memcpy(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll() 155 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll() 192 lines == 0 && cols == 0) in __putstr() 201 if (++y >= lines) { in __putstr() 209 if (++y >= lines) { in __putstr() 348 lines = real_mode->screen_info.orig_video_lines; in decompress_kernel()
|
/arch/sh/lib64/ |
D | copy_page.S | 70 bge/u r2, r6, tr2 ! skip prefetch for last 4 lines 71 ldx.q r2, r22, r63 ! prefetch 4 lines hence 74 bge/u r2, r7, tr3 ! skip alloco for last 2 lines 75 alloco r2, 0x40 ! alloc destination line 2 lines ahead
|
/arch/um/ |
D | Kconfig.char | 17 lines on the UML that are usually made to show up on the host as 29 lines to a device similar to /dev/null. Data written to it disappears 36 lines to host portals. They may be accessed with 'telnet <host> 37 <port number>'. Any number of consoles and serial lines may be 46 lines to host pseudo-terminals. Access to both traditional 56 lines to host terminals. Access to both virtual consoles 65 lines to xterms. Each UML device so assigned will be brought up in 99 This is the string describing the channel to which the serial lines
|
/arch/powerpc/include/asm/ |
D | page_64.h | 47 unsigned long lines, line_size; in clear_page() local 50 lines = ppc64_caches.dlines_per_page; in clear_page() 58 : "r" (lines), "0" (addr), "r" (line_size) in clear_page()
|
D | opal.h | 521 int64_t opal_write_oppanel(oppanel_line_t *lines, uint64_t num_lines);
|
/arch/mn10300/boot/compressed/ |
D | misc.c | 168 static int lines, cols; variable 177 memcpy(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll() 178 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll()
|
/arch/x86/boot/ |
D | video-vga.c | 159 static void vga_set_vertical_end(int lines) in vga_set_vertical_end() argument 163 int end = lines-1; in vga_set_vertical_end()
|
/arch/frv/mm/ |
D | tlb-flush.S | 61 # find out how many lines there are 102 # find out how many lines there are
|
/arch/m68k/fpsp040/ |
D | x_unimp.S | 55 | The following lines are used to ensure that the FPSR
|
/arch/avr32/boards/atstk1000/ |
D | Kconfig | 75 GPIO lines and accessed through the J1 jumper block. Say "y"
|
/arch/mips/cavium-octeon/ |
D | Kconfig | 34 int "Number of L1 cache lines reserved for CVMSEG memory"
|
/arch/arm/mach-pxa/ |
D | sleep.S | 162 @ force address lines low by reading at physical address 0
|
/arch/arm/mm/ |
D | cache-v7.S | 66 and r2, r1, #7 @ extract the length of the cache lines
|
/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 359 * lines connected to a xps_intc controller. 392 * and for that reason the lines have been
|
/arch/m68k/q40/ |
D | README | 117 displays current state of the various IRQ lines.
|
/arch/cris/arch-v10/drivers/ |
D | Kconfig | 592 (just like the SCL and SDA lines).
|
/arch/arm/boot/compressed/ |
D | head.S | 1069 and r2, r1, #7 @ extract the length of the cache lines
|
/arch/arm/ |
D | Kconfig | 1297 bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines" 1306 is not correctly implemented in PL310 as clean lines are not
|