Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/mm/
Dinit_64.c217 #define PG_dcache_cpu_shift 32UL macro
222 (((page)->flags >> PG_dcache_cpu_shift) & PG_dcache_cpu_mask)
229 non_cpu_bits = ~(PG_dcache_cpu_mask << PG_dcache_cpu_shift); in set_dcache_dirty()
230 mask = (mask << PG_dcache_cpu_shift) | (1UL << PG_dcache_dirty); in set_dcache_dirty()
265 "i" (PG_dcache_cpu_shift) in clear_dcache_dirty_cpu()
291 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()