Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S104 msr tpidr_el2, x0
107 mrs x0, tpidr_el2
111 msr tpidr_el2, x1
/linux/arch/arm64/include/asm/
H A Dassembler.h208 mrs \dst, tpidr_el2
215 mrs \dst, tpidr_el2
223 msr tpidr_el2, \src
H A Dpercpu.h29 return read_sysreg(tpidr_el2); in __hyp_my_cpu_offset()
H A Dkvm_asm.h174 unsigned long tpidr_el2; member
/linux/arch/arm64/kernel/
H A Dhyp-stub.S107 msr tpidr_el2, x0
H A Dasm-offsets.c143 DEFINE(NVHE_INIT_TPIDR_EL2, offsetof(struct kvm_nvhe_init_params, tpidr_el2)); in main()
H A Dcpufeature.c2124 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()
/linux/arch/arm64/kvm/
H A Darm.c2017 params->tpidr_el2 = (unsigned long)kasan_reset_tag(per_cpu_ptr_nvhe_sym(__per_cpu_start, cpu)) - in cpu_prepare_hyp_mode()