Searched refs:PG_external (Results 1 – 3 of 3) sorted by relevance
58 #define PG_external (XEN_DOMCTL_SHADOW_ENABLE_EXTERNAL << PG_mode_shift) macro61 #define PG_MASK (PG_refcounts | PG_log_dirty | PG_translate | PG_external)70 #define paging_mode_external(_d) (!!((_d)->arch.paging.mode & PG_external))
843 switch ( mode & (PG_external | PG_translate | PG_refcounts) ) in paging_enable()846 case PG_external | PG_translate | PG_refcounts: in paging_enable()
592 rc = paging_enable(d, PG_refcounts|PG_translate|PG_external); in hvm_domain_initialise()
Completed in 10 milliseconds