Home
last modified time | relevance | path

Searched refs:PG_refcounts (Results 1 – 4 of 4) sorted by relevance

/xen/xen/include/asm-x86/
A Dpaging.h59 #define PG_refcounts (XEN_DOMCTL_SHADOW_ENABLE_REFCOUNT << PG_mode_shift) macro
66 #define PG_refcounts 0 macro
74 #define PG_MASK (PG_refcounts | PG_log_dirty | PG_translate | PG_external)
81 #define paging_mode_refcounts(_d) (!!((_d)->arch.paging.mode & PG_refcounts))
/xen/xen/arch/x86/mm/
A Dpaging.c837 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()
/xen/xen/arch/x86/mm/hap/
A Dhap.c447 if ( mode != (PG_external | PG_translate | PG_refcounts) ) in hap_enable()
/xen/xen/arch/x86/hvm/
A Dhvm.c636 rc = paging_enable(d, PG_refcounts|PG_translate|PG_external); in hvm_domain_initialise()

Completed in 14 milliseconds