Searched refs:per_cpu_base (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | setup.c | 98 unsigned long *per_cpu_base, in recreate_hyp_mappings() argument 147 start = (void *)kern_hyp_va(per_cpu_base[i]); in recreate_hyp_mappings() 344 int __pkvm_init(phys_addr_t phys, unsigned long size, unsigned long *per_cpu_base, u32 hyp_va_bits) in __pkvm_init() argument 362 ret = recreate_hyp_mappings(phys, size, per_cpu_base, hyp_va_bits); in __pkvm_init()
|
| H A D | hyp-main.c | 484 DECLARE_REG(unsigned long *, per_cpu_base, host_ctxt, 3); in handle___pkvm_init() 492 cpu_reg(host_ctxt, 1) = __pkvm_init(phys, size, per_cpu_base, hyp_va_bits); in handle___pkvm_init()
|
| /linux/arch/arm64/kvm/ |
| H A D | arm.c | 2515 void *per_cpu_base = kvm_ksym_ref(kvm_nvhe_sym(kvm_arm_hyp_percpu_base)); in do_pkvm_init() local 2521 kern_hyp_va(per_cpu_base), in do_pkvm_init()
|