1# © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2# 3# SPDX-License-Identifier: BSD-3-Clause 4 5interface vcpu 6 7local_include 8types vcpu.tc 9events vcpu.ev 10source vcpu.c 11 12base_module hyp/core/vectors 13 14arch_types aarch64 vcpu_aarch64.tc 15arch_events aarch64 vcpu_aarch64.ev 16arch_local_include aarch64 17arch_source aarch64 sysreg_traps.c exception_inject.c reg_access.c wfi.c 18arch_source aarch64 trap_dispatch.c aarch64_init.c context_switch.c 19arch_events armv8-64 vcpu_aarch64.ev 20arch_local_include armv8-64 21arch_source armv8-64 vectors.S return.S 22 23arch_hypercalls aarch64 hypercalls.hvc 24arch_source aarch64 hypercalls.c 25 26arch_template simple armv8-64 vectors_tramp.S.tmpl vectors_tramp.c.tmpl 27arch_source cortex-a-v8_0 sysreg_traps_cpu.c 28arch_source cortex-a-v8_0 context_switch.c 29arch_types cortex-a-v8_0 vcpu_aarch64.tc 30arch_source cortex-a-v8_2 sysreg_traps_cpu.c 31arch_source cortex-a-v8_2 context_switch.c 32arch_types cortex-a-v8_2 vcpu_aarch64.tc 33arch_source cortex-a-v9 sysreg_traps_cpu.c 34arch_source cortex-a-v9 context_switch.c 35arch_types cortex-a-v9 vcpu_aarch64.tc 36arch_source qemu-armv8-5a-rng sysreg_traps_cpu.c 37arch_source qemu-armv8-5a-rng context_switch.c 38