acrn-hypervisor/include/arch/x86
Zide Chen 31bf2befbf HV: Make AP trampoline code relocatable
V3->V4: Updated function/variable names for accurancy
V2->V3: Changed a few function/variable names to make it less confusing
V1->V2: removed the unneccesary cache flushing

- For UEFI boot, allocate memory for trampoline code in ACRN EFI,
  and pass the pointer to HV through efi_ctx
- For other boot, scan E820 to allocate memory in HV run time
- update_trampoline_code_refs() updates all the references that need the
  absolute PA with the actual load address

Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong>
Acked-by: Xu, Anthony <anthony.xu@intel.com>
2018-05-09 14:02:24 +08:00
..
guest HV: added memory allocation functions for AP trampoline code relocation 2018-05-09 14:02:24 +08:00
apicreg.h
assign.h ptdev: change remapping entry from virtual to physical based 2018-04-27 14:49:48 +08:00
cpu.h HV: Make AP trampoline code relocatable 2018-05-09 14:02:24 +08:00
cpufeatures.h hv: add hardware_detect_support to detect which hardware we support 2018-04-20 15:48:31 +08:00
cpuid.h
gdt.h
hv_arch.h HV: code cleanup for cpu state 2018-04-20 13:40:59 +08:00
idt.h
intr_ctx.h
io.h HV Cx: allow guest to access host idle port 2018-05-02 13:15:23 +08:00
ioapic.h ptdev: change remapping entry from virtual to physical based 2018-04-27 14:49:48 +08:00
irq.h
lapic.h
mmu.h hv: add hardware_detect_support to detect which hardware we support 2018-04-20 15:48:31 +08:00
msr.h hv: vmx_capability: add cpu_has_vmx_ept/vpid_cap API 2018-04-16 14:33:08 +08:00
multiboot.h
softirq.h
timer.h HV: Fix the missing list_head initializaiton 2018-05-08 14:47:11 +08:00
trusty.h
vmexit.h
vmx.h check validity of 'VM-exit Int-Info' before extracting vector 2018-04-18 13:44:37 +08:00
vtd.h
zeropage.h