Searched refs:tpidr_el2 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-init.S | 103 msr tpidr_el2, x0 106 mrs x0, tpidr_el2 110 msr tpidr_el2, x1
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | assembler.h | 216 mrs \dst, tpidr_el2 223 mrs \dst, tpidr_el2 231 msr tpidr_el2, \src
|
H A D | percpu.h | 29 return read_sysreg(tpidr_el2); in __hyp_my_cpu_offset()
|
H A D | kvm_asm.h | 175 unsigned long tpidr_el2; member
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | hyp-stub.S | 107 msr tpidr_el2, x0
|
H A D | asm-offsets.c | 144 DEFINE(NVHE_INIT_TPIDR_EL2, offsetof(struct kvm_nvhe_init_params, tpidr_el2)); in main()
|
H A D | cpufeature.c | 1998 write_sysreg(read_sysreg(tpidr_el1), tpidr_el2); in cpu_copy_el2regs()
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 548 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 D | arm.c | 1727 params->tpidr_el2 = (unsigned long)kasan_reset_tag(per_cpu_ptr_nvhe_sym(__per_cpu_start, cpu)) - in cpu_prepare_hyp_mode()
|