Searched refs:msr_bitmap_l1 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/arch/x86/kvm/vmx/ |
| D | nested.c | 513 static void nested_vmx_disable_intercept_for_x2apic_msr(unsigned long *msr_bitmap_l1, in nested_vmx_disable_intercept_for_x2apic_msr() argument 517 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr() 520 if (type & MSR_TYPE_W && !vmx_test_msr_bitmap_write(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr() 539 unsigned long *msr_bitmap_l1, \ 543 vmx_test_msr_bitmap_##rw(msr_bitmap_l1, msr)) \ 552 unsigned long *msr_bitmap_l1, in BUILD_NVMX_MSR_INTERCEPT_HELPER() 557 nested_vmx_set_msr_read_intercept(vmx, msr_bitmap_l1, in BUILD_NVMX_MSR_INTERCEPT_HELPER() 560 nested_vmx_set_msr_write_intercept(vmx, msr_bitmap_l1, in BUILD_NVMX_MSR_INTERCEPT_HELPER() 573 unsigned long *msr_bitmap_l1; in nested_vmx_prepare_msr_bitmap() local 599 msr_bitmap_l1 = (unsigned long *)map->hva; in nested_vmx_prepare_msr_bitmap() [all …]
|