Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dkvm_asm.h77 __ptr += read_sysreg(tpidr_el2); \
90 mrs \tmp, tpidr_el2
96 mrs \tmp, tpidr_el2
Dkvm_host.h356 void __kvm_set_tpidr_el2(u64 tpidr_el2);
365 u64 tpidr_el2; in __cpu_init_hyp_mode() local
381 tpidr_el2 = (u64)this_cpu_ptr(&kvm_host_cpu_state) in __cpu_init_hyp_mode()
384 kvm_call_hyp(__kvm_set_tpidr_el2, tpidr_el2); in __cpu_init_hyp_mode()
Dassembler.h266 mrs \tmp, tpidr_el2
281 mrs \tmp, tpidr_el2
/arch/arm64/kvm/hyp/
Dsysreg-sr.c187 void __hyp_text __kvm_set_tpidr_el2(u64 tpidr_el2) in __kvm_set_tpidr_el2() argument
189 asm("msr tpidr_el2, %0": : "r" (tpidr_el2)); in __kvm_set_tpidr_el2()
/arch/arm64/kvm/
Dhyp-init.S127 msr tpidr_el2, x1
/arch/arm64/mm/
Dproc.S77 mrs x12, tpidr_el2
127 msr tpidr_el2, x13
/arch/arm64/kernel/
Dcpufeature.c956 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()