Lines Matching defs:read
404 * at VMEntry. Skip the MSR read/write when a guest has no use case to
947 * to change it directly without causing a vmexit. In that case read
1414 * Ensure loaded_vmcs->cpu is read before adding loaded_vmcs to
2223 return 1; /* they are read-only */
3847 clear_bit(idx, vmx->shadow_msr_intercept.read);
3892 set_bit(idx, vmx->shadow_msr_intercept.read);
4030 bool read = test_bit(i, vmx->shadow_msr_intercept.read);
4033 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_R, read);
5477 /* Is it a read fault? */
5699 * is read even if it isn't needed (e.g., for type==all)
6237 * flush it is required to read in 64 KiB because the replacement algorithm
7075 bitmap_fill(vmx->shadow_msr_intercept.read, MAX_POSSIBLE_PASSTHROUGH_MSRS);