Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c105 __u64 core_off = id & ~REG_MASK, idx; in core_id_to_str() local
110 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() local
280 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()