Searched refs:Dispatch (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devgpeutil.c372 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
373 GpeEventInfo->Dispatch.Handler = NULL;
381 Notify = GpeEventInfo->Dispatch.NotifyList;
389 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devgpe.c557 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
566 Notify = GpeEventInfo->Dispatch.NotifyList;
591 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode;
602 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode)));
808 /* Dispatch the event to a raw handler */
810 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler;
829 /* Dispatch the event to a standard handler or method. */
851 * DESCRIPTION: Dispatch a General Purpose Event to either a function (e.g. EC)
907 * Dispatch the GPE to either an installed handler or the control
919 ReturnValue = GpeEventInfo->Dispatch
[all...]
H A Devxface.c923 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
951 GpeEventInfo->Dispatch.Handler = Handler;
1122 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1130 Handler = GpeEventInfo->Dispatch.Handler;
1131 GpeEventInfo->Dispatch.Handler = NULL;
1135 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
H A Devxfgpe.c543 Notify = GpeEventInfo->Dispatch.NotifyList;
557 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
558 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devgpeinit.c458 GpeEventInfo->Dispatch.MethodNode = MethodNode;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DContext.cpp47 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, local
65 StagePipeline->appendStage(std::move(Dispatch));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp360 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); local
361 MF.insert(MF.end(), Dispatch);
362 Blocks.insert(Dispatch);
367 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32));
386 Dispatch->addSuccessor(Entry);
396 if (Pred != Dispatch) {
456 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch);
457 Routing->addSuccessor(Dispatch);
/netbsd-current/sys/arch/emips/stand/common/
H A Dstart.S105 bne k1,zero,Dispatch
113 EXPORT(Dispatch)
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacobject.h226 } Dispatch; member in struct:acpi_object_method
H A Daclocal.h505 /* Dispatch info for each host-installed SCI handler */
515 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
554 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member in struct:acpi_gpe_event_info
/netbsd-current/sys/external/bsd/acpica/dist/parser/
H A Dpsxface.c214 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsaccess.c221 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsmethod.c649 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c995 Notify = GpeEventInfo->Dispatch.NotifyList;

Completed in 222 milliseconds