acrn-hypervisor/hypervisor/include/arch/x86
Xiangyang Wu fa26a16645 HV:treewide:rename vcpu data structure
For data structure types "struct vcpu", its name is identical
with variable name in the same scope. This is a MISRA C  violation.

Naming convention rule:If the data structure type is used by multi
modules, its corresponding logic resource is exposed to external
components (such as SOS, UOS), and its name meaning is simplistic
(such as vcpu, vm), its name needs prefix "acrn_".

The following udpates are made:
struct vcpu *vcpu-->struct acrn_vcpu *vcpu

Tracked-On: #861

Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>
2018-11-05 15:35:49 +08:00
..
guest HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
abl_seed_parse.h HV: parse seed from ABL 2018-10-17 14:30:52 +08:00
apicreg.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
assign.h HV:fixed "Pointer param should be declared pointer to const" 2018-10-19 22:49:38 +08:00
cpu.h HV: enable L1 cache flush when VM entry 2018-11-01 11:21:15 +08:00
cpufeatures.h HV: add CPU capabilities detection for L1TF mitigation 2018-11-01 11:21:15 +08:00
cpuid.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
gdt.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
host_pm.h HV: platform acpi info refactor 2018-10-18 09:26:59 +08:00
hv_arch.h hv: mmu: add static paging table allocation for hypervisor 2018-11-02 13:15:48 +08:00
idt.h
io.h hv: add mmio functions for 64bit values 2018-08-23 11:09:25 +08:00
ioapic.h doc: hv: add comments to irq APIs for documentation 2018-11-02 15:34:36 -07:00
ioreq.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
irq.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
lapic.h doc: hv: add comments to irq APIs for documentation 2018-11-02 15:34:36 -07:00
mmu.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
msr.h hv: Add APIs to convert x2APIC MSR accesses to LAPIC MMIO offset 2018-11-02 13:48:43 +08:00
mtrr.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
multiboot.h hv: Partition mode ACRN -kernel load and bootargs load address 2018-08-13 09:34:02 +08:00
page.h hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
per_cpu.h hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
pgtable.h HV:MM:add API docs 2018-11-02 15:30:36 -07:00
sbl_seed_parse.h HV: parse seed from ABL 2018-10-17 14:30:52 +08:00
timer.h HV:fix type related violations 2018-10-10 13:02:00 +08:00
trusty.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vmexit.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vmx.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vtd.h hv: vtd: add structure and API docs 2018-11-02 15:36:14 -07:00
zeropage.h