Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dshadow.h40 paging_mode_refcounts(_d))
A Dpaging.h81 #define paging_mode_refcounts(_d) (!!((_d)->arch.paging.mode & PG_refcounts)) macro
/xen/xen/arch/x86/
A Dmm.c2154 ASSERT(!paging_mode_refcounts(pt_dom)); in mod_l1_entry()
2569 if ( !paging_mode_refcounts(domain) && !domain->is_dying ) in get_page()
2698 ASSERT(!paging_mode_refcounts(owner)); in devalidate_page()
3155 if ( paging_mode_refcounts(v->domain) ) in vcpu_destroy_pagetables()
3267 if ( !VM_ASSIST(d, m2p_strict) && !paging_mode_refcounts(d) ) in new_guest_cr3()
3278 if ( paging_mode_refcounts(d) ) in new_guest_cr3()
3466 if ( paging_mode_refcounts(pg_owner) ) in do_mmuext_op()
3532 if ( paging_mode_refcounts(pg_owner) ) in do_mmuext_op()
3987 if ( unlikely(paging_mode_refcounts(pt_owner)) ) in do_mmu_update()
A Ddomain.c1106 else if ( paging_mode_refcounts(d) ) in arch_set_info_guest()
1129 !paging_mode_refcounts(d) ) in arch_set_info_guest()
1150 else if ( !paging_mode_refcounts(d) ) in arch_set_info_guest()
/xen/xen/arch/x86/mm/
A Dpaging.c883 if ( paging_mode_refcounts(d) ) in paging_dump_domain_info()

Completed in 636 milliseconds