acpi_uintptr_t     81 include/acpi/acmacros.h #define ACPI_CAST_PTR(t, p)             ((t *) (acpi_uintptr_t) (p))
acpi_uintptr_t     82 include/acpi/acmacros.h #define ACPI_CAST_INDIRECT_PTR(t, p)    ((t **) (acpi_uintptr_t) (p))
acpi_uintptr_t    241 include/acpi/actypes.h #ifndef acpi_uintptr_t