Searched refs:cpu_has_page1gb (Results 1 – 6 of 6) sorted by relevance
70 #define cpu_has_page1gb boot_cpu_has(X86_FEATURE_PAGE1GB) macro
234 return GUEST_PAGING_LEVELS >= 4 && paging_mode_hap(d) && cpu_has_page1gb; in guest_can_use_l3_superpages()
151 if ( cpu_has_page1gb && in setup_pv_physmap()
545 if ( cpu_has_page1gb && in paging_init()
202 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()
1681 (cpu_has_page1gb ? HVM_HAP_SUPERPAGE_1GB : 0); in start_svm()
Completed in 20 milliseconds