/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memset.S | 42 * 64-byte cache line to zero which will also clear the 43 * other seven long words of the cache line. 50 * word of each cache line ST_CHUNK lines in advance while 52 * cache line until fewer than ST_CHUNK*64 bytes remain. 54 * line that has already had its first long word set. 62 * Doing the advance store of the first element of the cache line 63 * initiates the displacement of a cache line while only using a single 76 * ASI_STBI_P marks the cache line as "least recently used" 80 * Thus, we use ASI_STBIMRU_P which marks the cache line as 81 * "most recently used" for all but the last store to the cache line [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | c101.c | 52 static char *hw; /* pointer to hw=xxx command line string */ 226 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; in c101_ioctl() local 250 if (copy_to_user(line, &port->settings, size)) in c101_ioctl() 258 if (copy_from_user(&new_line, line, size)) in c101_ioctl()
|
H A D | pci200syn.c | 186 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; in pci200_ioctl() local 205 if (copy_to_user(line, &port->settings, size)) in pci200_ioctl() 214 if (copy_from_user(&new_line, line, size)) in pci200_ioctl()
|
H A D | n2.c | 56 static char *hw; /* pointer to hw=xxx command line string */ 250 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; in n2_ioctl() local 269 if (copy_to_user(line, &port->settings, size)) in n2_ioctl() 277 if (copy_from_user(&new_line, line, size)) in n2_ioctl()
|
H A D | pc300too.c | 195 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; in pc300_ioctl() local 214 if (copy_to_user(line, &port->settings, size)) in pc300_ioctl() 240 if (copy_from_user(&new_line, line, size)) in pc300_ioctl()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 175 struct uart_8250_port *up = serial8250_get_port(lpss->data.line); in ehl_serial_exit() 355 lpss->data.line = ret; in lpss8250_probe() 370 serial8250_unregister_port(lpss->data.line); in lpss8250_remove()
|
H A D | 8250_mid.c | 43 int line; member 339 mid->line = ret; in mid8250_probe() 353 serial8250_unregister_port(mid->line); in mid8250_remove()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 213 /* bit 11-10 are line status */ 522 char line[52], *p; 530 p = line; 538 printk(KERN_DEBUG "%6x: %s\n", start, line);
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 242 int line, c = get_next_char(); in perf_parse_file() local 285 * so saving the current line number for error reporting. in perf_parse_file() 287 line = config_linenr; in perf_parse_file() 289 config_linenr = line; in perf_parse_file() 293 pr_err("bad config file line %d in %s\n", config_linenr, config_file_name); in perf_parse_file()
|
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 9 - If user has not specified a trace file as input via command line parameters, 97 print(' Off-line CPUs cause the script to list some warnings, and create some empty files. Use the CPU mask feature for a clean run.') 299 # The following line is for rigor only. It seems to be assumed for .csv files 321 g_plot('set style line 1 linetype 1 linecolor rgb "green" pointtype -1') 322 g_plot('set style line 2 linetype 1 linecolor rgb "red" pointtype -1') 323 g_plot('set style line 3 linetype 1 linecolor rgb "purple" pointtype -1') 324 g_plot('set style line 4 linetype 1 linecolor rgb "blue" pointtype -1') 436 for line in data.splitlines(): 439 , line) 460 search_obj = re.search(r'.*?io_boost=(\d+)', line) [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_blit.c | 266 rect->y1 = min_t(int, rect->y1, diff->line); in vmw_adjust_rect() 267 rect->y2 = max_t(int, rect->y2, diff->line + 1); in vmw_adjust_rect() 278 * In order to correctly track the modified content, the field @diff->line must 279 * be pre-loaded with the current line number, the field @diff->line_offset must 280 * be pre-loaded with the line offset in bytes where the copy starts, and 296 /* TODO: Possibly use a single vmw_find_first_diff per line? */ in vmw_diff_memcpy() 350 * vmw_bo_cpu_blit_line - Blit part of a line from one bo to another. 355 * @bytes_to_copy: Number of bytes to copy in this line. 492 diff->line = j + initial_line; in vmw_bo_cpu_blit()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | acutils.h | 665 u32 component, const char *module, u32 line); 669 const char *module, u32 line); 673 u32 component, const char *module, u32 line);
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 186 struct uart_8250_port *up = serial8250_get_port(lpss->data.line); in ehl_serial_exit() 366 lpss->data.line = ret; in lpss8250_probe() 381 serial8250_unregister_port(lpss->data.line); in lpss8250_remove()
|
H A D | 8250_mid.c | 43 int line; member 336 mid->line = ret; in mid8250_probe() 350 serial8250_unregister_port(mid->line); in mid8250_remove()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 213 /* bit 11-10 are line status */ 522 char line[52], *p; 530 p = line; 538 printk(KERN_DEBUG "%6x: %s\n", start, line);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_hw.c | 405 enum gpio_ddc_line line = dal_ddc_get_line(ddc); in acquire_i2c_hw_engine() local 407 if (line < pool->res_cap->num_ddc) in acquire_i2c_hw_engine() 408 dce_i2c_hw = pool->hw_i2cs[line]; in acquire_i2c_hw_engine()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | c101.c | 51 static char *hw; /* pointer to hw=xxx command line string */ 235 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in c101_ioctl() local 245 if (copy_to_user(line, &port->settings, size)) in c101_ioctl() 253 if (copy_from_user(&new_line, line, size)) in c101_ioctl()
|
H A D | n2.c | 55 static char *hw; /* pointer to hw=xxx command line string */ 246 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in n2_ioctl() local 256 if (copy_to_user(line, &port->settings, size)) in n2_ioctl() 264 if (copy_from_user(&new_line, line, size)) in n2_ioctl()
|
H A D | pc300too.c | 193 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in pc300_ioctl() local 203 if (copy_to_user(line, &port->settings, size)) in pc300_ioctl() 228 if (copy_from_user(&new_line, line, size)) in pc300_ioctl()
|
H A D | pci200syn.c | 186 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in pci200_ioctl() local 196 if (copy_to_user(line, &port->settings, size)) in pci200_ioctl() 205 if (copy_from_user(&new_line, line, size)) in pci200_ioctl()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | traps.c | 588 u8 line[STACK_DUMP_LINE_SIZE]; in show_stack_fragment_cb() local 596 __memcpy(line, sf->sp + sf->off, line_len); in show_stack_fragment_cb() 599 line, line_len, false); in show_stack_fragment_cb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_blit.c | 266 rect->y1 = min_t(int, rect->y1, diff->line); in vmw_adjust_rect() 267 rect->y2 = max_t(int, rect->y2, diff->line + 1); in vmw_adjust_rect() 278 * In order to correctly track the modified content, the field @diff->line must 279 * be pre-loaded with the current line number, the field @diff->line_offset must 280 * be pre-loaded with the line offset in bytes where the copy starts, and 296 /* TODO: Possibly use a single vmw_find_first_diff per line? */ in vmw_diff_memcpy() 350 * vmw_bo_cpu_blit_line - Blit part of a line from one bo to another. 355 * @bytes_to_copy: Number of bytes to copy in this line. 493 diff->line = j + initial_line; in vmw_bo_cpu_blit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mremap_test.c | 127 char *line = NULL; in is_range_mapped() local 133 while (getline(&line, &len, maps_fp) != -1) { in is_range_mapped() 134 char *first = strtok(line, "- "); in is_range_mapped()
|
/kernel/linux/linux-6.6/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 9 - If user has not specified a trace file as input via command line parameters, 97 print(' Off-line CPUs cause the script to list some warnings, and create some empty files. Use the CPU mask feature for a clean run.') 299 # The following line is for rigor only. It seems to be assumed for .csv files 321 g_plot('set style line 1 linetype 1 linecolor rgb "green" pointtype -1') 322 g_plot('set style line 2 linetype 1 linecolor rgb "red" pointtype -1') 323 g_plot('set style line 3 linetype 1 linecolor rgb "purple" pointtype -1') 324 g_plot('set style line 4 linetype 1 linecolor rgb "blue" pointtype -1') 432 for line in data.splitlines(): 435 , line) 456 search_obj = re.search(r'.*?io_boost=(\d+)', line) [all...] |
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_kernel.py | 43 """An abstraction over command line operations performed on a source tree.""" 135 """An abstraction over command line operations performed on a source tree.""" 361 for line in process.stdout: 362 output.write(line) 363 yield line 364 # This runs even if our caller doesn't consume every line.
|