Searched refs:HVM_HAP_SUPERPAGE_1GB (Results 1 – 5 of 5) sorted by relevance
77 #define HVM_HAP_SUPERPAGE_1GB 0x00000002 macro376 #define hap_has_1gb (!!(hvm_funcs.hap_capabilities & HVM_HAP_SUPERPAGE_1GB))
126 (HVM_HAP_SUPERPAGE_2MB | HVM_HAP_SUPERPAGE_1GB)) ) in parse_ept_param_runtime()
2524 vmx_function_table.hap_capabilities |= HVM_HAP_SUPERPAGE_1GB; in start_vmx()
195 if ( fns->hap_capabilities & HVM_HAP_SUPERPAGE_1GB ) in hvm_enable()199 hvm_funcs.hap_capabilities &= ~HVM_HAP_SUPERPAGE_1GB; in hvm_enable()
1663 (cpu_has_page1gb ? HVM_HAP_SUPERPAGE_1GB : 0); in start_svm()
Completed in 38 milliseconds