OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dispatch
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/events/
evgpeutil.c
372
ACPI_FREE (GpeEventInfo->
Dispatch
.Handler);
373
GpeEventInfo->
Dispatch
.Handler = NULL;
381
Notify = GpeEventInfo->
Dispatch
.NotifyList;
389
GpeEventInfo->
Dispatch
.NotifyList = NULL;
evgpe.c
3
* Module Name: evgpe - General Purpose Event handling and
dispatch
501
/* Detect and
dispatch
one GPE bit */
550
/* Do the correct
dispatch
- normal method or implicit notify */
557
*
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)));
711
* DESCRIPTION: Detect and
dispatch
a General Purpose Event to either a function
808
/*
Dispatch
the event to a raw handler */
810
GpeHandlerInfo = GpeEventInfo->
Dispatch
.Handler
[
all
...]
evxface.c
641
* invoked at interrupt level at the time of the event
dispatch
.
923
Handler->MethodNode = GpeEventInfo->
Dispatch
.MethodNode;
951
GpeEventInfo->
Dispatch
.Handler = Handler;
953
/* Setup up
dispatch
flags to indicate handler (vs. method/notify) */
1122
if (GpeEventInfo->
Dispatch
.Handler->Address != Address)
1130
Handler = GpeEventInfo->
Dispatch
.Handler;
1131
GpeEventInfo->
Dispatch
.Handler = NULL;
1133
/* Restore Method node (if any), set
dispatch
flags */
1135
GpeEventInfo->
Dispatch
.MethodNode = Handler->MethodNode;
evxfgpe.c
543
Notify = GpeEventInfo->
Dispatch
.NotifyList;
557
NewNotify->Next = GpeEventInfo->
Dispatch
.NotifyList;
558
GpeEventInfo->
Dispatch
.NotifyList = NewNotify;
779
* DESCRIPTION: Detect and
dispatch
a General Purpose Event to either a function
evgpeinit.c
311
* information for quick lookup during GPE
dispatch
. Allows a
454
* use during
dispatch
of this GPE.
458
GpeEventInfo->
Dispatch
.MethodNode = MethodNode;
/src/external/apache2/llvm/dist/llvm/lib/MCA/
Context.cpp
12
/// a default out-of-order pipeline with fetch,
dispatch
, execute, and retire
47
auto
Dispatch
= std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth,
65
StagePipeline->appendStage(std::move(
Dispatch
));
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp
22
/// up multi-entry loops by adding a new block that can
dispatch
to each of the
25
/// variable and a branch to the
dispatch
block. Then the
dispatch
block is the
333
// loop by creating a
dispatch
block for them, routing control flow using
359
// Create a
dispatch
block which will contain a jump table to the entries.
360
MachineBasicBlock *
Dispatch
= MF.CreateMachineBasicBlock();
361
MF.insert(MF.end(),
Dispatch
);
362
Blocks.insert(
Dispatch
);
367
BuildMI(
Dispatch
, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32));
386
Dispatch
->addSuccessor(Entry)
[
all
...]
/src/sys/arch/emips/stand/common/
start.S
105
bne k1,zero,
Dispatch
113
EXPORT(
Dispatch
)
/src/sys/external/bsd/acpica/dist/include/
acobject.h
226
}
Dispatch
;
aclocal.h
506
/*
Dispatch
info for each host-installed SCI handler */
516
/*
Dispatch
info for each GPE -- either a method or handler, cannot be both */
538
* GPE
dispatch
info. At any time, the GPE can have at most one type
539
* of
dispatch
- Method, Handler, or Implicit Notify.
555
union acpi_gpe_dispatch_info
Dispatch
; /* Either Method, Handler, or NotifyList */
/src/sys/external/bsd/acpica/dist/parser/
psxface.c
214
Status = Info->ObjDesc->Method.
Dispatch
.Implementation (WalkState);
/src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c
221
ObjDesc->Method.
Dispatch
.Implementation = AcpiUtOsiImplementation;
/src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c
656
Status = ObjDesc->Method.
Dispatch
.Implementation (NextWalkState);
/src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c
995
Notify = GpeEventInfo->
Dispatch
.NotifyList;
Completed in 32 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026