Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/mm/
Dinit_64.c216 #define PG_dcache_cpu_shift 32UL 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()
229 mask = (mask << PG_dcache_cpu_shift) | (1UL << PG_dcache_dirty); in set_dcache_dirty()
264 "i" (PG_dcache_cpu_shift) in clear_dcache_dirty_cpu()
290 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()