Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/
A Dxsm_core.c64 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 Dxsm_policy.c34 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 Ddom0_build.h21 void *(*bootstrap_map)(const module_t *),
27 void *(*bootstrap_map)(const module_t *),
A Dsetup.h47 void *(*bootstrap_map)(const module_t *),
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c329 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 Ddom0_build.c502 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 Dxsm.h700 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 Ddom0_build.c278 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 Ddom0_build.c1051 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