Home
last modified time | relevance | path

Searched refs:pagetable_is_null (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Diret.c50 if ( unlikely(pagetable_is_null(v->arch.guest_table_user)) ) in do_iret()
A Ddomain.c54 if ( !pagetable_is_null(v->arch.guest_table) ) in release_compat_l4()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomain_page.c48 if ( unlikely(pagetable_is_null(v->arch.guest_table)) && is_pv_vcpu(v) ) in mapcache_current_vcpu()
A Ddomctl.c1676 pagetable_is_null(v->arch.guest_table_user) ? 0 in arch_get_info_guest()
A Ddomain.c909 if ( pagetable_is_null(v->arch.guest_table_user) ) in arch_set_info_guest()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpage.h221 #define pagetable_is_null(x) ((x).pfn == 0) macro
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c1227 if ( !pagetable_is_null(v->arch.shadow_table[i]) ) in _shadow_prealloc()
1285 if ( !pagetable_is_null(v->arch.shadow_table[i]) ) in shadow_blow_tables()
2957 if ( pagetable_is_null(v->arch.monitor_table) ) in sh_update_paging_modes()
3169 if ( rv != 0 && !pagetable_is_null(p2m_get_pagetable(p2m)) ) in shadow_enable()
3257 if ( !pagetable_is_null(d->arch.paging.shadow.unpaged_pagetable) ) in shadow_teardown()
A Dmulti.c3986 if ( !pagetable_is_null(old_entry) ) { in sh_set_toplevel_shadow()
4604 if ( pagetable_is_null(v->arch.shadow_table[i]) ) in sh_pagetable_dying()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dhap.c702 if ( pagetable_is_null(v->arch.monitor_table) ) in hap_update_paging_modes()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dnestedsvm.c322 if (!pagetable_is_null(v->arch.guest_table)) in nsvm_vcpu_hostrestore()

Completed in 30 milliseconds