Home
last modified time | relevance | path

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

/xen/xen/arch/x86/mm/shadow/
A Dprivate.h296 if ( !(pg->count_info & PGC_page_table) ) in sh_page_has_multiple_shadows()
308 return (p->count_info & PGC_page_table) in page_is_out_of_sync()
319 return (p->count_info & PGC_page_table) in page_oos_may_write()
488 && (page->count_info & PGC_page_table) ) in sh_mfn_is_a_page_table()
A Dcommon.c187 if ( !(pg->count_info & PGC_page_table) ) in sh_oos_audit()
779 if ( !(page->count_info & PGC_page_table) ) in sh_validate_guest_entry()
2236 if ( (pg->count_info & PGC_page_table) == 0 ) in sh_remove_shadows()
2251 if( !(pg->count_info & PGC_page_table) \ in sh_remove_shadows()
2267 && (pg->count_info & PGC_page_table) \ in sh_remove_shadows()
2286 if ( !fast && all && (pg->count_info & PGC_page_table) ) in sh_remove_shadows()
2303 if ( !(page->count_info & PGC_page_table) ) in shadow_prepare_page_type_change()
/xen/xen/include/asm-x86/
A Dmm.h66 #define PGC_page_table PG_mask(1, 3) macro
/xen/xen/arch/x86/
A Dtboot.c194 if ( page->count_info & PGC_page_table ) in update_pagetable_mac()
A Dmm.c579 if ( !(page->count_info & PGC_page_table) || in set_tlbflush_timestamp()
/xen/xen/arch/x86/mm/
A Dp2m-pod.c754 (page->count_info & PGC_page_table) || in p2m_pod_zero_check_superpage()
895 !(pg->count_info & PGC_page_table) && in p2m_pod_zero_check()

Completed in 24 milliseconds