Searched defs:paExecCpuDpcs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmp-r0drv-nt.cpp375 KDPC *paExecCpuDpcs; local
408 paExecCpuDpcs = (KDPC *)(pArgs + 1);
412 KeInitializeDpc(&paExecCpuDpcs[0], rtmpNtDPCWrapper, pArgs);
413 KeSetImportanceDpc(&paExecCpuDpcs[0], HighImportance);
414 KeSetTargetProcessorDpc(&paExecCpuDpcs[0], (int)idCpu);
419 KeInitializeDpc(&paExecCpuDpcs[0], rtmpNtDPCWrapper, pArgs);
420 KeSetImportanceDpc(&paExecCpuDpcs[0], HighImportance);
421 KeSetTargetProcessorDpc(&paExecCpuDpcs[0], (int)idCpu);
424 KeInitializeDpc(&paExecCpuDpcs[1], rtmpNtDPCWrapper, pArgs);
425 KeSetImportanceDpc(&paExecCpuDpcs[
[all...]

Completed in 42 milliseconds