acrn-hypervisor/hypervisor/arch/x86/guest
Zide Chen c89d6e6526 modularization: clean up namings in vMTRR module
- rename 3 module interface APIs
  init_mtrr() -> init_vmtrr()
  mtrr_rdmsr -> read_vmtrr()
  mtrr_wrmsr() -> write_vmtrr()

- follow naming convention for other modules, rename struct mtrr_state
  to struct acrn_vmtrr. And add acrn_vcpu to it.

- because MTRR is x86 architecture specific, move struct acrn_vmtrr to
  struct acrn_vcpu_arch.

Tracked-on: #1842
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-14 09:43:06 +08:00
..
guest.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
instr_emul.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
instr_emul.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pm.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
ucode.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vcpu.c modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00
vcpuid.c modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vm.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vmcall.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
vmsr.c modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00
vmtrr.c modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00