Home
last modified time | relevance | path

Searched refs:tpidr_el2 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpercpu.h29 return read_sysreg(tpidr_el2); in __hyp_my_cpu_offset()
H A Dkvm_asm.h210 unsigned long tpidr_el2; member
/linux/arch/arm64/kernel/
H A Dasm-offsets.c121 DEFINE(NVHE_INIT_TPIDR_EL2, offsetof(struct kvm_nvhe_init_params, tpidr_el2)); in main()
H A Dcpufeature.c2099 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()
/linux/arch/arm64/kvm/
H A Darm.c2123 params->tpidr_el2 = (unsigned long)kasan_reset_tag(per_cpu_ptr_nvhe_sym(__per_cpu_start, cpu)) - in cpu_prepare_hyp_mode()