commit | 85478bab409171de501b719971fd25a3d5d639f9 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue May 29 13:11:15 2018 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu May 31 18:00:53 2018 +0100 |
tree | 95c490c95a4435880b939673e2e5f6eafd969a90 | |
parent | 9cdc0108baa8ef87c76ed834619886a46bd70cbe [diff] |
arm64: KVM: Add HYP per-cpu accessors As we're going to require to access per-cpu variables at EL2, let's craft the minimum set of accessors required to implement reading a per-cpu variable, relying on tpidr_el2 to contain the per-cpu offset. Reviewed-by: Christoffer Dall <christoffer.dall@arm.com> Reviewed-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>