Searched refs:PG_translate (Results 1 – 5 of 5) sorted by relevance
61 #define PG_translate (XEN_DOMCTL_SHADOW_ENABLE_TRANSLATE << PG_mode_shift) macro67 #define PG_translate 0 macro74 #define PG_MASK (PG_refcounts | PG_log_dirty | PG_translate | PG_external)83 #define paging_mode_translate(_d) (!!((_d)->arch.paging.mode & PG_translate))
837 switch ( mode & (PG_external | PG_translate | PG_refcounts) ) in paging_enable()840 #if PG_external | PG_translate | PG_refcounts in paging_enable()841 case PG_external | PG_translate | PG_refcounts: in paging_enable()
447 if ( mode != (PG_external | PG_translate | PG_refcounts) ) in hap_enable()
2627 if ( mode & PG_translate ) in shadow_enable()
636 rc = paging_enable(d, PG_refcounts|PG_translate|PG_external); in hvm_domain_initialise()
Completed in 20 milliseconds