Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dtboot.c32 static uint64_t __initdata txt_heap_base, __initdata txt_heap_size; variable
129 txt_heap_base = txt_heap_size = sinit_base = sinit_size = 0; in tboot_probe()
131 tboot_copy_memory((unsigned char *)&txt_heap_base, sizeof(txt_heap_base), in tboot_probe()
417 if ( txt_heap_base == 0 ) in tboot_protect_mem_regions()
419 rc = e820_change_range_type(&e820, txt_heap_base, in tboot_protect_mem_regions()
420 txt_heap_base + txt_heap_size, in tboot_protect_mem_regions()
459 if ( txt_heap_base == 0 ) in tboot_parse_dmar_table()
463 pa = txt_heap_base; in tboot_parse_dmar_table()

Completed in 3 milliseconds