Searched refs:sp_el1 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | sysreg-sr.h | 70 ctxt_sys_reg(ctxt, SP_EL1) = read_sysreg(sp_el1); in __sysreg_save_el1_state() 164 write_sysreg(ctxt_sys_reg(ctxt, SP_EL1), sp_el1); in __sysreg_restore_el1_state()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | hyp-stub.S | 104 mrs x0, sp_el1
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 269 uint64_t sp_el1, elr_el1; member
|
/openbmc/linux/tools/arch/arm64/include/uapi/asm/ |
H A D | kvm.h | 54 __u64 sp_el1; member
|
/openbmc/linux/arch/arm64/include/uapi/asm/ |
H A D | kvm.h | 54 __u64 sp_el1; member
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | kvm.h | 52 __u64 sp_el1; member
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | get-reg-list.c | 125 case KVM_REG_ARM_CORE_REG(sp_el1): in core_id_to_str() 307 KVM_REG_ARM64 | KVM_REG_SIZE_U64 | KVM_REG_ARM_CORE | KVM_REG_ARM_CORE_REG(sp_el1),
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | macro.h | 282 msr sp_el1, \tmp /* Migrate SP */
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | guest.c | 86 case KVM_REG_ARM_CORE_REG(sp_el1): in core_reg_size_from_offset() 148 case KVM_REG_ARM_CORE_REG(sp_el1): in core_reg_addr()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 362 vcpu_set_reg(vcpu, ARM64_CORE_REG(sp_el1), stack_vaddr + stack_size); in aarch64_vcpu_add()
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 2094 ret = kvm_set_one_reg(cs, AARCH64_CORE_REG(sp_el1), &env->sp_el[1]); in kvm_arch_put_registers() 2266 ret = kvm_get_one_reg(cs, AARCH64_CORE_REG(sp_el1), &env->sp_el[1]); in kvm_arch_get_registers()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 2534 0x6030 0000 0010 0044 SP_EL1 64 sp_el1
|