Home
last modified time | relevance | path

Searched refs:KVM_REG_MIPS_VEC_128 (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/mips/kvm/
A Dmips.c639 index = KVM_REG_MIPS_VEC_128(i); in kvm_mips_copy_reg_indices()
708 case KVM_REG_MIPS_VEC_128(0) ... KVM_REG_MIPS_VEC_128(31): in kvm_mips_get_reg()
714 idx = reg->id - KVM_REG_MIPS_VEC_128(0); in kvm_mips_get_reg()
842 case KVM_REG_MIPS_VEC_128(0) ... KVM_REG_MIPS_VEC_128(31): in kvm_mips_set_reg()
845 idx = reg->id - KVM_REG_MIPS_VEC_128(0); in kvm_mips_set_reg()
/linux-6.3-rc2/tools/arch/mips/include/uapi/asm/
A Dkvm.h168 #define KVM_REG_MIPS_VEC_128(n) (KVM_REG_MIPS_FPR | KVM_REG_SIZE_U128 | (n)) macro
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dkvm.h186 #define KVM_REG_MIPS_VEC_128(n) (KVM_REG_MIPS_FPR | KVM_REG_SIZE_U128 | (n)) macro
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst2471 MIPS KVM_REG_MIPS_VEC_128(0..31) 128
2687 registers (see KVM_REG_MIPS_VEC_128() above) have similar patterns as they

Completed in 14 milliseconds