OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AmlOpcode
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c
224
(Op->Common.Parent->Common.
AmlOpcode
== AML_SCOPE_OP))
230
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
)));
236
ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.
AmlOpcode
);
254
switch (Op->Common.Parent->Common.
AmlOpcode
)
296
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_REGION_OP) ||
297
(Op->Common.Parent->Common.
AmlOpcode
== AML_DATA_REGION_OP) ||
298
(Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
299
(Op->Common.Parent->Common.
AmlOpcode
== AML_BUFFER_OP) ||
300
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP) ||
301
(Op->Common.Parent->Common.
AmlOpcode
== AML_INT_EVAL_SUBTREE_OP) |
[
all
...]
dsopcode.c
61
UINT16
AmlOpcode
,
102
* PARAMETERS:
AmlOpcode
- CreateXxxField
117
UINT16
AmlOpcode
,
155
AcpiPsGetOpcodeName (
AmlOpcode
),
167
switch (
AmlOpcode
)
237
AmlOpcode
));
269
ObjDesc->BufferField.IsCreateField =
AmlOpcode
== AML_CREATE_FIELD_OP;
284
if (
AmlOpcode
== AML_CREATE_FIELD_OP)
361
Op->Common.
AmlOpcode
, ACPI_WALK_OPERANDS, WalkState);
365
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
), Status))
[
all
...]
dscontrol.c
83
Op, Op->Common.
AmlOpcode
, WalkState));
85
switch (Op->Common.
AmlOpcode
)
128
Op->Common.
AmlOpcode
;
188
switch (Op->Common.
AmlOpcode
)
398
if (Op->Common.
AmlOpcode
== AML_BREAK_OP)
411
Op->Common.
AmlOpcode
, Op));
dsobject.c
85
if (Op->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP)
96
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
97
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
130
(AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
))->ObjectType);
137
WalkState, Op, Op->Common.
AmlOpcode
, &ObjDesc);
148
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
149
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
153
if ((Op->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP) &&
231
if (ByteList->Common.
AmlOpcode
!= AML_INT_BYTELIST_OP)
235
ByteList->Common.
AmlOpcode
, ByteList))
[
all
...]
dswexec.c
257
WalkState->Opcode = Op->Common.
AmlOpcode
;
258
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
310
if (Op->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP)
340
if (Op->Common.
AmlOpcode
!= AML_SCOPE_OP)
415
ACPI_ERROR ((AE_INFO, "Unknown opcode 0x%X", Op->Common.
AmlOpcode
));
545
((Op->Asl.Parent->Asl.
AmlOpcode
== AML_PACKAGE_OP) ||
546
(Op->Asl.Parent->Asl.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP)))
649
Op, Op->Named.Value.Arg, Op->Common.Parent->Common.
AmlOpcode
));
651
switch (Op->Common.Parent->Common.
AmlOpcode
)
704
if (Op->Common.
AmlOpcode
== AML_REGION_OP
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbxface.c
211
if ((ParentOp->Common.
AmlOpcode
== AML_IF_OP) ||
212
(ParentOp->Common.
AmlOpcode
== AML_WHILE_OP))
224
if ((ParentOp->Common.
AmlOpcode
== AML_IF_OP) ||
225
(ParentOp->Common.
AmlOpcode
== AML_ELSE_OP) ||
226
(ParentOp->Common.
AmlOpcode
== AML_SCOPE_OP) ||
227
(ParentOp->Common.
AmlOpcode
== AML_METHOD_OP) ||
228
(ParentOp->Common.
AmlOpcode
== AML_WHILE_OP))
319
if (Op->Common.
AmlOpcode
== AML_INT_NAMEDFIELD_OP)
370
AcpiOsPrintf ("AML Opcode: %4.4X %s\n", Op->Common.
AmlOpcode
,
371
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
));
[
all
...]
/src/sys/external/bsd/acpica/dist/disassembler/
dmwalk.c
266
switch (Op->Common.
AmlOpcode
)
309
((Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
310
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP)))
321
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
356
switch (Op->Common.
AmlOpcode
)
382
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
436
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
484
if (Op->Common.
AmlOpcode
== AML_IF_OP)
499
if (NextOp->Common.
AmlOpcode
== AML_ZERO_OP)
504
(NextOp2->Common.
AmlOpcode
== AML_EXTERNAL_OP)
[
all
...]
dmcstyle.c
131
switch (Op->Common.
AmlOpcode
)
201
switch (Argument1->Common.
AmlOpcode
)
244
if ((Argument1->Common.
AmlOpcode
== AML_STRING_OP) ||
245
(Argument1->Common.
AmlOpcode
== AML_BUFFER_OP) ||
246
(Argument1->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
247
(Argument1->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
306
switch (Op->Common.
AmlOpcode
)
322
if (Op->Common.
AmlOpcode
== AML_DIVIDE_OP)
362
Op->Common.
AmlOpcode
= AML_MOD_OP;
398
switch (Op->Common.
AmlOpcode
)
[
all
...]
dmdeferred.c
92
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
101
switch (Op->Common.
AmlOpcode
)
133
Op->Common.
AmlOpcode
));
220
switch (Op->Common.
AmlOpcode
)
226
switch (Op->Common.
AmlOpcode
)
dmopcode.c
96
if (Op->Common.
AmlOpcode
== AML_RETURN_OP)
102
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
125
if (PrevOp->Asl.
AmlOpcode
!= AML_INT_NAMEPATH_OP)
193
switch (NextOp->Common.
AmlOpcode
)
198
NotifyValue = (UINT8) NextOp->Common.
AmlOpcode
;
402
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
415
if (IndexOp->Common.
AmlOpcode
!= AML_INT_NAMEPATH_OP)
719
switch (Op->Common.
AmlOpcode
)
746
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
750
switch (Op->Common.
AmlOpcode
)
[
all
...]
dmnames.c
307
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
317
if (Op->Common.
AmlOpcode
== AML_CREATE_FIELD_OP)
355
OpInfo = AcpiPsGetOpcodeInfo (Search->Common.
AmlOpcode
);
369
if (Op->Common.
AmlOpcode
== AML_CREATE_FIELD_OP)
/src/sys/external/bsd/acpica/dist/common/
dmswitch.c
93
switch (Op->Common.
AmlOpcode
)
264
if (!OneOp || (OneOp->Common.
AmlOpcode
!= AML_ONE_OP))
272
if (!StoreOp || (StoreOp->Common.
AmlOpcode
!= AML_STORE_OP))
281
(NamePathOp->Common.
AmlOpcode
!= AML_INT_NAMEPATH_OP))
323
if (CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
342
switch (TempOp->Common.
AmlOpcode
)
429
if (CurrentOp && CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
444
if (CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
503
if (CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
512
if (!CurrentOp || CurrentOp->Common.
AmlOpcode
!= AML_IF_OP
[
all
...]
adwalk.c
388
AcpiOsPrintf ("%-28s", AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
));
392
switch (Op->Common.
AmlOpcode
)
497
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
500
switch (Op->Common.
AmlOpcode
)
506
if ((ChildOp->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP) &&
548
if ((ChildOp->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP) &&
581
OpInfo = AcpiPsGetOpcodeInfo (ParentOp->Common.
AmlOpcode
);
586
(ParentOp->Common.
AmlOpcode
!= AML_INT_METHODCALL_OP) &&
597
if (((ParentOp->Common.
AmlOpcode
== AML_IF_OP) ||
598
(ParentOp->Common.
AmlOpcode
== AML_WHILE_OP) |
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslopcodes.c
229
Op->Asl.
AmlOpcode
= AML_ZERO_OP;
236
Op->Asl.
AmlOpcode
= AML_ONE_OP;
247
Op->Asl.
AmlOpcode
= AML_ONES_OP;
260
Op->Asl.
AmlOpcode
= AML_ONES_OP;
277
Op->Asl.
AmlOpcode
= AML_BYTE_OP;
283
Op->Asl.
AmlOpcode
= AML_WORD_OP;
289
Op->Asl.
AmlOpcode
= AML_DWORD_OP;
311
Op->Asl.
AmlOpcode
= AML_QWORD_OP;
344
TypeOp->Asl.
AmlOpcode
= AML_RAW_DATA_BYTE;
355
AttribOp->Asl.
AmlOpcode
= AML_RAW_DATA_BYTE
[
all
...]
asloffset.c
64
UINT8
AmlOpcode
,
132
switch (Op->Asl.
AmlOpcode
)
161
switch (Op->Asl.
AmlOpcode
)
172
(UINT8) Op->Asl.
AmlOpcode
, AML_NAME_OP);
183
(UINT8) Op->Asl.
AmlOpcode
, AML_NAME_OP);
195
(UINT8) Op->Asl.
AmlOpcode
, AML_NAME_OP);
228
switch (NextOp->Asl.
AmlOpcode
)
242
(UINT8) NextOp->Asl.
AmlOpcode
, AML_REGION_OP);
276
(UINT8) Op->Asl.
AmlOpcode
, AML_METHOD_OP);
317
Op->Asl.ParseOpName, 0, (UINT8) 0, Op->Asl.
AmlOpcode
);
[
all
...]
aslfold.c
226
WalkState->Opcode = Op->Common.
AmlOpcode
;
227
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
256
if (NextOp->Asl.
AmlOpcode
== AML_NAME_OP)
269
OpInfo = AcpiPsGetOpcodeInfo (NextOp->Common.
AmlOpcode
);
444
RootOp->Common.
AmlOpcode
= AML_INT_EVAL_SUBTREE_OP;
588
NewTarget->Common.
AmlOpcode
= AML_INT_NAMEPATH_OP;
604
NewParent->Common.
AmlOpcode
= AML_INT_EVAL_SUBTREE_OP;
645
Op->Asl.
AmlOpcode
= NewAmlOpcode;
713
Op->Common.
AmlOpcode
= AML_STRING_OP;
731
Op->Common.
AmlOpcode
= AML_BUFFER_OP
[
all
...]
aslwalks.c
180
switch (Op->Asl.
AmlOpcode
)
201
OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.
AmlOpcode
);
226
if (((OpcodeClass == AML_CLASS_NAMED_OBJECT) && (Op->Asl.
AmlOpcode
!= AML_SCOPE_OP)) ||
229
if (Op->Asl.Parent->Asl.
AmlOpcode
== AML_WHILE_OP)
240
switch (Op->Asl.
AmlOpcode
)
258
if (Op->Asl.
AmlOpcode
== AML_RETURN_OP)
296
switch (Op->Asl.
AmlOpcode
)
347
if (ArgOp->Asl.Next->Asl.
AmlOpcode
== AML_DEBUG_OP)
569
OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.
AmlOpcode
);
605
if (Op->Asl.
AmlOpcode
== AML_DIVIDE_OP
[
all
...]
aslmaputils.c
255
(Op->Asl.
AmlOpcode
!= AML_DEVICE_OP) &&
256
(Op->Asl.
AmlOpcode
!= AML_SCOPE_OP))
365
* at the
AmlOpcode
for the disassembler.
367
if ((Op->Asl.
AmlOpcode
== AML_INT_CONNECTION_OP) ||
378
(NextOp->Asl.
AmlOpcode
!= AML_INT_NAMEDFIELD_OP))
aslprintf.c
87
DestOp->Asl.
AmlOpcode
= AML_DEBUG_OP;
193
NewOp->Asl.
AmlOpcode
= AML_STRING_OP;
254
NewOp->Asl.
AmlOpcode
= AML_STRING_OP;
283
NewOp->Asl.
AmlOpcode
= AML_STRING_OP;
313
Op->Common.
AmlOpcode
= AML_STORE_OP;
357
NewConcatOp->Asl.
AmlOpcode
= AML_CONCATENATE_OP;
/src/sys/external/bsd/acpica/dist/parser/
pswalk.c
94
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
), Op);
96
if (Op->Named.
AmlOpcode
== AML_INT_NAMEPATH_OP)
100
if (Op->Named.
AmlOpcode
== AML_STRING_OP)
psloop.c
104
switch (Op->Common.
AmlOpcode
)
139
switch (Op->Common.
AmlOpcode
)
176
switch (Op->Common.
AmlOpcode
)
200
(Op->Common.Parent->Common.
AmlOpcode
== AML_NAME_OP) &&
293
((ParserState->Scope->ParseScope.Op->Common.
AmlOpcode
== AML_IF_OP) ||
294
(ParserState->Scope->ParseScope.Op->Common.
AmlOpcode
== AML_WHILE_OP)) &&
417
switch (Op->Common.
AmlOpcode
)
508
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
511
if (Op->Common.
AmlOpcode
== AML_REGION_OP ||
512
Op->Common.
AmlOpcode
== AML_DATA_REGION_OP
[
all
...]
psparse.c
191
ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.
AmlOpcode
);
217
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_REGION_OP) ||
218
(Op->Common.Parent->Common.
AmlOpcode
== AML_DATA_REGION_OP) ||
219
(Op->Common.Parent->Common.
AmlOpcode
== AML_BUFFER_OP) ||
220
(Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
221
(Op->Common.Parent->Common.
AmlOpcode
== AML_BANK_FIELD_OP) ||
222
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
231
else if ((Op->Common.Parent->Common.
AmlOpcode
== AML_NAME_OP) &&
234
if ((Op->Common.
AmlOpcode
== AML_BUFFER_OP) ||
235
(Op->Common.
AmlOpcode
== AML_PACKAGE_OP) |
[
all
...]
psobject.c
208
UnnamedOp->Common.
AmlOpcode
= WalkState->Opcode;
308
if ((*Op)->Common.
AmlOpcode
== AML_REGION_OP ||
309
(*Op)->Common.
AmlOpcode
== AML_DATA_REGION_OP)
439
OpInfo = AcpiPsGetOpcodeInfo (ParentScope->Common.
AmlOpcode
);
453
else if ((ParentScope->Common.
AmlOpcode
== AML_INCREMENT_OP) ||
454
(ParentScope->Common.
AmlOpcode
== AML_DECREMENT_OP))
543
WalkState->OpInfo = AcpiPsGetOpcodeInfo ((*Op)->Common.
AmlOpcode
);
544
WalkState->Opcode = (*Op)->Common.
AmlOpcode
;
563
while (!(*Op) || ((*Op)->Common.
AmlOpcode
!= AML_WHILE_OP))
572
WalkState->OpInfo = AcpiPsGetOpcodeInfo ((*Op)->Common.
AmlOpcode
);
[
all
...]
pstree.c
87
if (Op->Common.
AmlOpcode
== AML_INT_CONNECTION_OP)
94
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
156
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
162
Op->Common.
AmlOpcode
));
320
switch (Op->Common.
AmlOpcode
)
psutils.c
106
Op->Common.
AmlOpcode
= Opcode;
219
if (Op->Common.
AmlOpcode
== AML_INT_RETURN_VALUE_OP)
Completed in 30 milliseconds
1
2
3
Indexes created Sun Feb 22 08:20:21 UTC 2026