Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/kvm/aarch64/
Dget-reg-list.c89 __u64 core_off = id & ~REG_MASK, idx; in core_id_to_str() local
94 switch (core_off) { in core_id_to_str()
97 idx = (core_off - KVM_REG_ARM_CORE_REG(regs.regs[0])) / CORE_REGS_XX_NR_WORDS; in core_id_to_str()
112 idx = (core_off - KVM_REG_ARM_CORE_REG(spsr[0])) / CORE_SPSR_XX_NR_WORDS; in core_id_to_str()
117 idx = (core_off - KVM_REG_ARM_CORE_REG(fp_regs.vregs[0])) / CORE_FPREGS_XX_NR_WORDS; in core_id_to_str()
251 __u64 id, core_off; in core_reg_fixup() local
264 core_off = id & ~REG_MASK; in core_reg_fixup()
266 switch (core_off) { in core_reg_fixup()
275 if (core_off & 3) in core_reg_fixup()
288 if (core_off & 1) in core_reg_fixup()