Searched refs:LINESIZE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/hexagon/mm/ |
H A D | cache.c | 13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1) 20 start &= ~(LINESIZE - 1); in flush_dcache_range() 30 start += LINESIZE; in flush_dcache_range() 40 start &= ~(LINESIZE - 1); in flush_icache_range() 51 start += LINESIZE; in flush_icache_range() 65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range() 75 start += LINESIZE; in hexagon_clean_dcache_range() 85 start &= ~(LINESIZE - 1); in hexagon_inv_dcache_range() 95 start += LINESIZE; in hexagon_inv_dcache_range()
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | cacheflush.h | 25 #define LINESIZE 32 macro
|
/openbmc/linux/fs/unicode/ |
H A D | mkutf8data.c | 54 #define LINESIZE 1024 macro 55 char line[LINESIZE]; 56 char buf0[LINESIZE]; 57 char buf1[LINESIZE]; 58 char buf2[LINESIZE]; 59 char buf3[LINESIZE]; 1953 while (fgets(line, LINESIZE, file)) { in age_init() 1991 while (fgets(line, LINESIZE, file)) { in age_init() 2070 while (fgets(line, LINESIZE, file)) { in ccc_init() 2135 while (fgets(line, LINESIZE, file)) { in nfdi_init() [all …]
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 1988 FIELD(CCSIDR_EL1, LINESIZE, 0, 3)
|