Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c509 static void nested_vmx_disable_intercept_for_msr(unsigned long *msr_bitmap_l1, in nested_vmx_disable_intercept_for_msr() argument
522 !test_bit(msr, msr_bitmap_l1 + 0x000 / f)) in nested_vmx_disable_intercept_for_msr()
527 !test_bit(msr, msr_bitmap_l1 + 0x800 / f)) in nested_vmx_disable_intercept_for_msr()
534 !test_bit(msr, msr_bitmap_l1 + 0x400 / f)) in nested_vmx_disable_intercept_for_msr()
539 !test_bit(msr, msr_bitmap_l1 + 0xc00 / f)) in nested_vmx_disable_intercept_for_msr()
565 unsigned long *msr_bitmap_l1; in nested_vmx_prepare_msr_bitmap() local
577 msr_bitmap_l1 = (unsigned long *)map->hva; in nested_vmx_prepare_msr_bitmap()
597 msr_bitmap_l0[word] = msr_bitmap_l1[word]; in nested_vmx_prepare_msr_bitmap()
602 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap()
608 msr_bitmap_l1, msr_bitmap_l0, in nested_vmx_prepare_msr_bitmap()
[all …]