Searched refs:PGC_page_table (Results 1 – 6 of 6) sorted by relevance
296 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()
187 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()
66 #define PGC_page_table PG_mask(1, 3) macro
194 if ( page->count_info & PGC_page_table ) in update_pagetable_mac()
579 if ( !(page->count_info & PGC_page_table) || in set_tlbflush_timestamp()
754 (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