Lines Matching refs:index
1808 u64 index;
1817 index = KVM_REG_MIPS_CP0_USERLOCAL;
1818 if (copy_to_user(indices, &index, sizeof(index)))
1823 index = KVM_REG_MIPS_CP0_BADINSTR;
1824 if (copy_to_user(indices, &index, sizeof(index)))
1829 index = KVM_REG_MIPS_CP0_BADINSTRP;
1830 if (copy_to_user(indices, &index, sizeof(index)))
1854 index = KVM_REG_MIPS_CP0_MAAR(i);
1855 if (copy_to_user(indices, &index, sizeof(index)))
1860 index = KVM_REG_MIPS_CP0_MAARI;
1861 if (copy_to_user(indices, &index, sizeof(index)))