Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 – 25 of 30) sorted by relevance

12

/trueos/sys/contrib/dev/acpica/components/events/
HDevgpe.c502 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvGpeDetect()
587 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
612 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()
623 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()
799 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
801 GpeEventInfo->Dispatch.Handler->Context); in AcpiEvGpeDispatch()
HDevgpeutil.c372 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()
373 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()
381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
388 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
HDevxface.c923 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL()
951 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()
1122 if (GpeEventInfo->Dispatch.Handler->Address != Address) in ACPI_EXPORT_SYMBOL()
1130 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()
1131 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()
1135 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode; in ACPI_EXPORT_SYMBOL()
HDevxfgpe.c462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
477 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
HDevgpeinit.c458 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
HDevrgnini.c659 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCScheduleE500mc.td19 // * Decode & Dispatch
22 def DIS0 : FuncUnit; // Dispatch stage - insn 1
23 def DIS1 : FuncUnit; // Dispatch stage - insn 2
HDPPCScheduleE5500.td20 // * Decode & Dispatch
/trueos/sys/contrib/dev/acpica/components/parser/
HDpsxface.c336 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/trueos/sys/contrib/dev/acpica/components/namespace/
HDnseval.c456 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode()
HDnsaccess.c181 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/trueos/sys/contrib/dev/acpica/include/
HDacobject.h221 } Dispatch; member
HDaclocal.h506 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
/trueos/sys/contrib/dev/acpica/components/dispatcher/
HDdsmethod.c600 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
/trueos/sys/contrib/dev/acpica/components/debugger/
HDdbdisply.c956 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsCallingConv.td218 // Mips Calling Convention Dispatch
/trueos/contrib/gcc/config/rs6000/
HDpower5.md55 ; Dispatch slots are allocated in order conforming to program order.
HDpower4.md74 ; Dispatch slots are allocated in order conforming to program order.
/trueos/contrib/llvm/lib/Target/ARM/
HDARMSchedule.td50 // NumMicroOps = 2; // Dispatch 2 micro-ops.
/trueos/contrib/llvm/patches/
HDpatch-r279302-clang-r211785-add-fuse-ld.diff59 /// \brief Dispatch to the specific toolchain for verbose printing.
/trueos/contrib/libstdc++/
DChangeLog-20043309 (__complex_abs): New. Dispatch to built-ins.
3311 (__complex_arg): New. Dispatch to built-ins.
3313 (__complex_cos): New. Dispatch to built-ins.
3315 (__complex_cosh): New. Dispatch to built-ins.
3317 (__complex_exp): New. Dispatch to built-ins.
3319 (__complex_log): New. Dispatch to built-ins.
3321 (__complex_sin): New. Dispatch to built-ins.
3323 (__complex_sinh): New. Dispatch to built-ins.
3325 (__complex_sqrt): New. Dispatch to built-ins.
3327 (__complex_tan): New. Dispatch to built-ins.
[all …]
DChangeLog-20034255 (underflow): Dispatch to _M_underflow(false).
4256 (uflow): Dispatch to _M_underflow(true).
4285 * include/bits/basic_string.h (basic_string::replace): Dispatch
/trueos/contrib/wpa/hostapd/
HDChangeLog149 - Dispatch more WPS events through hostapd ctrl_iface.
/trueos/contrib/libstdc++/include/tr1/
Drandom79 // Dispatch based on modulus value to prevent divide-by-zero compile-time
/trueos/contrib/gcc/doc/
HDtm.texi6487 * Dispatch Tables:: Output of jump tables.
7785 @node Dispatch Tables
7786 @subsection Output of Dispatch Tables

12