Searched refs:ASMGetApicId (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTMpCpuId-generic.cpp41 return ASMGetApicId();
/vbox/src/VBox/Runtime/testcase/
H A DtstTSC.cpp115 const uint8_t ApicId1 = ASMGetApicId();
124 const uint8_t ApicId2 = ASMGetApicId();
126 const uint8_t ApicId3 = ASMGetApicId();
128 const uint8_t ApicId4 = ASMGetApicId();
263 const uint8_t ApicId1 = ASMGetApicId();
266 const uint8_t ApicId2 = ASMGetApicId();
268 const uint8_t ApicId3 = ASMGetApicId();
270 const uint8_t ApicId4 = ASMGetApicId();
273 const uint8_t ApicId5 = ASMGetApicId();
275 const uint8_t ApicId6 = ASMGetApicId();
[all...]
H A DtstRTInlineAsm.cpp1686 BENCH(s_u8 = ASMGetApicId(), "ASMGetApicId");
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread-r0drv-os2.cpp104 int32_t c = g_acPreemptDisabled[ASMGetApicId()];
154 int32_t c = ASMAtomicIncS32(&g_acPreemptDisabled[ASMGetApicId()]);
168 int32_t volatile *pc = &g_acPreemptDisabled[ASMGetApicId()];
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibAll.cpp108 uint8_t idApic = ASMGetApicId();
110 if (RT_LIKELY(ASMGetApicId() == idApic))
207 uint8_t idApic = ASMGetApicId();
H A DSUPDrvGip.cpp214 unsigned iCpu = pGip->aiCpuFromApicId[ASMGetApicId()];
322 idApic = ASMGetApicId();
1285 idApic = ASMGetApicId();
2262 unsigned iCpu = pGip->aiCpuFromApicId[ASMGetApicId()];
2447 supdrvGipUpdatePerCpu(pDevExt, NanoTS, u64TSC, idCpu, ASMGetApicId(), iTick);
4697 pReq->u.Out.idApic = ASMGetApicId();
4717 pReq->u.Out.idApic = ASMGetApicId();
/vbox/src/VBox/Runtime/common/time/
H A Dtimesupref.h91 uint8_t const idApic = ASMGetApicId();
169 if (RT_LIKELY(ASMGetApicId() == idApic))
/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp120 # define RTTRACEBUF_CUR_CPU() ASMGetApicId()
H A Dlog.cpp3628 const uint8_t idCpu = ASMGetApicId();
/vbox/include/iprt/
H A Dasm-amd64-x86.h1127 DECLASM(uint8_t) ASMGetApicId(void);
1129 DECLINLINE(uint8_t) ASMGetApicId(void) function
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp1802 pCurGVCpu->gvmm.s.iCpuEmt = ASMGetApicId();

Completed in 81 milliseconds