Home
last modified time | relevance | path

Searched refs:MAX_POSSIBLE_PASSTHROUGH_MSRS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h310 #define MAX_POSSIBLE_PASSTHROUGH_MSRS 13 macro
312 DECLARE_BITMAP(read, MAX_POSSIBLE_PASSTHROUGH_MSRS);
313 DECLARE_BITMAP(write, MAX_POSSIBLE_PASSTHROUGH_MSRS);
H A Dvmx.c155 static u32 vmx_possible_passthrough_msrs[MAX_POSSIBLE_PASSTHROUGH_MSRS] = {
7075 bitmap_fill(vmx->shadow_msr_intercept.read, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_create_vcpu()
7076 bitmap_fill(vmx->shadow_msr_intercept.write, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_create_vcpu()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h360 #define MAX_POSSIBLE_PASSTHROUGH_MSRS 16 macro
362 DECLARE_BITMAP(read, MAX_POSSIBLE_PASSTHROUGH_MSRS);
363 DECLARE_BITMAP(write, MAX_POSSIBLE_PASSTHROUGH_MSRS);
H A Dvmx.c163 static u32 vmx_possible_passthrough_msrs[MAX_POSSIBLE_PASSTHROUGH_MSRS] = {
7510 bitmap_fill(vmx->shadow_msr_intercept.read, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_vcpu_create()
7511 bitmap_fill(vmx->shadow_msr_intercept.write, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_vcpu_create()

Completed in 22 milliseconds