Searched refs:RT_LO_U16 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp1764 RTStrPrintf(s_szBuf, sizeof(s_szBuf), "TODO_%04x_%04x", RT_HI_U16(uMsr), RT_LO_U16(uMsr));
1836 RTStrPrintf(s_szBuf, sizeof(s_szBuf), "TODO_%04x_%04x_n", RT_HI_U16(uMsr), RT_LO_U16(uMsr));
3229 RTStrPrintf(szName, sizeof(szName), "ZERO_%04x_%04x", RT_HI_U16(uMsr), RT_LO_U16(uMsr));
3235 RT_HI_U16(uMsr), RT_LO_U16(uMsr), RT_HI_U16(uMsrLast), RT_LO_U16(uMsrLast));
/vbox/include/iprt/
H A Dcdefs.h1700 /** @def RT_LO_U16
1703 # define RT_LO_U16(a) __extension__ ({ AssertCompile(sizeof((a)) == sizeof(uint32_t)); (uint16_t)(a); }) macro
1705 # define RT_LO_U16(a) ( (uint16_t)(a) ) macro
1767 * @deprecated Use RT_LO_U16. */
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp463 pThis->Core.ActualCtx.aSRegs[X86_SREG_CS] = RT_LO_U16((uint32_t)pCtx->uc_mcontext.gregs[REG_CSGSFS]);

Completed in 154 milliseconds