Home
last modified time | relevance | path

Searched refs:LINE_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Drename-line-binary.patch26 -LINE_SIZE=`../bin/$OS/line -M ${MB}M`
27 +LINE_SIZE=`../bin/$OS/lm_line -M ${MB}M`
28 export LINE_SIZE
29 echo "OK, it looks like your cache line is $LINE_SIZE bytes."
H A Dupdate-results-script.patch76 -LINE_SIZE=`../bin/$OS/lm_line -M ${MB}M`
78 +LINE_SIZE=`lm_line -M ${MB}M`
79 export LINE_SIZE
80 echo "OK, it looks like your cache line is $LINE_SIZE bytes."
/openbmc/linux/arch/ia64/lib/
H A Dmemset.S54 #define LINE_SIZE 128 macro
107 mov tmp = LINE_SIZE+1 // for compare
132 and tmp = -(LINE_SIZE), cnt // compute end of range
134 and cnt = (LINE_SIZE-1), cnt // remainder
202 and tmp = -(LINE_SIZE), cnt // compute end of range
204 and cnt = (LINE_SIZE-1), cnt // remainder
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c11 #define LINE_SIZE 80 macro
100 char line[LINE_SIZE]; in mtrr_write()
104 memset(line, 0, LINE_SIZE); in mtrr_write()
106 len = min_t(size_t, len, LINE_SIZE - 1); in mtrr_write()
/openbmc/linux/scripts/
H A Dinsert-sys-cert.c91 #define LINE_SIZE 100 macro
96 char l[LINE_SIZE]; in get_symbol_from_map()
106 while (fgets(l, LINE_SIZE, f)) { in get_symbol_from_map()
/openbmc/linux/usr/
H A Dgen_init_cpio.c570 #define LINE_SIZE (2 * PATH_MAX + 50) macro
575 char line[LINE_SIZE]; in main()
632 while (fgets(line, LINE_SIZE, cpio_list)) { in main()
/openbmc/qemu/hw/display/
H A Dartist.c133 LINE_SIZE = 0x100e04, enumerator
194 REG_NAME(LINE_SIZE); in artist_reg_name()
996 case LINE_SIZE: in artist_reg_write()