Home
last modified time | relevance | path

Searched refs:mod_end (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmicrocode.c130 _blob_size = mod[i].mod_end; in microcode_scan_module()
359 else if ( ucode_mod.mod_end ) in microcode_init()
362 ucode_mod.mod_end = 0; in microcode_init()
399 else if ( ucode_mod.mod_end ) in early_microcode_update_cpu()
401 len = ucode_mod.mod_end; in early_microcode_update_cpu()
432 if ( ucode_mod.mod_end || ucode_blob.size ) in early_microcode_init()
A Dsetup.c346 end = start + mod->mod_end; in bootstrap_map()
380 mod.mod_end = soffs + size; in move_memory()
381 if ( mod.mod_end > blksz ) in move_memory()
382 mod.mod_end = blksz; in move_memory()
383 sz = mod.mod_end - soffs; in move_memory()
387 mod.mod_end = doffs + size; in move_memory()
388 if ( mod.mod_end > blksz ) in move_memory()
389 mod.mod_end = blksz; in move_memory()
390 if ( sz > mod.mod_end - doffs ) in move_memory()
391 sz = mod.mod_end - doffs; in move_memory()
[all …]
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dmb_info.h27 unsigned long mod_end; member
/xen-4.10.0-shim-comet/xen/xsm/
A Dxsm_policy.c54 _policy_len = mod[i].mod_end; in xsm_multiboot_policy_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dmultiboot.h109 u32 mod_end; member
A Dmultiboot2.h177 u32 mod_end; member
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dreloc.c212 mbi_out_mods[mod_idx].mod_end = get_mb2_data(tag, module, mod_end); in mbi2_reloc()
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dpvh-boot.c69 mod[i].mod_end = entry[i].paddr + entry[i].size; in convert_pvh_info()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c451 unsigned long image_len = image->mod_end; in pvh_load_kernel()
505 initrd->mod_end, v); in pvh_load_kernel()
513 mod.size = initrd->mod_end; in pvh_load_kernel()
514 last_addr += ROUNDUP(initrd->mod_end, PAGE_SIZE); in pvh_load_kernel()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c295 unsigned long image_len = image->mod_end; in dom0_construct_pv()
297 unsigned long initrd_len = initrd ? initrd->mod_end : 0; in dom0_construct_pv()
536 initrd->mod_end = 0; in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/include/public/
A Dxen.h869 uint32_t mod_end; member
/xen-4.10.0-shim-comet/stubdom/grub/
A Dmini-os.c254 …multiboot_next_module_header->mod_end = multiboot_next_module_header->mod_start + new_module_size … in load_module()
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h630 mb_modules[mbi.mods_count].mod_end = file->size; in efi_arch_handle_module()

Completed in 26 milliseconds