Home
last modified time | relevance | path

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

/linux/arch/x86/platform/pvh/
A Denlighten.c22 struct boot_params __initdata pvh_bootparams; variable
55 pvh_bootparams.e820_table[i].addr = ep->addr; in init_pvh_bootparams()
60 mem_map_via_hcall(&pvh_bootparams); in init_pvh_bootparams()
67 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()
69 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()
71 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()
73 pvh_bootparams.e820_entries++; in init_pvh_bootparams()
77 pvh_bootparams.hdr.cmd_line_ptr = in init_pvh_bootparams()
94 pvh_bootparams.hdr.version = (2 << 8) | 12; in init_pvh_bootparams()
113 xen_pvh_init(&pvh_bootparams); in hypervisor_specific_init()
[all …]
A Dhead.S105 mov $_pa(pvh_bootparams), %rsi
124 mov $_pa(pvh_bootparams), %esi

Completed in 3 milliseconds