2012-12-10 18:16:40 +07:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012,2013 - ARM Ltd
|
|
|
|
* Author: Marc Zyngier <marc.zyngier@arm.com>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ARM_KVM_ASM_H__
|
|
|
|
#define __ARM_KVM_ASM_H__
|
|
|
|
|
2013-06-26 21:16:40 +07:00
|
|
|
#include <asm/virt.h>
|
|
|
|
|
2018-06-02 16:42:54 +07:00
|
|
|
#define VCPU_WORKAROUND_2_FLAG_SHIFT 0
|
|
|
|
#define VCPU_WORKAROUND_2_FLAG (_AC(1, UL) << VCPU_WORKAROUND_2_FLAG_SHIFT)
|
|
|
|
|
2016-09-06 20:02:05 +07:00
|
|
|
#define ARM_EXIT_WITH_SERROR_BIT 31
|
|
|
|
#define ARM_EXCEPTION_CODE(x) ((x) & ~(1U << ARM_EXIT_WITH_SERROR_BIT))
|
2018-12-19 15:28:38 +07:00
|
|
|
#define ARM_EXCEPTION_IS_TRAP(x) (ARM_EXCEPTION_CODE((x)) == ARM_EXCEPTION_TRAP)
|
2016-09-06 20:02:05 +07:00
|
|
|
#define ARM_SERROR_PENDING(x) !!((x) & (1U << ARM_EXIT_WITH_SERROR_BIT))
|
|
|
|
|
2012-12-10 18:16:40 +07:00
|
|
|
#define ARM_EXCEPTION_IRQ 0
|
2016-09-06 20:02:02 +07:00
|
|
|
#define ARM_EXCEPTION_EL1_SERROR 1
|
|
|
|
#define ARM_EXCEPTION_TRAP 2
|
2018-10-18 01:21:16 +07:00
|
|
|
#define ARM_EXCEPTION_IL 3
|
2016-04-27 23:47:04 +07:00
|
|
|
/* The hyp-stub will return this for any kvm_call_hyp() call */
|
2017-04-04 01:37:37 +07:00
|
|
|
#define ARM_EXCEPTION_HYP_GONE HVC_STUB_ERR
|
2012-12-10 18:16:40 +07:00
|
|
|
|
2018-12-04 03:31:24 +07:00
|
|
|
#define kvm_arm_exception_type \
|
|
|
|
{ARM_EXCEPTION_IRQ, "IRQ" }, \
|
|
|
|
{ARM_EXCEPTION_EL1_SERROR, "SERROR" }, \
|
|
|
|
{ARM_EXCEPTION_TRAP, "TRAP" }, \
|
|
|
|
{ARM_EXCEPTION_HYP_GONE, "HYP_GONE" }
|
|
|
|
|
2018-05-10 18:13:47 +07:00
|
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
|
|
|
#include <linux/mm.h>
|
2014-04-24 16:24:46 +07:00
|
|
|
|
2017-10-08 22:01:56 +07:00
|
|
|
/* Translate a kernel address of @sym into its equivalent linear mapping */
|
2016-03-19 00:25:59 +07:00
|
|
|
#define kvm_ksym_ref(sym) \
|
|
|
|
({ \
|
|
|
|
void *val = &sym; \
|
|
|
|
if (!is_kernel_in_hyp_mode()) \
|
2018-05-10 18:13:47 +07:00
|
|
|
val = lm_alias(&sym); \
|
2016-03-19 00:25:59 +07:00
|
|
|
val; \
|
|
|
|
})
|
2016-02-16 19:52:39 +07:00
|
|
|
|
2012-12-10 18:16:40 +07:00
|
|
|
struct kvm;
|
|
|
|
struct kvm_vcpu;
|
|
|
|
|
|
|
|
extern char __kvm_hyp_init[];
|
|
|
|
extern char __kvm_hyp_init_end[];
|
|
|
|
|
|
|
|
extern char __kvm_hyp_vector[];
|
|
|
|
|
|
|
|
extern void __kvm_flush_vm_context(void);
|
|
|
|
extern void __kvm_tlb_flush_vmid_ipa(struct kvm *kvm, phys_addr_t ipa);
|
2015-01-16 06:58:59 +07:00
|
|
|
extern void __kvm_tlb_flush_vmid(struct kvm *kvm);
|
2016-10-19 00:37:49 +07:00
|
|
|
extern void __kvm_tlb_flush_local_vmid(struct kvm_vcpu *vcpu);
|
2012-12-10 18:16:40 +07:00
|
|
|
|
2017-01-04 22:10:28 +07:00
|
|
|
extern void __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high);
|
|
|
|
|
2017-10-03 19:02:12 +07:00
|
|
|
extern int kvm_vcpu_run_vhe(struct kvm_vcpu *vcpu);
|
|
|
|
|
|
|
|
extern int __kvm_vcpu_run_nvhe(struct kvm_vcpu *vcpu);
|
2013-06-21 17:57:56 +07:00
|
|
|
|
2013-07-12 21:15:23 +07:00
|
|
|
extern u64 __vgic_v3_get_ich_vtr_el2(void);
|
2016-03-24 17:21:04 +07:00
|
|
|
extern u64 __vgic_v3_read_vmcr(void);
|
|
|
|
extern void __vgic_v3_write_vmcr(u32 vmcr);
|
2016-03-03 22:43:58 +07:00
|
|
|
extern void __vgic_v3_init_lrs(void);
|
2013-07-12 21:15:23 +07:00
|
|
|
|
2015-07-07 23:29:56 +07:00
|
|
|
extern u32 __kvm_get_mdcr_el2(void);
|
|
|
|
|
2018-05-29 19:11:15 +07:00
|
|
|
/* Home-grown __this_cpu_{ptr,read} variants that always work at HYP */
|
|
|
|
#define __hyp_this_cpu_ptr(sym) \
|
|
|
|
({ \
|
|
|
|
void *__ptr = hyp_symbol_addr(sym); \
|
|
|
|
__ptr += read_sysreg(tpidr_el2); \
|
|
|
|
(typeof(&sym))__ptr; \
|
|
|
|
})
|
|
|
|
|
|
|
|
#define __hyp_this_cpu_read(sym) \
|
|
|
|
({ \
|
|
|
|
*__hyp_this_cpu_ptr(sym); \
|
|
|
|
})
|
|
|
|
|
2017-10-08 22:01:56 +07:00
|
|
|
#else /* __ASSEMBLY__ */
|
|
|
|
|
2018-05-29 19:11:15 +07:00
|
|
|
.macro hyp_adr_this_cpu reg, sym, tmp
|
|
|
|
adr_l \reg, \sym
|
2017-10-08 22:01:56 +07:00
|
|
|
mrs \tmp, tpidr_el2
|
|
|
|
add \reg, \reg, \tmp
|
|
|
|
.endm
|
|
|
|
|
2018-05-29 19:11:15 +07:00
|
|
|
.macro hyp_ldr_this_cpu reg, sym, tmp
|
|
|
|
adr_l \reg, \sym
|
|
|
|
mrs \tmp, tpidr_el2
|
|
|
|
ldr \reg, [\reg, \tmp]
|
|
|
|
.endm
|
|
|
|
|
|
|
|
.macro get_host_ctxt reg, tmp
|
|
|
|
hyp_adr_this_cpu \reg, kvm_host_cpu_state, \tmp
|
|
|
|
.endm
|
|
|
|
|
2017-10-08 22:01:56 +07:00
|
|
|
.macro get_vcpu_ptr vcpu, ctxt
|
|
|
|
get_host_ctxt \ctxt, \vcpu
|
|
|
|
ldr \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
|
|
|
|
kern_hyp_va \vcpu
|
|
|
|
.endm
|
|
|
|
|
2012-12-10 18:16:40 +07:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ARM_KVM_ASM_H__ */
|