Lines Matching defs:Where
136 * Table - Where a pointer to the table is returned
199 * Table - Where a pointer to the table is returned
200 * Address - Where the table physical address is returned
296 * Table - Where a pointer to the table is returned
297 * Instance - Where a pointer to the table instance no. is
299 * Address - Where the table physical address is returned
652 * Table - Where a pointer to the table is returned
653 * Address - Where the table physical address is returned
842 * Table - Where a pointer to the mapped table is
1025 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length)
1038 offset = Where % pagesize;
1040 fd, Where - offset);