Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Dget-reg-list.c156 __u64 core_off = id & ~REG_MASK, idx; in core_id_to_str() local
161 switch (core_off) { in core_id_to_str()
164 idx = (core_off - KVM_REG_ARM_CORE_REG(regs.regs[0])) / CORE_REGS_XX_NR_WORDS; in core_id_to_str()
179 idx = (core_off - KVM_REG_ARM_CORE_REG(spsr[0])) / CORE_SPSR_XX_NR_WORDS; in core_id_to_str()
184 idx = (core_off - KVM_REG_ARM_CORE_REG(fp_regs.vregs[0])) / CORE_FPREGS_XX_NR_WORDS; in core_id_to_str()
323 __u64 id, core_off; in core_reg_fixup() local
336 core_off = id & ~REG_MASK; in core_reg_fixup()
338 switch (core_off) { in core_reg_fixup()
347 if (core_off & 3) in core_reg_fixup()
360 if (core_off & 1) in core_reg_fixup()