VirtualBox

vbox的更動 10661 路徑 trunk/include/VBox/pdmapi.h


忽略:
時間撮記:
2008-7-15 下午02:21:04 (16 年 以前)
作者:
vboxsync
訊息:

Reduce the number of world switches caused by cr8 writes by checking if we really need to be notified. (only when
an interrupt is pending and masked by the TRP value)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/pdmapi.h

    r10521 r10661  
    100100
    101101/**
    102  * Set the TPR (task priority register?).
     102 * Set the TPR (task priority register).
    103103 *
    104104 * @returns VBox status code.
     
    109109
    110110/**
    111  * Get the TPR (task priority register?).
     111 * Get the TPR (task priority register).
    112112 *
    113113 * @returns The current TPR.
    114114 * @param   pVM             VM handle.
    115115 * @param   pu8TPR          Where to store the TRP.
    116  */
    117 PDMDECL(int) PDMApicGetTPR(PVM pVM, uint8_t *pu8TPR);
     116 * @param   pfPending       Pending state (out).
     117 */
     118PDMDECL(int) PDMApicGetTPR(PVM pVM, uint8_t *pu8TPR, bool *pfPending);
    118119
    119120
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette