Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c513 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 nested_vmx_set_intercept_for_msr()
557 nested_vmx_set_msr_read_intercept(vmx, msr_bitmap_l1, in nested_vmx_set_intercept_for_msr()
560 nested_vmx_set_msr_write_intercept(vmx, msr_bitmap_l1, in nested_vmx_set_intercept_for_msr()
573 unsigned long *msr_bitmap_l1; in nested_vmx_prepare_msr_bitmap() local
599 msr_bitmap_l1 in nested_vmx_prepare_msr_bitmap()
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 Dnested.c511 static void nested_vmx_disable_intercept_for_msr(unsigned long *msr_bitmap_l1, in nested_vmx_disable_intercept_for_msr() argument
524 !test_bit(msr, msr_bitmap_l1 + 0x000 / f)) in nested_vmx_disable_intercept_for_msr()
529 !test_bit(msr, msr_bitmap_l1 + 0x800 / f)) in nested_vmx_disable_intercept_for_msr()
536 !test_bit(msr, msr_bitmap_l1 + 0x400 / f)) in nested_vmx_disable_intercept_for_msr()
541 !test_bit(msr, msr_bitmap_l1 + 0xc00 / f)) in nested_vmx_disable_intercept_for_msr()
568 unsigned long *msr_bitmap_l1; in nested_vmx_prepare_msr_bitmap() local
580 msr_bitmap_l1 = (unsigned long *)map->hva; 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_l in nested_vmx_prepare_msr_bitmap()
[all...]

Completed in 7 milliseconds