Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dapic.h24 #define APIC_BASE_MSR 0x800 macro
99 return rdmsr(APIC_BASE_MSR + (reg >> 4)); in x2apic_read_reg()
104 return wrmsr_safe(APIC_BASE_MSR + (reg >> 4), value); in x2apic_write_reg_safe()
112 fault, APIC_BASE_MSR + (reg >> 4), value); in x2apic_write_reg()
121 APIC_BASE_MSR + (reg >> 4), value, fault); in x2apic_write_reg_fault()
/linux/arch/x86/kvm/svm/
H A Dsvm.h654 return (msr >= APIC_BASE_MSR) && in is_x2apic_msrpm_offset()
655 (msr < (APIC_BASE_MSR + 0x100)); in is_x2apic_msrpm_offset()
/linux/arch/x86/coco/sev/
H A Dcore.c981 u64 msr = APIC_BASE_MSR + (reg >> 4); in savic_ghcb_msr_read()
1007 u64 msr = APIC_BASE_MSR + (reg >> 4); in savic_ghcb_msr_write()
/linux/arch/x86/kvm/
H A Dx86.c2285 case APIC_BASE_MSR + (APIC_ICR >> 4): in __handle_fastpath_wrmsr()
4038 case APIC_BASE_MSR ... APIC_BASE_MSR + 0xff: in kvm_set_msr_common()
4465 case APIC_BASE_MSR ... APIC_BASE_MSR + 0xff: in kvm_get_msr_common()