Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S103 msr tpidr_el2, x0
106 mrs x0, tpidr_el2
110 msr tpidr_el2, x1
/openbmc/linux/arch/arm64/include/asm/
H A Dassembler.h216 mrs \dst, tpidr_el2
223 mrs \dst, tpidr_el2
231 msr tpidr_el2, \src
H A Dpercpu.h29 return read_sysreg(tpidr_el2); in __hyp_my_cpu_offset()
H A Dkvm_asm.h175 unsigned long tpidr_el2; member
/openbmc/linux/arch/arm64/kernel/
H A Dhyp-stub.S107 msr tpidr_el2, x0
H A Dasm-offsets.c144 DEFINE(NVHE_INIT_TPIDR_EL2, offsetof(struct kvm_nvhe_init_params, tpidr_el2)); in main()
H A Dcpufeature.c1998 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()
/openbmc/qemu/docs/about/
H A Demulation.rst548 Instr: mrs x1, tpidr_el2 (1789339 hits) (op=0xd53cd041/ System Reg)
549 Instr: mrs x2, tpidr_el2 (1513494 hits) (op=0xd53cd042/ System Reg)
550 Instr: mrs x0, tpidr_el2 (1490823 hits) (op=0xd53cd040/ System Reg)
553 Instr: mrs x4, tpidr_el2 (528437 hits) (op=0xd53cd044/ System Reg)
/openbmc/linux/arch/arm64/kvm/
H A Darm.c1727 params->tpidr_el2 = (unsigned long)kasan_reset_tag(per_cpu_ptr_nvhe_sym(__per_cpu_start, cpu)) - in cpu_prepare_hyp_mode()