Home
last modified time | relevance | path

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

/arch/ia64/lib/
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
/arch/x86/kernel/cpu/mtrr/
Dif.c11 #define LINE_SIZE 80 macro
100 char line[LINE_SIZE]; in mtrr_write()
107 memset(line, 0, LINE_SIZE); in mtrr_write()
109 len = min_t(size_t, len, LINE_SIZE - 1); in mtrr_write()