Home
last modified time | relevance | path

Searched refs:HVM_HAP_SUPERPAGE_1GB (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/asm-x86/hvm/
A Dhvm.h77 #define HVM_HAP_SUPERPAGE_1GB 0x00000002 macro
376 #define hap_has_1gb (!!(hvm_funcs.hap_capabilities & HVM_HAP_SUPERPAGE_1GB))
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c126 (HVM_HAP_SUPERPAGE_2MB | HVM_HAP_SUPERPAGE_1GB)) ) in parse_ept_param_runtime()
A Dvmx.c2524 vmx_function_table.hap_capabilities |= HVM_HAP_SUPERPAGE_1GB; in start_vmx()
/xen/xen/arch/x86/hvm/
A Dhvm.c195 if ( fns->hap_capabilities & HVM_HAP_SUPERPAGE_1GB ) in hvm_enable()
199 hvm_funcs.hap_capabilities &= ~HVM_HAP_SUPERPAGE_1GB; in hvm_enable()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c1663 (cpu_has_page1gb ? HVM_HAP_SUPERPAGE_1GB : 0); in start_svm()

Completed in 38 milliseconds