Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c106 static const char *core_id_to_str(const char *prefix, __u64 id) in core_id_to_str() function
226 printf("\tKVM_REG_ARM64 | %s | KVM_REG_ARM_CORE | %s,\n", reg_size, core_id_to_str(prefix, id)); in print_reg()
/openbmc/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c144 static const char *core_id_to_str(const char *prefix, __u64 id) in core_id_to_str() function
450 reg_size, core_id_to_str(prefix, id)); in print_reg()