Searched refs:core_off (Results 1 – 1 of 1) sorted by relevance
105 __u64 core_off = id & ~REG_MASK, idx; in core_id_to_str() local110 switch (core_off) { in core_id_to_str()113 idx = (core_off - KVM_REG_ARM_CORE_REG(regs.regs[0])) / CORE_REGS_XX_NR_WORDS; in core_id_to_str()128 idx = (core_off - KVM_REG_ARM_CORE_REG(spsr[0])) / CORE_SPSR_XX_NR_WORDS; in core_id_to_str()133 idx = (core_off - KVM_REG_ARM_CORE_REG(fp_regs.vregs[0])) / CORE_FPREGS_XX_NR_WORDS; in core_id_to_str()267 __u64 id, core_off; in core_reg_fixup() local280 core_off = id & ~REG_MASK; in core_reg_fixup()282 switch (core_off) { in core_reg_fixup()291 if (core_off & 3) in core_reg_fixup()304 if (core_off & 1) in core_reg_fixup()