Lines Matching refs:index
1804 u64 index;
1813 index = KVM_REG_MIPS_CP0_USERLOCAL;
1814 if (copy_to_user(indices, &index, sizeof(index)))
1819 index = KVM_REG_MIPS_CP0_BADINSTR;
1820 if (copy_to_user(indices, &index, sizeof(index)))
1825 index = KVM_REG_MIPS_CP0_BADINSTRP;
1826 if (copy_to_user(indices, &index, sizeof(index)))
1850 index = KVM_REG_MIPS_CP0_MAAR(i);
1851 if (copy_to_user(indices, &index, sizeof(index)))
1856 index = KVM_REG_MIPS_CP0_MAARI;
1857 if (copy_to_user(indices, &index, sizeof(index)))