Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Daml-build.c1125 int methodflags; in aml_method() local
1136 methodflags = arg_count | (sflag << 3); in aml_method()
1139 build_append_byte(var->buf, methodflags); /* MethodFlags: ArgCount */ in aml_method()