Searched refs:pPendingR0 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp206 || pQueue->pPendingR0 != NIL_RTR0PTR
/vbox/src/VBox/VMM/VMMR3/
H A DPDMQueue.cpp98 //pQueue->pPendingR0 = NULL;
657 || pCur->pPendingR0
688 RTR0PTR pItemsR0 = ASMAtomicXchgR0Ptr(&pQueue->pPendingR0, NIL_RTR0PTR);
874 || pQueue->pPendingR0
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h862 R0PTRTYPE(PPDMQUEUEITEMCORE) volatile pPendingR0; member in struct:PDMQUEUE
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h568 GEN_CHECK_OFF(PDMQUEUE, pPendingR0);

Completed in 53 milliseconds