Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dmm.h68 #define PGC_cacheattr_base PG_shift(6) macro
/xen/xen/arch/x86/
A Dmm.c1011 ((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