Home
last modified time | relevance | path

Searched refs:AML_COMMENT_OP (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/compiler/
Dcvparser.c301 if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()
313 else if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()
728 Opcode != AML_COMMENT_OP) in CvCaptureCommentsOnly()
733 while (Opcode == AML_COMMENT_OP) in CvCaptureCommentsOnly()
Dcvcompiler.c578 UINT8 CommentOpcode = (UINT8) AML_COMMENT_OP; in CgWriteOneAmlComment()
/acpica-latest/source/include/
Damlcode.h248 #define AML_COMMENT_OP (UINT16) 0xa9 macro