Searched refs:acpi_uintptr_t (Results 1 – 2 of 2) sorted by relevance
227 #ifndef acpi_uintptr_t228 #define acpi_uintptr_t void * macro
105 #define ACPI_CAST_PTR(t, p) ((t *) (acpi_uintptr_t) (p))106 #define ACPI_CAST_INDIRECT_PTR(t, p) ((t **) (acpi_uintptr_t) (p))
Completed in 5 milliseconds