Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pvh.c42 void __init mem_map_via_hcall(struct boot_params *boot_params_p) in mem_map_via_hcall() argument
47 memmap.nr_entries = ARRAY_SIZE(boot_params_p->e820_table); in mem_map_via_hcall()
48 set_xen_guest_handle(memmap.buffer, boot_params_p->e820_table); in mem_map_via_hcall()
54 boot_params_p->e820_entries = memmap.nr_entries; in mem_map_via_hcall()