Searched refs:bootstrap_map (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/xen/xsm/ |
A D | xsm_core.c | 64 void *(*bootstrap_map)(const module_t *)) in xsm_multiboot_init() 74 ret = xsm_multiboot_policy_init(module_map, mbi, bootstrap_map, in xsm_multiboot_init() 78 bootstrap_map(NULL); in xsm_multiboot_init() 85 bootstrap_map(NULL); in xsm_multiboot_init()
|
A D | xsm_policy.c | 34 void *(*bootstrap_map)(const module_t *), in xsm_multiboot_policy_init() 53 _policy_start = bootstrap_map(mod + i); in xsm_multiboot_policy_init() 69 bootstrap_map(NULL); in xsm_multiboot_policy_init()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | dom0_build.h | 21 void *(*bootstrap_map)(const module_t *), 27 void *(*bootstrap_map)(const module_t *),
|
A D | setup.h | 47 void *(*bootstrap_map)(const module_t *),
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | setup.c | 329 static void *__init bootstrap_map(const module_t *mod) in bootstrap_map() function 384 s = bootstrap_map(&mod); in move_memory() 392 d = bootstrap_map(&mod); in move_memory() 403 bootstrap_map(NULL); in move_memory() 951 modules_headroom = bzimage_headroom(bootstrap_map(mod), mod->mod_end); in __start_xen() 952 bootstrap_map(NULL); in __start_xen() 1119 bootstrap_map(NULL); in __start_xen() 1509 xsm_multiboot_init(module_map, mbi, bootstrap_map); in __start_xen() 1511 microcode_grab_module(module_map, mbi, bootstrap_map); in __start_xen() 1702 bootstrap_map, cmdline) != 0) in __start_xen()
|
A D | dom0_build.c | 502 void *(*bootstrap_map)(const module_t *), in construct_dom0() 523 (d, image, image_headroom, initrd, bootstrap_map, cmdline); in construct_dom0()
|
/xen-4.10.0-shim-comet/xen/include/xsm/ |
A D | xsm.h | 700 void *(*bootstrap_map)(const module_t *)); 703 void *(*bootstrap_map)(const module_t *), 739 void *(*bootstrap_map)(const module_t *)) in xsm_multiboot_init()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | dom0_build.c | 278 void *(*bootstrap_map)(const module_t *), in dom0_construct_pv() 294 void *image_base = bootstrap_map(image); in dom0_construct_pv() 737 bootstrap_map(NULL); in dom0_construct_pv()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 1051 void *(*bootstrap_map)(const module_t *), in dom0_construct_pvh() 1068 rc = pvh_load_kernel(d, image, image_headroom, initrd, bootstrap_map(image), in dom0_construct_pvh()
|
Completed in 18 milliseconds