Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c219 return strdup_printf("%lld /* UNKNOWN */", reg_off); in config_id_to_str()
241 return strdup_printf("KVM_REG_RISCV_CORE_REG(regs.t%lld)", in core_id_to_str()
244 return strdup_printf("KVM_REG_RISCV_CORE_REG(regs.s%lld)", in core_id_to_str()
247 return strdup_printf("KVM_REG_RISCV_CORE_REG(regs.a%lld)", in core_id_to_str()
250 return strdup_printf("KVM_REG_RISCV_CORE_REG(regs.s%lld)", in core_id_to_str()
253 return strdup_printf("KVM_REG_RISCV_CORE_REG(regs.t%lld)", in core_id_to_str()
259 return strdup_printf("%lld /* UNKNOWN */", reg_off); in core_id_to_str()
374 return strdup_printf("%lld /* UNKNOWN */", reg_off); in timer_id_to_str()
387 return strdup_printf("KVM_REG_RISCV_FP_F_REG(f[%lld])", reg_off); in fp_f_id_to_str()
392 return strdup_printf("%lld /* UNKNOWN */", reg_off); in fp_f_id_to_str()
[all …]
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c130 return strdup_printf("KVM_REG_ARM_CORE_REG(regs.regs[%lld])", idx); in core_id_to_str()
145 return strdup_printf("KVM_REG_ARM_CORE_REG(spsr[%lld])", idx); in core_id_to_str()
150 return strdup_printf("KVM_REG_ARM_CORE_REG(fp_regs.vregs[%lld])", idx); in core_id_to_str()
179 return strdup_printf("KVM_REG_ARM64_SVE_ZREG(%lld, 0)", n); in sve_id_to_str()
185 return strdup_printf("KVM_REG_ARM64_SVE_PREG(%lld, 0)", n); in sve_id_to_str()
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dtest_util.h217 char *strdup_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2), nonnull(1)));
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dtest_util.c382 char *strdup_printf(const char *fmt, ...) in strdup_printf() function