Lines Matching refs:pNode

658 static DECLCALLBACK(int)  pgmR3RelocatePhysHandler(PAVLROGCPHYSNODECORE pNode, void *pvUser);
659 static DECLCALLBACK(int) pgmR3RelocateVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser);
660 static DECLCALLBACK(int) pgmR3RelocateHyperVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser);
2416 * @param pNode Pointer to a PGMPHYSHANDLER node.
2420 static DECLCALLBACK(int) pgmR3RelocatePhysHandler(PAVLROGCPHYSNODECORE pNode, void *pvUser)
2422 PPGMPHYSHANDLER pHandler = (PPGMPHYSHANDLER)pNode;
2436 * @param pNode Pointer to a PGMVIRTHANDLER node.
2440 static DECLCALLBACK(int) pgmR3RelocateVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser)
2442 PPGMVIRTHANDLER pHandler = (PPGMVIRTHANDLER)pNode;
2456 * @param pNode Pointer to a PGMVIRTHANDLER node.
2460 static DECLCALLBACK(int) pgmR3RelocateHyperVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser)
2462 PPGMVIRTHANDLER pHandler = (PPGMVIRTHANDLER)pNode;
4000 * @param pNode The handler node.
4003 static DECLCALLBACK(int) pgmR3CheckIntegrityPhysHandlerNode(PAVLROGCPHYSNODECORE pNode, void *pvUser)
4006 PPGMPHYSHANDLER pCur = (PPGMPHYSHANDLER)pNode;
4024 * @param pNode The handler node.
4027 static DECLCALLBACK(int) pgmR3CheckIntegrityVirtHandlerNode(PAVLROGCPTRNODECORE pNode, void *pvUser)
4030 PPGMVIRTHANDLER pCur = (PPGMVIRTHANDLER)pNode;
4056 * @param pNode The handler node.
4059 static DECLCALLBACK(int) pgmR3CheckIntegrityPhysToVirtHandlerNode(PAVLROGCPHYSNODECORE pNode, void *pvUser)
4062 PPGMPHYS2VIRTHANDLER pCur = (PPGMPHYS2VIRTHANDLER)pNode;