Searched refs:heap_ptr (Results 1 – 1 of 1) sorted by relevance
476 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local501 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()503 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()505 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()507 heap_ptr += sizeof(u64); in tboot_get_dmar_table()509 dmar_tbl = (struct acpi_table_header *)(heap_ptr + in tboot_get_dmar_table()510 ((struct sinit_mle_data *)heap_ptr)->vtd_dmars_off - in tboot_get_dmar_table()