Searched refs:HELPER_LOG (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | cc_helper.c | 31 #define HELPER_LOG(x...) qemu_log(x) macro 33 #define HELPER_LOG(x...) macro 462 HELPER_LOG("%s: %15s 0x%016lx 0x%016lx 0x%016lx = %d\n", __func__, in do_calc_cc() 488 HELPER_LOG("%s: %16" PRIx64 "\n", __func__, a1); in HELPER() 511 HELPER_LOG("unknown sacf mode: %" PRIx64 "\n", a1); in HELPER()
|
H A D | int_helper.c | 32 #define HELPER_LOG(x...) qemu_log(x) macro 34 #define HELPER_LOG(x...) macro
|
H A D | mem_helper.c | 50 #define HELPER_LOG(x...) qemu_log(x) macro 52 #define HELPER_LOG(x...) macro 360 HELPER_LOG("%s l %d dest %" PRIx64 " src %" PRIx64 "\n", in do_helper_nc() 398 HELPER_LOG("%s l %d dest %" PRIx64 " src %" PRIx64 "\n", in do_helper_xc() 441 HELPER_LOG("%s l %d dest %" PRIx64 " src %" PRIx64 "\n", in do_helper_oc() 478 HELPER_LOG("%s l %d dest %" PRIx64 " src %" PRIx64 "\n", in do_helper_mvc() 654 HELPER_LOG("%s l %d s1 %" PRIx64 " s2 %" PRIx64 "\n", in do_helper_clc() 660 HELPER_LOG("%02x (%c)/%02x (%c) ", x, x, y, y); in do_helper_clc() 670 HELPER_LOG("\n"); in do_helper_clc() 686 HELPER_LOG("%s: r1 0x%x mask 0x%x addr 0x%" PRIx64 "\n", __func__, r1, in HELPER() [all …]
|
H A D | misc_helper.c | 50 #define HELPER_LOG(x...) qemu_log(x) macro 52 #define HELPER_LOG(x...) macro 60 HELPER_LOG("%s: exception %d\n", __func__, excp); in HELPER() 169 HELPER_LOG("prefix: %#x\n", prefix); in HELPER()
|
H A D | fpu_helper.c | 31 #define HELPER_LOG(x...) qemu_log(x) macro 33 #define HELPER_LOG(x...) macro
|