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

/linux-4.1.27/arch/sparc/mm/
H A 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); set_dcache_dirty()
228 mask = (mask << PG_dcache_cpu_shift) | (1UL << PG_dcache_dirty); set_dcache_dirty()
263 "i" (PG_dcache_cpu_shift) clear_dcache_dirty_cpu()
289 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & flush_dcache()

Completed in 111 milliseconds