/acpica-3.5.0/source/include/ |
D | acmacros.h | 198 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument 201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument 205 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 211 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 213 #define ACPI_MOVE_32_TO_32(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[3];\ argument 218 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 226 #define ACPI_MOVE_64_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 228 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */ argument 230 #define ACPI_MOVE_64_TO_64(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[7];\ argument 249 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s) argument [all …]
|
D | acoutput.h | 573 #define ACPI_DUMP_PATHNAME(a, b, c, d) AcpiNsDumpPathname(a, b, c, d) argument 576 #define ACPI_TRACE_POINT(a, b, c, d) AcpiTracePoint (a, b, c, d) argument 596 #define ACPI_DUMP_PATHNAME(a, b, c, d) argument 599 #define ACPI_TRACE_POINT(a, b, c, d) argument
|
D | acpredef.h | 270 #define PACKAGE_INFO(a,b,c,d,e,f) {{{(a),(b),(c),(d)}, ((((UINT16)(f)) << 8) | (e)), 0}} argument
|
D | acresrc.h | 230 #define ACPI_RSC_TABLE_SIZE(d) (sizeof (d) / sizeof (ACPI_RSCONVERT_INFO)) argument
|
D | actypes.h | 665 #define ACPI_OFFSET(d, f) ACPI_PTR_DIFF (&(((d *) 0)->f), (void *) 0) argument
|
D | actbinfo.h | 455 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument
|
/acpica-3.5.0/source/include/platform/ |
D | acgcc.h | 165 #define va_copy(d, s) __builtin_va_copy(d, s) argument
|
D | acfreebsd.h | 170 #define ACPI_OFFSET(d, f) __offsetof(d, f) argument
|
D | aclinux.h | 258 #define ACPI_OFFSET(d, f) offsetof(d, f) argument 317 #define ACPI_OFFSET(d, f) offsetof(d, f) argument
|
/acpica-3.5.0/source/compiler/ |
D | asldefine.h | 199 #define OP_TABLE_ENTRY(a,b,c,d) {b,d,a,c} argument
|