Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c573 static void nested_vmx_disable_intercept_for_x2apic_msr(unsigned long *msr_bitmap_l1, in nested_vmx_disable_intercept_for_x2apic_msr() argument
577 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr()
580 if (type & MSR_TYPE_W && !vmx_test_msr_bitmap_write(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr()
599 unsigned long *msr_bitmap_l1, \
603 vmx_test_msr_bitmap_##rw(msr_bitmap_l1, msr)) \
612 unsigned long *msr_bitmap_l1, in BUILD_NVMX_MSR_INTERCEPT_HELPER()
617 nested_vmx_set_msr_read_intercept(vmx, msr_bitmap_l1, in BUILD_NVMX_MSR_INTERCEPT_HELPER()
620 nested_vmx_set_msr_write_intercept(vmx, msr_bitmap_l1, in BUILD_NVMX_MSR_INTERCEPT_HELPER()
625 nested_vmx_set_intercept_for_msr(vmx, msr_bitmap_l1, \
638 unsigned long *msr_bitmap_l1, in nested_vmx_merge_pmu_msr_bitmaps() argument
[all …]