Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/acpica/components/executer/
HDexstore.c246 if (DestDesc->Common.Flags & AOPOBJ_AML_CONSTANT) in AcpiExStore()
HDexresop.c211 AOPOBJ_AML_CONSTANT)) in AcpiExCheckObjectType()
/freebsd-head/sys/contrib/dev/acpica/include/
HDacobject.h202 #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ macro
/freebsd-head/sys/contrib/dev/acpica/components/dispatcher/
HDdsobject.c551 ObjDesc->Common.Flags = AOPOBJ_AML_CONSTANT; in AcpiDsInitObjectFromOp()