Searched defs:mod (Results 1 – 16 of 16) sorted by relevance
/xen/xen/xsm/ |
A D | xsm_policy.c | 39 module_t *mod = (module_t *)__va(mbi->mods_addr); in xsm_multiboot_policy_init() local 79 struct bootmodule *mod = boot_module_find_by_kind(BOOTMOD_XSM); in xsm_dt_policy_init() local
|
/xen/xen/arch/x86/guest/xen/ |
A D | pvh-boot.c | 39 module_t **mod) in convert_pvh_info() 102 void __init pvh_init(multiboot_info_t **mbi, module_t **mod) in pvh_init()
|
/xen/xen/include/asm-x86/guest/ |
A D | pvh-boot.h | 37 static inline void pvh_init(multiboot_info_t **mbi, module_t **mod) in pvh_init()
|
/xen/xen/arch/arm/ |
A D | setup.c | 240 struct bootmodule *mod; in add_boot_module() local 277 struct bootmodule *mod; in boot_module_find_by_kind() local 336 struct bootcmdline *mod; in boot_cmdline_find_by_name() local 352 struct bootmodule *mod; in boot_module_find_by_addr_and_kind() local
|
A D | kernel.c | 73 const struct bootmodule *mod = info->initrd_bootmodule; in place_modules() local 253 static __init int kernel_decompress(struct bootmodule *mod) in kernel_decompress() 425 struct bootmodule *mod = NULL; in kernel_probe() local
|
A D | domain_build.c | 1109 const struct bootmodule *mod = kinfo->kernel_bootmodule; in make_chosen_node() local 2231 const struct bootmodule *mod = kinfo->initrd_bootmodule; in initrd_load() local
|
/xen/tools/libxc/ |
A D | xc_dom_core.c | 817 unsigned int mod = dom->num_modules++; in xc_dom_module_file() local 870 unsigned int mod = dom->num_modules++; in xc_dom_module_mem() local 973 static int xc_dom_build_module(struct xc_dom_image *dom, unsigned int mod) in xc_dom_build_module() 1134 unsigned int mod; in xc_dom_build_image() local
|
A D | xc_dom_x86.c | 1809 struct xc_hvm_firmware_module mod; in bootlate_hvm() local
|
/xen/xen/arch/x86/ |
A D | setup.c | 371 void *__init bootstrap_map(const module_t *mod) in bootstrap_map() 415 module_t mod; in move_memory() local 454 uint64_t s, uint64_t e, uint32_t size, const module_t *mod, in consider_modules() 821 module_t *mod; in __start_xen() local
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | core.c | 149 module_t *mod = (module_t *)__va(mbi->mods_addr); in microcode_scan_module() local 200 module_t *mod = (module_t *)__va(mbi->mods_addr); in microcode_grab_module() local
|
/xen/stubdom/vtpm/ |
A D | vtpmblk.c | 130 int mod; in encrypt_vtpmblk() local
|
/xen/xen/drivers/passthrough/ |
A D | io.c | 262 unsigned int mod = gvec % dest_vcpus; in vector_hashing_dest() local
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 545 struct hvm_modlist_entry mod = { 0 }; in pvh_load_kernel() local
|
/xen/xen/tools/kconfig/ |
A D | expr.h | 28 no, mod, yes enumerator
|
/xen/xen/include/asm-x86/ |
A D | processor.h | 619 uint8_t mod = (raw >> 4) & 0xf; in get_cpu_family() local
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 5883 #define _GRP7(mod, reg) \ in x86_emulate() argument 11647 #define XADD(sz, cst, mod) \ in x86_emul_rmw() argument
|
Completed in 58 milliseconds