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

/fuchsia/zircon/kernel/platform/pc/
H A Dacpi.cpp68 uintptr_t records_end = ((uintptr_t)madt) + madt->Header.Length; local
69 if (records_start >= records_end) {
79 *end = records_end;
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) {
128 if (addr != records_end) {
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_end; local
[all...]
/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c167 const uintptr_t records_end = (uintptr_t)table + table->Header.Length; local
177 for (uintptr_t addr = records_start; addr < records_end;) {
289 const uintptr_t records_end = (uintptr_t)unit + unit->Header.Length; local
292 for (addr = records_start; addr < records_end;) {
322 for (addr = records_start; addr < records_end;) {
467 const uintptr_t records_end = ((uintptr_t)dmar) + dmar->Header.Length; local
468 if (records_start >= records_end) {
481 for (addr = records_start; addr < records_end;) {
489 if (addr != records_end) {
491 records_end
[all...]

Completed in 78 milliseconds