Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c137 __u64 core_off = id & ~REG_MASK, idx; in core_id_to_str() local
142 switch (core_off) { in core_id_to_str()
145 idx = (core_off - KVM_REG_ARM_CORE_REG(regs.regs[0])) / CORE_REGS_XX_NR_WORDS; in core_id_to_str()
160 idx = (core_off - KVM_REG_ARM_CORE_REG(spsr[0])) / CORE_SPSR_XX_NR_WORDS; in core_id_to_str()
165 idx = (core_off - KVM_REG_ARM_CORE_REG(fp_regs.vregs[0])) / CORE_FPREGS_XX_NR_WORDS; in core_id_to_str()