Searched refs:msr_bitmap_l0 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 11556 unsigned long *msr_bitmap_l0 = to_vmx(vcpu)->nested.vmcs02.msr_bitmap; in nested_vmx_prepare_msr_bitmap() local 11595 msr_bitmap_l0[word] = msr_bitmap_l1[word]; in nested_vmx_prepare_msr_bitmap() 11596 msr_bitmap_l0[word + (0x800 / sizeof(long))] = ~0; in nested_vmx_prepare_msr_bitmap() 11601 msr_bitmap_l0[word] = ~0; in nested_vmx_prepare_msr_bitmap() 11602 msr_bitmap_l0[word + (0x800 / sizeof(long))] = ~0; in nested_vmx_prepare_msr_bitmap() 11607 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 11613 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 11617 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 11624 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap() 11630 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap()
|