Searched refs:type_flags (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/acpi/ |
H A D | aml-build.c | 1356 uint8_t type_flags) in aml_as_desc_header() argument 1363 build_append_byte(var->buf, type_flags); /* Type Specific Flags */ in aml_as_desc_header() 1372 uint16_t len, uint8_t type_flags) in aml_word_as_desc() argument 1382 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_word_as_desc() 1396 uint32_t len, uint8_t type_flags) in aml_dword_as_desc() argument 1407 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_dword_as_desc() 1421 uint64_t len, uint8_t type_flags) in aml_qword_as_desc() argument 1431 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_qword_as_desc() 2580 uint16_t type_flags, in aml_serial_bus_device() argument 2593 build_append_int_noprefix(var->buf, type_flags, /* Type Specific Flags */ in aml_serial_bus_device() [all …]
|