VirtualBox

Changeset 78206 in vbox for trunk/src


Ignore:
Timestamp:
Apr 18, 2019 2:40:06 PM (6 years ago)
Author:
vboxsync
Message:

VMM/APIC: apicStopTimer and apicSetInterruptFF are only used in the APICAll.cpp so make them static.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/APICAll.cpp

    r76553 r78206  
    2828#include <VBox/vmm/vmm.h>
    2929#include <VBox/vmm/vmcpuset.h>
     30
     31
     32/*********************************************************************************************************************************
     33*   Internal Functions                                                                                                           *
     34*********************************************************************************************************************************/
     35static void apicSetInterruptFF(PVMCPU pVCpu, PDMAPICIRQ enmType);
     36static void apicStopTimer(PVMCPU pVCpu);
    3037
    3138
     
    29702977 * @param   enmType         The IRQ type.
    29712978 */
    2972 VMM_INT_DECL(void) apicSetInterruptFF(PVMCPU pVCpu, PDMAPICIRQ enmType)
     2979static void apicSetInterruptFF(PVMCPU pVCpu, PDMAPICIRQ enmType)
    29732980{
    29742981    switch (enmType)
     
    31803187 * @thread  Any.
    31813188 */
    3182 VMM_INT_DECL(void) apicStopTimer(PVMCPU pVCpu)
     3189static void apicStopTimer(PVMCPU pVCpu)
    31833190{
    31843191    Assert(pVCpu);
  • trunk/src/VBox/VMM/include/APICInternal.h

    r76585 r78206  
    14581458VMM_INT_DECL(bool)            apicPostInterrupt(PVMCPU pVCpu, uint8_t uVector, XAPICTRIGGERMODE enmTriggerMode, uint32_t uSrcTag);
    14591459VMM_INT_DECL(void)            apicStartTimer(PVMCPU pVCpu, uint32_t uInitialCount);
    1460 VMM_INT_DECL(void)            apicStopTimer(PVMCPU pVCpu);
    1461 VMM_INT_DECL(void)            apicSetInterruptFF(PVMCPU pVCpu, PDMAPICIRQ enmType);
    14621460VMM_INT_DECL(void)            apicClearInterruptFF(PVMCPU pVCpu, PDMAPICIRQ enmType);
    14631461void                          apicInitIpi(PVMCPU pVCpu);
Note: See TracChangeset for help on using the changeset viewer.

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