Searched refs:heap_ptr (Results 1 – 1 of 1) sorted by relevance
471 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local496 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()498 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()500 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()502 heap_ptr += sizeof(u64); in tboot_get_dmar_table()504 dmar_tbl = (struct acpi_table_header *)(heap_ptr + in tboot_get_dmar_table()505 ((struct sinit_mle_data *)heap_ptr)->vtd_dmars_off - in tboot_get_dmar_table()