Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/xen/
Denlighten_pvh.c48 void __init mem_map_via_hcall(struct boot_params *boot_params_p) in mem_map_via_hcall() argument
53 memmap.nr_entries = ARRAY_SIZE(boot_params_p->e820_table); in mem_map_via_hcall()
54 set_xen_guest_handle(memmap.buffer, boot_params_p->e820_table); in mem_map_via_hcall()
60 boot_params_p->e820_entries = memmap.nr_entries; in mem_map_via_hcall()
/Linux-v6.1/arch/x86/include/asm/xen/
Dhypervisor.h61 void __init mem_map_via_hcall(struct boot_params *boot_params_p);