Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dkvm_asm.h82 __ptr += read_sysreg(tpidr_el2); \
123 mrs \tmp, tpidr_el2
129 mrs \tmp, tpidr_el2
Dkvm_host.h508 u64 tpidr_el2 = ((u64)this_cpu_ptr(&kvm_host_data) - in __cpu_init_hyp_mode() local
518 __kvm_call_hyp((void *)pgd_ptr, hyp_stack_ptr, vector_ptr, tpidr_el2); in __cpu_init_hyp_mode()
Dassembler.h252 mrs \tmp, tpidr_el2
267 mrs \tmp, tpidr_el2
/arch/arm64/kvm/
Dhyp-init.S116 msr tpidr_el2, x3
/arch/arm64/mm/
Dproc.S69 mrs x12, tpidr_el2
131 msr tpidr_el2, x13
/arch/arm64/kernel/
Dentry.S1162 mrs x29, tpidr_el2
Dcpufeature.c1232 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()