Searched refs:MAX_POSSIBLE_PASSTHROUGH_MSRS (Results 1 – 2 of 2) sorted by relevance
343 #define MAX_POSSIBLE_PASSTHROUGH_MSRS 13 macro345 DECLARE_BITMAP(read, MAX_POSSIBLE_PASSTHROUGH_MSRS);346 DECLARE_BITMAP(write, MAX_POSSIBLE_PASSTHROUGH_MSRS);
156 static u32 vmx_possible_passthrough_msrs[MAX_POSSIBLE_PASSTHROUGH_MSRS] = {6868 bitmap_fill(vmx->shadow_msr_intercept.read, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_create_vcpu()6869 bitmap_fill(vmx->shadow_msr_intercept.write, MAX_POSSIBLE_PASSTHROUGH_MSRS); in vmx_create_vcpu()
Completed in 18 milliseconds