OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
332
(Op->Common.Parent->Common.
AmlOpcode
== AML_SCOPE_OP))
338
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
)));
344
ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.
AmlOpcode
);
362
switch (Op->Common.Parent->Common.
AmlOpcode
)
404
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_REGION_OP) ||
405
(Op->Common.Parent->Common.
AmlOpcode
== AML_DATA_REGION_OP) ||
406
(Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
407
(Op->Common.Parent->Common.
AmlOpcode
== AML_BUFFER_OP) ||
408
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP) ||
409
(Op->Common.Parent->Common.
AmlOpcode
== AML_INT_EVAL_SUBTREE_OP) |
[
all
...]
dsopcode.c
169
UINT16
AmlOpcode
,
210
* PARAMETERS:
AmlOpcode
- CreateXxxField
225
UINT16
AmlOpcode
,
263
AcpiPsGetOpcodeName (
AmlOpcode
),
275
switch (
AmlOpcode
)
345
AmlOpcode
));
377
ObjDesc->BufferField.IsCreateField =
AmlOpcode
== AML_CREATE_FIELD_OP;
392
if (
AmlOpcode
== AML_CREATE_FIELD_OP)
469
Op->Common.
AmlOpcode
, ACPI_WALK_OPERANDS, WalkState);
473
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
), Status))
[
all
...]
dscontrol.c
191
Op, Op->Common.
AmlOpcode
, WalkState));
193
switch (Op->Common.
AmlOpcode
)
236
Op->Common.
AmlOpcode
;
296
switch (Op->Common.
AmlOpcode
)
506
if (Op->Common.
AmlOpcode
== AML_BREAK_OP)
519
Op->Common.
AmlOpcode
, Op));
dsobject.c
193
if (Op->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP)
204
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
205
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
238
(AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
))->ObjectType);
245
WalkState, Op, Op->Common.
AmlOpcode
, &ObjDesc);
256
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
257
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
261
if ((Op->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP) &&
339
if (ByteList->Common.
AmlOpcode
!= AML_INT_BYTELIST_OP)
343
ByteList->Common.
AmlOpcode
, ByteList))
[
all
...]
dswexec.c
365
WalkState->Opcode = Op->Common.
AmlOpcode
;
366
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
418
if (Op->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP)
448
if (Op->Common.
AmlOpcode
!= AML_SCOPE_OP)
523
ACPI_ERROR ((AE_INFO, "Unknown opcode 0x%X", Op->Common.
AmlOpcode
));
653
((Op->Asl.Parent->Asl.
AmlOpcode
== AML_PACKAGE_OP) ||
654
(Op->Asl.Parent->Asl.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP)))
757
Op, Op->Named.Value.Arg, Op->Common.Parent->Common.
AmlOpcode
));
759
switch (Op->Common.Parent->Common.
AmlOpcode
)
812
if (Op->Common.
AmlOpcode
== AML_REGION_OP
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbxface.c
319
if ((ParentOp->Common.
AmlOpcode
== AML_IF_OP) ||
320
(ParentOp->Common.
AmlOpcode
== AML_WHILE_OP))
332
if ((ParentOp->Common.
AmlOpcode
== AML_IF_OP) ||
333
(ParentOp->Common.
AmlOpcode
== AML_ELSE_OP) ||
334
(ParentOp->Common.
AmlOpcode
== AML_SCOPE_OP) ||
335
(ParentOp->Common.
AmlOpcode
== AML_METHOD_OP) ||
336
(ParentOp->Common.
AmlOpcode
== AML_WHILE_OP))
427
if (Op->Common.
AmlOpcode
== AML_INT_NAMEDFIELD_OP)
478
AcpiOsPrintf ("AML Opcode: %4.4X %s\n", Op->Common.
AmlOpcode
,
479
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
));
[
all
...]
/src/sys/external/bsd/acpica/dist/disassembler/
dmwalk.c
374
switch (Op->Common.
AmlOpcode
)
417
((Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
418
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP)))
429
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
464
switch (Op->Common.
AmlOpcode
)
490
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
544
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
592
if (Op->Common.
AmlOpcode
== AML_IF_OP)
607
if (NextOp->Common.
AmlOpcode
== AML_ZERO_OP)
612
(NextOp2->Common.
AmlOpcode
== AML_EXTERNAL_OP)
[
all
...]
dmcstyle.c
239
switch (Op->Common.
AmlOpcode
)
309
switch (Argument1->Common.
AmlOpcode
)
352
if ((Argument1->Common.
AmlOpcode
== AML_STRING_OP) ||
353
(Argument1->Common.
AmlOpcode
== AML_BUFFER_OP) ||
354
(Argument1->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
355
(Argument1->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
414
switch (Op->Common.
AmlOpcode
)
430
if (Op->Common.
AmlOpcode
== AML_DIVIDE_OP)
470
Op->Common.
AmlOpcode
= AML_MOD_OP;
506
switch (Op->Common.
AmlOpcode
)
[
all
...]
dmdeferred.c
200
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
209
switch (Op->Common.
AmlOpcode
)
241
Op->Common.
AmlOpcode
));
328
switch (Op->Common.
AmlOpcode
)
334
switch (Op->Common.
AmlOpcode
)
dmopcode.c
204
if (Op->Common.
AmlOpcode
== AML_RETURN_OP)
210
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
233
if (PrevOp->Asl.
AmlOpcode
!= AML_INT_NAMEPATH_OP)
301
switch (NextOp->Common.
AmlOpcode
)
306
NotifyValue = (UINT8) NextOp->Common.
AmlOpcode
;
510
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
523
if (IndexOp->Common.
AmlOpcode
!= AML_INT_NAMEPATH_OP)
827
switch (Op->Common.
AmlOpcode
)
854
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
858
switch (Op->Common.
AmlOpcode
)
[
all
...]
dmnames.c
415
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
425
if (Op->Common.
AmlOpcode
== AML_CREATE_FIELD_OP)
463
OpInfo = AcpiPsGetOpcodeInfo (Search->Common.
AmlOpcode
);
477
if (Op->Common.
AmlOpcode
== AML_CREATE_FIELD_OP)
/src/sys/external/bsd/acpica/dist/common/
dmswitch.c
201
switch (Op->Common.
AmlOpcode
)
372
if (!OneOp || (OneOp->Common.
AmlOpcode
!= AML_ONE_OP))
380
if (!StoreOp || (StoreOp->Common.
AmlOpcode
!= AML_STORE_OP))
389
(NamePathOp->Common.
AmlOpcode
!= AML_INT_NAMEPATH_OP))
431
if (CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
450
switch (TempOp->Common.
AmlOpcode
)
537
if (CurrentOp && CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
552
if (CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
611
if (CurrentOp->Common.
AmlOpcode
== AML_ELSE_OP)
620
if (!CurrentOp || CurrentOp->Common.
AmlOpcode
!= AML_IF_OP
[
all
...]
adwalk.c
496
AcpiOsPrintf ("%-28s", AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
));
500
switch (Op->Common.
AmlOpcode
)
605
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
608
switch (Op->Common.
AmlOpcode
)
614
if ((ChildOp->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP) &&
656
if ((ChildOp->Common.
AmlOpcode
== AML_INT_NAMEPATH_OP) &&
689
OpInfo = AcpiPsGetOpcodeInfo (ParentOp->Common.
AmlOpcode
);
694
(ParentOp->Common.
AmlOpcode
!= AML_INT_METHODCALL_OP) &&
705
if (((ParentOp->Common.
AmlOpcode
== AML_IF_OP) ||
706
(ParentOp->Common.
AmlOpcode
== AML_WHILE_OP) |
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslopcodes.c
337
Op->Asl.
AmlOpcode
= AML_ZERO_OP;
344
Op->Asl.
AmlOpcode
= AML_ONE_OP;
355
Op->Asl.
AmlOpcode
= AML_ONES_OP;
368
Op->Asl.
AmlOpcode
= AML_ONES_OP;
385
Op->Asl.
AmlOpcode
= AML_BYTE_OP;
391
Op->Asl.
AmlOpcode
= AML_WORD_OP;
397
Op->Asl.
AmlOpcode
= AML_DWORD_OP;
419
Op->Asl.
AmlOpcode
= AML_QWORD_OP;
452
TypeOp->Asl.
AmlOpcode
= AML_RAW_DATA_BYTE;
463
AttribOp->Asl.
AmlOpcode
= AML_RAW_DATA_BYTE
[
all
...]
asloffset.c
172
UINT8
AmlOpcode
,
240
switch (Op->Asl.
AmlOpcode
)
269
switch (Op->Asl.
AmlOpcode
)
280
(UINT8) Op->Asl.
AmlOpcode
, AML_NAME_OP);
291
(UINT8) Op->Asl.
AmlOpcode
, AML_NAME_OP);
303
(UINT8) Op->Asl.
AmlOpcode
, AML_NAME_OP);
336
switch (NextOp->Asl.
AmlOpcode
)
350
(UINT8) NextOp->Asl.
AmlOpcode
, AML_REGION_OP);
384
(UINT8) Op->Asl.
AmlOpcode
, AML_METHOD_OP);
425
Op->Asl.ParseOpName, 0, (UINT8) 0, Op->Asl.
AmlOpcode
);
[
all
...]
aslfold.c
334
WalkState->Opcode = Op->Common.
AmlOpcode
;
335
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
364
if (NextOp->Asl.
AmlOpcode
== AML_NAME_OP)
377
OpInfo = AcpiPsGetOpcodeInfo (NextOp->Common.
AmlOpcode
);
552
RootOp->Common.
AmlOpcode
= AML_INT_EVAL_SUBTREE_OP;
696
NewTarget->Common.
AmlOpcode
= AML_INT_NAMEPATH_OP;
712
NewParent->Common.
AmlOpcode
= AML_INT_EVAL_SUBTREE_OP;
753
Op->Asl.
AmlOpcode
= NewAmlOpcode;
821
Op->Common.
AmlOpcode
= AML_STRING_OP;
839
Op->Common.
AmlOpcode
= AML_BUFFER_OP
[
all
...]
aslwalks.c
288
switch (Op->Asl.
AmlOpcode
)
309
OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.
AmlOpcode
);
334
if (((OpcodeClass == AML_CLASS_NAMED_OBJECT) && (Op->Asl.
AmlOpcode
!= AML_SCOPE_OP)) ||
337
if (Op->Asl.Parent->Asl.
AmlOpcode
== AML_WHILE_OP)
348
switch (Op->Asl.
AmlOpcode
)
366
if (Op->Asl.
AmlOpcode
== AML_RETURN_OP)
404
switch (Op->Asl.
AmlOpcode
)
455
if (ArgOp->Asl.Next->Asl.
AmlOpcode
== AML_DEBUG_OP)
677
OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.
AmlOpcode
);
713
if (Op->Asl.
AmlOpcode
== AML_DIVIDE_OP
[
all
...]
aslmaputils.c
363
(Op->Asl.
AmlOpcode
!= AML_DEVICE_OP) &&
364
(Op->Asl.
AmlOpcode
!= AML_SCOPE_OP))
473
* at the
AmlOpcode
for the disassembler.
475
if ((Op->Asl.
AmlOpcode
== AML_INT_CONNECTION_OP) ||
486
(NextOp->Asl.
AmlOpcode
!= AML_INT_NAMEDFIELD_OP))
aslprintf.c
195
DestOp->Asl.
AmlOpcode
= AML_DEBUG_OP;
301
NewOp->Asl.
AmlOpcode
= AML_STRING_OP;
362
NewOp->Asl.
AmlOpcode
= AML_STRING_OP;
391
NewOp->Asl.
AmlOpcode
= AML_STRING_OP;
421
Op->Common.
AmlOpcode
= AML_STORE_OP;
465
NewConcatOp->Asl.
AmlOpcode
= AML_CONCATENATE_OP;
/src/sys/external/bsd/acpica/dist/parser/
pswalk.c
202
AcpiPsGetOpcodeName (Op->Common.
AmlOpcode
), Op);
204
if (Op->Named.
AmlOpcode
== AML_INT_NAMEPATH_OP)
208
if (Op->Named.
AmlOpcode
== AML_STRING_OP)
psloop.c
212
switch (Op->Common.
AmlOpcode
)
247
switch (Op->Common.
AmlOpcode
)
284
switch (Op->Common.
AmlOpcode
)
308
(Op->Common.Parent->Common.
AmlOpcode
== AML_NAME_OP) &&
401
((ParserState->Scope->ParseScope.Op->Common.
AmlOpcode
== AML_IF_OP) ||
402
(ParserState->Scope->ParseScope.Op->Common.
AmlOpcode
== AML_WHILE_OP)) &&
525
switch (Op->Common.
AmlOpcode
)
616
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
619
if (Op->Common.
AmlOpcode
== AML_REGION_OP ||
620
Op->Common.
AmlOpcode
== AML_DATA_REGION_OP
[
all
...]
psparse.c
299
ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.
AmlOpcode
);
325
if ((Op->Common.Parent->Common.
AmlOpcode
== AML_REGION_OP) ||
326
(Op->Common.Parent->Common.
AmlOpcode
== AML_DATA_REGION_OP) ||
327
(Op->Common.Parent->Common.
AmlOpcode
== AML_BUFFER_OP) ||
328
(Op->Common.Parent->Common.
AmlOpcode
== AML_PACKAGE_OP) ||
329
(Op->Common.Parent->Common.
AmlOpcode
== AML_BANK_FIELD_OP) ||
330
(Op->Common.Parent->Common.
AmlOpcode
== AML_VARIABLE_PACKAGE_OP))
339
else if ((Op->Common.Parent->Common.
AmlOpcode
== AML_NAME_OP) &&
342
if ((Op->Common.
AmlOpcode
== AML_BUFFER_OP) ||
343
(Op->Common.
AmlOpcode
== AML_PACKAGE_OP) |
[
all
...]
psobject.c
316
UnnamedOp->Common.
AmlOpcode
= WalkState->Opcode;
416
if ((*Op)->Common.
AmlOpcode
== AML_REGION_OP ||
417
(*Op)->Common.
AmlOpcode
== AML_DATA_REGION_OP)
547
OpInfo = AcpiPsGetOpcodeInfo (ParentScope->Common.
AmlOpcode
);
561
else if ((ParentScope->Common.
AmlOpcode
== AML_INCREMENT_OP) ||
562
(ParentScope->Common.
AmlOpcode
== AML_DECREMENT_OP))
651
WalkState->OpInfo = AcpiPsGetOpcodeInfo ((*Op)->Common.
AmlOpcode
);
652
WalkState->Opcode = (*Op)->Common.
AmlOpcode
;
671
while (!(*Op) || ((*Op)->Common.
AmlOpcode
!= AML_WHILE_OP))
680
WalkState->OpInfo = AcpiPsGetOpcodeInfo ((*Op)->Common.
AmlOpcode
);
[
all
...]
pstree.c
195
if (Op->Common.
AmlOpcode
== AML_INT_CONNECTION_OP)
202
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
264
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.
AmlOpcode
);
270
Op->Common.
AmlOpcode
));
428
switch (Op->Common.
AmlOpcode
)
psutils.c
214
Op->Common.
AmlOpcode
= Opcode;
327
if (Op->Common.
AmlOpcode
== AML_INT_RETURN_VALUE_OP)
Completed in 80 milliseconds
1
2
3
Indexes created Sun Oct 12 22:09:51 GMT 2025