acrn-hypervisor/hypervisor/arch/x86/guest
Yin Fengwei f3831cdc80 hv: don't combine the trampline code with AP start
Cleanup "cpu_secondary_xx" in the symbols/section/functions/variables
name in trampline code.

There is item left: the default C entry is Ap start c entry. Before
ACRN enter S3, the c entry will be updated to high level S3 C entry.
So s3 resume will go s3 resume path instead of AP startup path.

Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Signed-off-by: Zheng Gen <gen.zheng@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
Acked-by: Eddie Dong <Eddie.dong@intel.com>
2018-06-08 13:45:02 +08:00
..
guest.c hv: don't combine the trampline code with AP start 2018-06-08 13:45:02 +08:00
instr_emul_wrapper.c HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
instr_emul_wrapper.h HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
instr_emul.c hv: support gva2gpa in different paging modes 2018-06-01 19:14:13 +08:00
instr_emul.h HV:remove redundant field 'mmio' from 'struct emul_cnx' 2018-05-23 11:43:56 +08:00
pm.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
ucode.c hv: support gva2gpa in different paging modes 2018-06-01 19:14:13 +08:00
vcpu.c hv: enable MTRR virtualization 2018-06-08 12:06:15 +08:00
vioapic.c HV: debug: stop using ## __VA_ARGS__ 2018-05-29 14:13:44 +08:00
vlapic_priv.h hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vlapic.c lapic: continuous LVT registers as an array 2018-05-30 13:52:11 +08:00
vm.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vmcall.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vmsr.c hv: change rdmsr/wrmsr policy for MTRR registers 2018-06-08 12:06:15 +08:00
vpic.c HV: debug: stop using ## __VA_ARGS__ 2018-05-29 14:13:44 +08:00