Home
last modified time | relevance | path

Searched refs:cpu_has_page1gb (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcpufeature.h70 #define cpu_has_page1gb boot_cpu_has(X86_FEATURE_PAGE1GB) macro
A Dguest_pt.h234 return GUEST_PAGING_LEVELS >= 4 && paging_mode_hap(d) && cpu_has_page1gb; in guest_can_use_l3_superpages()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c151 if ( cpu_has_page1gb && in setup_pv_physmap()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c545 if ( cpu_has_page1gb && in paging_init()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c202 step = 1UL << (cpu_has_page1gb && in init_frametable_chunk()
4628 if ( cpu_has_page1gb && in map_pages_to_xen()
4901 if ( cpu_has_page1gb && in map_pages_to_xen()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1681 (cpu_has_page1gb ? HVM_HAP_SUPERPAGE_1GB : 0); in start_svm()

Completed in 25 milliseconds