Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c47 ml_printf("."); in pdot()
75 ml_printf("Filling test area with u8 (%p):", ptr); in init_test_data_u8()
82 ml_printf("done %d @ %p\n", i, ptr); in init_test_data_u8()
101 ml_printf("Filling test area with s8 pairs (%s):", in init_test_data_s8()
109 ml_printf("done %d @ %p\n", i * 2, ptr); in init_test_data_s8()
125 ml_printf("Flushing %d bytes from %p: ", offset, ptr); in reset_start_data()
132 ml_printf("done %d @ %p\n", i, ptr); in reset_start_data()
144 ml_printf("Filling test area with u16 (offset %d, %p):", offset, ptr); in init_test_data_u16()
152 ml_printf("done %d @ %p\n", i, ptr); in init_test_data_u16()
164 ml_printf("Filling test area with u32 (offset %d, %p):", offset, ptr); in init_test_data_u32()
[all …]
H A Dhello.c12 ml_printf("Hello World\n"); in main()
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dsemiheap.c39 ml_printf("Semihosting Heap Info Test\n"); in main()
44 ml_printf("null heap: %p -> %p\n", info.heap_base, info.heap_limit); in main()
50 ml_printf("heap base %p >= heap_limit %p\n", in main()
56 ml_printf("null stack: %p -> %p\n", info.stack_base, info.stack_limit); in main()
67 ml_printf("info appears to be inside the heap: %p in %p:%p\n", in main()
72 ml_printf("heap: %p -> %p\n", info.heap_base, info.heap_limit); in main()
73 ml_printf("stack: %p <- %p\n", info.stack_limit, info.stack_base); in main()
84 ml_printf("unexpected value in heap: %d @ %p", tmp, ptr_to_heap); in main()
89 ml_printf("r/w to heap up to %p\n", ptr_to_heap); in main()
91 ml_printf("Passed HeapInfo checks\n"); in main()
H A Dvtimer.c32 ml_printf("VTimer Test\n"); in main()
38 ml_printf("cntvoff_el2=%lx\n", read_sysreg(cntvoff_el2)); in main()
39 ml_printf("cntv_cval_el0=%lx\n", read_sysreg(cntv_cval_el0)); in main()
40 ml_printf("cntv_ctl_el0=%lx\n", read_sysreg(cntv_ctl_el0)); in main()
44 ml_printf("%d: cntv_cval_el0=%lx\n", i, read_sysreg(cntv_cval_el0)); in main()
H A Dpauth-3.c34 ml_printf("OK\n"); in main()
37 ml_printf("FAIL: %lx != %lx\n", r, d[4]); in main()
H A Dsemiconsole.c29 ml_printf("Semihosting Console Test\n"); in main()
30 ml_printf("hit X to exit:"); in main()
/openbmc/qemu/tests/tcg/arm/system/
H A Dsemiconsole.c33 ml_printf("Semihosting Console Test\n"); in main()
34 ml_printf("hit X to exit:"); in main()
/openbmc/qemu/tests/tcg/minilib/
H A Dminilib.h23 void ml_printf(const char *fmt, ...);
H A Dprintf.c47 void ml_printf(const char *fmt, ...) in ml_printf() function