Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Denlighten_pvh.c24 struct boot_params pvh_bootparams __attribute__((section(".data"))); variable
39 memset(&pvh_bootparams, 0, sizeof(pvh_bootparams)); in init_pvh_bootparams()
41 memmap.nr_entries = ARRAY_SIZE(pvh_bootparams.e820_table); in init_pvh_bootparams()
42 set_xen_guest_handle(memmap.buffer, pvh_bootparams.e820_table); in init_pvh_bootparams()
48 pvh_bootparams.e820_entries = memmap.nr_entries; in init_pvh_bootparams()
50 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()
51 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()
53 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()
55 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()
57 pvh_bootparams.e820_entries++; in init_pvh_bootparams()
[all …]
Dxen-pvh.S117 mov $_pa(pvh_bootparams), %rsi
146 mov $_pa(pvh_bootparams), %esi