Searched refs:msr_bitmap_l0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | nested.c | 514 unsigned long *msr_bitmap_l0, in nested_vmx_disable_intercept_for_x2apic_msr() 518 vmx_clear_msr_bitmap_read(msr_bitmap_l0, msr); in nested_vmx_disable_intercept_for_x2apic_msr() 521 vmx_clear_msr_bitmap_write(msr_bitmap_l0, msr); in nested_vmx_disable_intercept_for_x2apic_msr() 540 unsigned long *msr_bitmap_l0, u32 msr) \ 544 vmx_set_msr_bitmap_##rw(msr_bitmap_l0, msr); \ 546 vmx_clear_msr_bitmap_##rw(msr_bitmap_l0, msr); \ 553 unsigned long *msr_bitmap_l0, in nested_vmx_set_intercept_for_msr() 558 msr_bitmap_l0, msr); in nested_vmx_set_intercept_for_msr() 561 msr_bitmap_l0, msr); in nested_vmx_set_intercept_for_msr() 574 unsigned long *msr_bitmap_l0 in nested_vmx_prepare_msr_bitmap() local 513 nested_vmx_disable_intercept_for_x2apic_msr(unsigned long *msr_bitmap_l1, unsigned long *msr_bitmap_l0, u32 msr, int type) nested_vmx_disable_intercept_for_x2apic_msr() argument 551 nested_vmx_set_intercept_for_msr(struct vcpu_vmx *vmx, unsigned long *msr_bitmap_l1, unsigned long *msr_bitmap_l0, u32 msr, int types) nested_vmx_set_intercept_for_msr() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | nested.c | 569 unsigned long *msr_bitmap_l0 = to_vmx(vcpu)->nested.vmcs02.msr_bitmap; in nested_vmx_prepare_msr_bitmap() local 587 enable_x2apic_msr_intercepts(msr_bitmap_l0); in nested_vmx_prepare_msr_bitmap() 600 msr_bitmap_l0[word] = msr_bitmap_l1[word]; in nested_vmx_prepare_msr_bitmap() 605 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 611 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 615 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 623 nested_vmx_disable_intercept_for_msr(msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 626 nested_vmx_disable_intercept_for_msr(msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 629 nested_vmx_disable_intercept_for_msr(msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 648 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() [all...] |
Completed in 7 milliseconds