Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ipc/
H A Dmsgque.c20 #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 Dtest-i386.c1527 #define TEST_STRING(OP, REP)\ macro
1542 TEST_STRING(stos, ""); in test_string()
1543 TEST_STRING(stos, "rep "); in test_string()
1545 TEST_STRING(lods, "rep "); in test_string()
1546 TEST_STRING(movs, ""); in test_string()
1547 TEST_STRING(movs, "rep "); in test_string()
1551 TEST_STRING(scas, ""); in test_string()
1552 TEST_STRING(scas, "repz "); in test_string()
1553 TEST_STRING(scas, "repnz "); in test_string()
1554 TEST_STRING(cmps, ""); in test_string()
[all …]