Searched refs:PGC_page_table (Results 1 – 6 of 6) sorted by relevance
300 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()
460 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()
246 #define PGC_page_table PG_mask(1, 3) macro
193 if ( page->count_info & PGC_page_table ) in update_pagetable_mac()
549 if ( !(page->count_info & PGC_page_table) || in set_tlbflush_timestamp()2564 && (page->count_info & PGC_page_table) in __get_page_type()
773 (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