Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dprivate.h300 if ( !(pg->count_info & PGC_page_table) ) in sh_page_has_multiple_shadows()
312 return (p->count_info & PGC_page_table) in page_is_out_of_sync()
323 return (p->count_info & PGC_page_table) in page_oos_may_write()
505 && (page->count_info & PGC_page_table) ) in sh_mfn_is_a_page_table()
A Dcommon.c460 if ( !(pg->count_info & PGC_page_table) ) in sh_oos_audit()
1011 if ( !(page->count_info & PGC_page_table) ) in sh_validate_guest_entry()
2746 if ( (pg->count_info & PGC_page_table) == 0 ) in sh_remove_shadows()
2761 if( !(pg->count_info & PGC_page_table) \ in sh_remove_shadows()
2777 && (pg->count_info & PGC_page_table) \ in sh_remove_shadows()
2796 if ( !fast && all && (pg->count_info & PGC_page_table) ) in sh_remove_shadows()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h246 #define PGC_page_table PG_mask(1, 3) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtboot.c193 if ( page->count_info & PGC_page_table ) in update_pagetable_mac()
A Dmm.c549 if ( !(page->count_info & PGC_page_table) || in set_tlbflush_timestamp()
2564 && (page->count_info & PGC_page_table) in __get_page_type()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pod.c773 (page->count_info & (PGC_page_table | PGC_xen_heap)) || in p2m_pod_zero_check_superpage()
907 !(pg->count_info & (PGC_page_table | PGC_xen_heap)) && in p2m_pod_zero_check()

Completed in 22 milliseconds