Searched refs:heap_ptr (Results 1 – 1 of 1) sorted by relevance
397 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local422 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()424 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()426 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()428 heap_ptr += sizeof(u64); in tboot_get_dmar_table()430 dmar_tbl = (struct acpi_table_header *)(heap_ptr + in tboot_get_dmar_table()431 ((struct sinit_mle_data *)heap_ptr)->vtd_dmars_off - in tboot_get_dmar_table()