Searched refs:szInstr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVMMGuruMeditation.cpp530 char szInstr[256]; local
533 &szInstr[0], sizeof(szInstr), NULL);
536 "!! %s\n", szInstr);
H A DPDMLdr.cpp1612 #define IS_SKIP_INSTR(szInstr) \
1613 ( cchSkip == sizeof(szInstr) - 1 \
1614 && !memcmp(pszCur, szInstr, sizeof(szInstr) - 1) )
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp2155 char szInstr[80] = {0};
2165 szInstr, sizeof(szInstr));
2166 CIDET_DPRINTF(("%04u: %s", iSubTest, szInstr));
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp3946 char szInstr[256]; local
3949 szInstr, sizeof(szInstr), NULL);
3950 Log3(("%s%s\n", szRegs, szInstr));
4352 char szInstr[256]; local
4355 szInstr, sizeof(szInstr), NULL);
4357 RTAssertMsg2Weak("%s%s\n", szRegs, szInstr);
10476 char szInstr[256]; local
10481 szInstr, sizeo
[all...]

Completed in 1146 milliseconds