Home
last modified time | relevance | path

Searched refs:guest_levels (Results 1 – 7 of 7) sorted by relevance

/xen/tools/libxc/
A Dxc_sr_common_x86_pv.c71 unsigned int guest_width, guest_levels; in x86_pv_domain_info() local
81 guest_levels = 3; in x86_pv_domain_info()
83 guest_levels = 4; in x86_pv_domain_info()
90 ctx->x86.pv.levels = guest_levels; in x86_pv_domain_info()
92 DPRINTF("%d bits, %d levels", guest_width * 8, guest_levels); in x86_pv_domain_info()
/xen/xen/arch/x86/mm/hap/
A Dhap.c850 .guest_levels = 1
862 .guest_levels = 2
874 .guest_levels = 3
886 .guest_levels = 4
/xen/xen/arch/x86/mm/shadow/
A Dprivate.h154 #define SHADOW_INTERNAL_NAME(name, guest_levels) \ argument
155 SHADOW_INTERNAL_NAME_(name, guest, guest_levels)
A Dcommon.c1891 if ( curr->arch.paging.mode->guest_levels == 2 ) in sh_remove_write_access()
1907 else if ( curr->arch.paging.mode->guest_levels == 3 ) in sh_remove_write_access()
1930 else if ( curr->arch.paging.mode->guest_levels == 4 ) in sh_remove_write_access()
2478 v->arch.paging.mode->guest_levels, in sh_update_paging_modes()
2480 old_mode ? old_mode->guest_levels : 0, in sh_update_paging_modes()
3515 switch ( v->arch.paging.mode->guest_levels ) in shadow_audit_tables()
A Dmulti.c4876 .guest_levels = GUEST_PAGING_LEVELS,
/xen/xen/include/asm-x86/
A Dpaging.h148 unsigned int guest_levels; member
/xen/xen/arch/x86/mm/
A Dpaging.c904 paging_get_hostmode(v)->guest_levels, in paging_dump_vcpu_info()
911 paging_get_hostmode(v)->guest_levels); in paging_dump_vcpu_info()

Completed in 25 milliseconds