acrn-hypervisor/hypervisor/include/arch/x86
Xiangyang Wu 7c3c6ea442 HV:MM:add API docs
This patch adds more comment to describe functions that are
interfaces to the other modules in the hypervisor. The comments
are in doxygen-style for document generation.

V1-->V2:
       Rebase

Tracked-On: #1595
Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>
2018-11-02 15:30:36 -07:00
..
guest HV:MM:add API docs 2018-11-02 15:30:36 -07: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:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +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 HV: move NR_IOAPICS to platform acpi info 2018-10-18 09:26:59 +08:00
ioreq.h hv: rework the MMIO handler callback hv_mem_io_handler_t arguments 2018-10-29 14:29:37 +08:00
irq.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
lapic.h hv: x2apic support for acrn 2018-10-25 13:41:29 +08:00
mmu.h HV:MM:add API docs 2018-11-02 15:30:36 -07: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:MM:add API docs 2018-11-02 15:30:36 -07:00
multiboot.h
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: mmu: add static paging table allocation for EPT 2018-11-02 13:15:48 +08:00
vmexit.h HV:fix type related violations 2018-10-10 13:02:00 +08:00
vmx.h hv: Switch APICv from MMIO to MSR for x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vtd.h hv: vtd: remove dynamic allocation for iommu_domain 2018-10-31 13:06:07 +08:00
zeropage.h