Home
last modified time | relevance | path

Searched refs:AML_CONCATENATE_OP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslprintf.c465 NewConcatOp->Asl.AmlOpcode = AML_CONCATENATE_OP; in OpcCreateConcatenateNode()
H A Daslmap.c288 /* CONCATENATE */ OP_TABLE_ENTRY (AML_CONCATENATE_OP, 0, …
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h199 #define AML_CONCATENATE_OP (UINT16) 0x73 macro
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexoparg2.c441 case AML_CONCATENATE_OP: /* Concatenate (Data1, Data2, Result) */ in AcpiExOpcode_2A_1T_1R()