Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dkvm_asm.h82 __ptr += read_sysreg(tpidr_el2); \
95 mrs \tmp, tpidr_el2
101 mrs \tmp, tpidr_el2
Dkvm_host.h504 u64 tpidr_el2 = ((u64)this_cpu_ptr(&kvm_host_data) - in __cpu_init_hyp_mode() local
514 __kvm_call_hyp((void *)pgd_ptr, hyp_stack_ptr, vector_ptr, tpidr_el2); in __cpu_init_hyp_mode()
Dassembler.h245 mrs \tmp, tpidr_el2
260 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/
Dcpufeature.c1169 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()