Home
last modified time | relevance | path

Searched refs:PG_translate (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpaging.h55 #define PG_translate (XEN_DOMCTL_SHADOW_ENABLE_TRANSLATE << PG_mode_shift) macro
61 #define PG_MASK (PG_refcounts | PG_log_dirty | PG_translate | PG_external)
69 #define paging_mode_translate(_d) (!!((_d)->arch.paging.mode & PG_translate))
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dpaging.c843 switch ( mode & (PG_external | PG_translate | PG_refcounts) ) in paging_enable()
846 case PG_external | PG_translate | PG_refcounts: in paging_enable()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dhap.c474 if ( mode & PG_translate ) in hap_enable()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c3108 if ( mode & PG_translate ) in shadow_enable()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c592 rc = paging_enable(d, PG_refcounts|PG_translate|PG_external); in hvm_domain_initialise()

Completed in 20 milliseconds