Changeset 97184 in vbox for trunk/include
- Timestamp:
- Oct 17, 2022 10:29:05 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r97183 r97184 2209 2209 * non-root mode into account when doing the updating. 2210 2210 * 2211 * @param pVCpu The cross context virtual CPU structure. 2212 * @param fInhibited The new state. 2211 * @param pCtx Current guest CPU context. 2213 2212 */ 2214 2213 DECLINLINE(void) CPUMClearInterruptInhibitingByNmiEx(PCPUMCTX pCtx) … … 2241 2240 * non-root mode into account when doing the updating. 2242 2241 * 2243 * @param p VCpu The cross context virtual CPU structure.2242 * @param pCtx Current guest CPU context. 2244 2243 * @param fInhibited The new state. 2245 2244 */
Note:
See TracChangeset
for help on using the changeset viewer.