Searched refs:TEST_STRING (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/ipc/ |
H A D | msgque.c | 20 #define TEST_STRING "Test sysv5 msg" macro 178 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque() 179 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING), in fill_msgque()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1551 #define TEST_STRING(OP, REP)\ macro 1566 TEST_STRING(stos, ""); in test_string() 1567 TEST_STRING(stos, "rep "); in test_string() 1568 TEST_STRING(lods, ""); /* to verify stos */ in test_string() 1569 TEST_STRING(lods, "rep "); in test_string() 1570 TEST_STRING(movs, ""); in test_string() 1571 TEST_STRING(movs, "rep "); in test_string() 1572 TEST_STRING(lods, ""); /* to verify stos */ in test_string() 1575 TEST_STRING(scas, ""); in test_string() 1576 TEST_STRING(scas, "repz "); in test_string() [all …]
|