Home
last modified time | relevance | path

Searched refs:KVM_REG_ARM64_SVE_VLS (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c165 if (id == KVM_REG_ARM64_SVE_VLS) in sve_id_to_str()
616 KVM_REG_ARM64_SVE_VLS,
670 KVM_REG_ARM64_SVE_VLS,
/linux-6.15/arch/arm64/kvm/
H A Dguest.c492 if (reg->id == KVM_REG_ARM64_SVE_VLS) in get_sve_reg()
518 if (reg->id == KVM_REG_ARM64_SVE_VLS) in set_sve_reg()
684 reg = KVM_REG_ARM64_SVE_VLS; in copy_sve_reg_indices()
/linux-6.15/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h346 #define KVM_REG_ARM64_SVE_VLS (KVM_REG_ARM64 | KVM_REG_ARM64_SVE | \ macro
/linux-6.15/arch/arm64/include/uapi/asm/
H A Dkvm.h346 #define KVM_REG_ARM64_SVE_VLS (KVM_REG_ARM64 | KVM_REG_ARM64_SVE | \ macro
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst2627 0x6060 0000 0015 ffff KVM_REG_ARM64_SVE_VLS pseudo-register
2636 In addition, except for KVM_REG_ARM64_SVE_VLS, these registers are not
2641 KVM_REG_ARM64_SVE_VLS is a pseudo-register that allows the set of vector
2665 KVM_REG_ARM64_SVE_VLS is only accessible after KVM_ARM_VCPU_INIT.
3508 - KVM_REG_ARM64_SVE_VLS may be read using KVM_GET_ONE_REG: the
3521 - KVM_REG_ARM64_SVE_VLS may optionally be written using
3527 - the KVM_REG_ARM64_SVE_VLS pseudo-register is immutable, and can