Searched refs:HVM_HAP_SUPERPAGE_2MB (Results 1 – 4 of 4) sorted by relevance
77 #define HVM_HAP_SUPERPAGE_2MB 0x00000001 macro306 #define hap_has_2mb (!!(hvm_funcs.hap_capabilities & HVM_HAP_SUPERPAGE_2MB))
168 if ( fns->hap_capabilities & HVM_HAP_SUPERPAGE_2MB ) in hvm_enable()172 hvm_funcs.hap_capabilities &= ~HVM_HAP_SUPERPAGE_2MB; in hvm_enable()
1680 svm_function_table.hap_capabilities = HVM_HAP_SUPERPAGE_2MB | in start_svm()
2479 vmx_function_table.hap_capabilities |= HVM_HAP_SUPERPAGE_2MB; in start_vmx()
Completed in 22 milliseconds