Home
last modified time | relevance | path

Searched refs:MAX_POSSIBLE_PASSTHROUGH_MSRS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.h359 #define MAX_POSSIBLE_PASSTHROUGH_MSRS 16 macro
361 DECLARE_BITMAP(read, MAX_POSSIBLE_PASSTHROUGH_MSRS);
362 DECLARE_BITMAP(write, MAX_POSSIBLE_PASSTHROUGH_MSRS);
H A Dvmx.c170 static u32 vmx_possible_passthrough_msrs[MAX_POSSIBLE_PASSTHROUGH_MSRS] = {
7627 bitmap_fill(vmx->shadow_msr_intercept.read, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_vcpu_create()
7628 bitmap_fill(vmx->shadow_msr_intercept.write, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_vcpu_create()