Home
last modified time | relevance | path

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

/linux-5.19.10/arch/hexagon/mm/
Dcache.c13 (((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()
/linux-5.19.10/arch/hexagon/include/asm/
Dcacheflush.h25 #define LINESIZE 32 macro
/linux-5.19.10/fs/unicode/
Dmkutf8data.c54 #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 …]