Searched refs:PGC_cacheattr_base (Results 1 – 2 of 2) sorted by relevance
68 #define PGC_cacheattr_base PG_shift(6) macro
1011 ((page->count_info & PGC_cacheattr_mask) >> PGC_cacheattr_base) ) in get_page_from_l1e()1029 nx = (x & ~PGC_cacheattr_mask) | (cacheattr << PGC_cacheattr_base); in get_page_from_l1e()2457 (page->count_info & PGC_cacheattr_mask) >> PGC_cacheattr_base; in cleanup_page_mappings()
Completed in 12 milliseconds