Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dtboot.c477 void *heap_base, *heap_ptr, *config; in tboot_get_dmar_table() local
502 heap_ptr = heap_base + *(u64 *)heap_base; in tboot_get_dmar_table()
504 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()
506 heap_ptr += *(u64 *)heap_ptr; in tboot_get_dmar_table()
508 heap_ptr += sizeof(u64); in tboot_get_dmar_table()
510 dmar_tbl = (struct acpi_table_header *)(heap_ptr + in tboot_get_dmar_table()
511 ((struct sinit_mle_data *)heap_ptr)->vtd_dmars_off - in tboot_get_dmar_table()