Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h15 UCALL_PRINTF, enumerator
55 #define GUEST_PRINTF(_fmt, _args...) ucall_fmt(UCALL_PRINTF, _fmt, ##_args)
/openbmc/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c126 case UCALL_PRINTF: in run_test()