boot_params_p      42 arch/x86/xen/enlighten_pvh.c void __init mem_map_via_hcall(struct boot_params *boot_params_p)
boot_params_p      47 arch/x86/xen/enlighten_pvh.c 	memmap.nr_entries = ARRAY_SIZE(boot_params_p->e820_table);
boot_params_p      48 arch/x86/xen/enlighten_pvh.c 	set_xen_guest_handle(memmap.buffer, boot_params_p->e820_table);
boot_params_p      54 arch/x86/xen/enlighten_pvh.c 	boot_params_p->e820_entries = memmap.nr_entries;