Home
last modified time | relevance | path

Searched refs:PG_dcache_cpu_mask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c217 #define PG_dcache_cpu_mask \ macro
221 (((page)->flags >> PG_dcache_cpu_shift) & PG_dcache_cpu_mask)
228 non_cpu_bits = ~(PG_dcache_cpu_mask << PG_dcache_cpu_shift); in set_dcache_dirty()
263 "i" (PG_dcache_cpu_mask), in clear_dcache_dirty_cpu()
291 PG_dcache_cpu_mask); in flush_dcache()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c223 #define PG_dcache_cpu_mask \ macro
227 (((folio)->flags >> PG_dcache_cpu_shift) & PG_dcache_cpu_mask)
234 non_cpu_bits = ~(PG_dcache_cpu_mask << PG_dcache_cpu_shift); in set_dcache_dirty()
269 "i" (PG_dcache_cpu_mask), in clear_dcache_dirty_cpu()
298 PG_dcache_cpu_mask); in flush_dcache()

Completed in 8 milliseconds