Home
last modified time | relevance | path

Searched refs:CL_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/resctrl/
H A Dfill_buf.c21 #define CL_SIZE (64) macro
46 buf_size = buf_size / CL_SIZE; /* mem size in cache lines */ in mem_flush()
49 cl_flush(&cp[i * CL_SIZE]); in mem_flush()
67 unsigned int size = buf_size / (CL_SIZE / 2); in fill_one_span_read()
81 sum += buf[idx * (CL_SIZE / 2)]; in fill_one_span_read()
99 p += (CL_SIZE / 2); in fill_one_span_write()
143 p64 += (CL_SIZE / sizeof(uint64_t)); in alloc_buffer()
144 s64 -= (CL_SIZE / sizeof(uint64_t)); in alloc_buffer()
/linux/arch/m68k/kernel/
H A Dsetup_mm.c85 static char m68k_command_line[CL_SIZE] __initdata;
246 strncpy(m68k_command_line, CONFIG_BOOTPARAM_STRING, CL_SIZE); in setup_arch()
247 m68k_command_line[CL_SIZE - 1] = 0; in setup_arch()
249 process_uboot_commandline(&m68k_command_line[0], CL_SIZE); in setup_arch()
251 memcpy(boot_command_line, *cmdline_p, CL_SIZE); in setup_arch()
/linux/arch/m68k/include/asm/
H A Dsetup.h29 #define CL_SIZE COMMAND_LINE_SIZE macro