Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/mm/
Dinit_64.c215 #define PG_dcache_cpu_shift 32UL macro
220 (((page)->flags >> PG_dcache_cpu_shift) & PG_dcache_cpu_mask)
227 non_cpu_bits = ~(PG_dcache_cpu_mask << PG_dcache_cpu_shift); in set_dcache_dirty()
228 mask = (mask << PG_dcache_cpu_shift) | (1UL << PG_dcache_dirty); in set_dcache_dirty()
263 "i" (PG_dcache_cpu_shift) in clear_dcache_dirty_cpu()
289 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()