Searched refs:records_start (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/
H A Dacpi.cpp67 uintptr_t records_start = ((uintptr_t)madt) + sizeof(*madt); local
69 if (records_start >= records_end) {
78 *start = records_start;
103 uintptr_t records_start, records_end; local
104 zx_status_t status = acpi_get_madt_record_limits(&records_start, &records_end);
111 for (addr = records_start; addr < records_end; addr += record_hdr->Length) {
156 uintptr_t records_start, records_end; local
157 zx_status_t status = acpi_get_madt_record_limits(&records_start, &records_end);
164 for (addr = records_start; addr < records_end;) {
208 uintptr_t records_start, records_en local
[all...]
/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c166 const uintptr_t records_start = (uintptr_t)table + sizeof(*table); local
177 for (uintptr_t addr = records_start; addr < records_end;) {
288 const uintptr_t records_start = ((uintptr_t)table) + sizeof(*table); local
292 for (addr = records_start; addr < records_end;) {
322 for (addr = records_start; addr < records_end;) {
466 const uintptr_t records_start = ((uintptr_t)dmar) + sizeof(*dmar); local
468 if (records_start >= records_end) {
481 for (addr = records_start; addr < records_end;) {
491 records_end - records_start);
504 for (addr = records_start; add
[all...]

Completed in 51 milliseconds