Home
last modified time | relevance | path

Searched refs:heap_ptr (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kernel/
Dtboot.c479 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local
504 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()
506 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()
508 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()
510 heap_ptr += sizeof(u64); in tboot_get_dmar_table()
512 dmar_tbl = (struct acpi_table_header *)(heap_ptr + in tboot_get_dmar_table()
513 ((struct sinit_mle_data *)heap_ptr)->vtd_dmars_off - in tboot_get_dmar_table()