Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 32) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/xsm/
A Dxsm_policy.c39 module_t *mod = (module_t *)__va(mbi->mods_addr); in xsm_multiboot_policy_init() local
53 _policy_start = bootstrap_map(mod + i); in xsm_multiboot_policy_init()
54 _policy_len = mod[i].mod_end; in xsm_multiboot_policy_init()
79 struct bootmodule *mod = boot_module_find_by_kind(BOOTMOD_XSM); in xsm_dt_policy_init() local
82 if ( !mod || !mod->size ) in xsm_dt_policy_init()
85 paddr = mod->start; in xsm_dt_policy_init()
86 len = mod->size; in xsm_dt_policy_init()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c336 return mod ? mfn_to_virt(mod->mod_start) : NULL; in bootstrap_map()
338 if ( !mod ) in bootstrap_map()
346 end = start + mod->mod_end; in bootstrap_map()
373 module_t mod; in move_memory() local
664 module_t *mod; in __start_xen() local
914 initial_images = mod; in __start_xen()
934 mod[i].mod_end -= mod[i].mod_start; in __start_xen()
936 mod[i].reserved = 0; in __start_xen()
951 modules_headroom = bzimage_headroom(bootstrap_map(mod), mod->mod_end); in __start_xen()
1312 mod[i].mod_start + PFN_UP(mod[i].mod_end)); in __start_xen()
[all …]
A Dmicrocode.c102 module_t *mod = (module_t *)__va(mbi->mods_addr); in microcode_scan_module() local
129 _blob_start = bootmap(&mod[i]); in microcode_scan_module()
130 _blob_size = mod[i].mod_end; in microcode_scan_module()
173 module_t *mod = (module_t *)__va(mbi->mods_addr); in microcode_grab_module() local
180 ucode_mod = mod[ucode_mod_idx]; in microcode_grab_module()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dkernel.c74 const paddr_t initrd_len = ROUNDUP(mod ? mod->size : 0, MB(2)); in place_modules()
274 paddr_t addr = mod->start; in kernel_decompress()
275 paddr_t size = mod->size; in kernel_decompress()
307 mod->size = output_size; in kernel_decompress()
513 if ( !mod || !mod->size ) in kernel_probe()
519 info->kernel_bootmodule = mod; in kernel_probe()
529 rc = kernel_decompress(mod); in kernel_probe()
534 rc = kernel_zimage64_probe(info, mod->start, mod->size); in kernel_probe()
537 rc = kernel_uimage_probe(info, mod->start, mod->size); in kernel_probe()
539 rc = kernel_zimage32_probe(info, mod->start, mod->size); in kernel_probe()
[all …]
A Dsetup.c209 struct bootmodule *mod; in add_boot_module() local
218 mod = &mods->module[mods->nr_mods++]; in add_boot_module()
219 mod->kind = kind; in add_boot_module()
220 mod->start = start; in add_boot_module()
221 mod->size = size; in add_boot_module()
225 mod->cmdline[0] = 0; in add_boot_module()
227 return mod; in add_boot_module()
233 struct bootmodule *mod; in boot_module_find_by_kind() local
237 mod = &mods->module[i]; in boot_module_find_by_kind()
238 if ( mod->kind == kind ) in boot_module_find_by_kind()
[all …]
A Ddomain_build.c1410 const struct bootmodule *mod = kinfo->kernel_bootmodule; in acpi_make_chosen_node() local
1418 if ( mod && mod->cmdline[0] ) in acpi_make_chosen_node()
1420 bootargs = &mod->cmdline[0]; in acpi_make_chosen_node()
1430 if ( mod && mod->size ) in acpi_make_chosen_node()
1966 const struct bootmodule *mod = kinfo->initrd_bootmodule; in initrd_load() local
1975 if ( !mod || !mod->size ) in initrd_load()
1978 paddr = mod->start; in initrd_load()
1979 len = mod->size; in initrd_load()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_core.c829 dom->modules[mod].blob = in xc_dom_module_file()
884 dom->modules[mod].size = memsize; in xc_dom_module_mem()
1031 dom->modules[mod].blob, dom->modules[mod].size); in xc_dom_build_module()
1052 if ( xc_dom_do_gunzip(dom->xch, dom->modules[mod].blob, dom->modules[mod].size, in xc_dom_build_module()
1057 memcpy(modulemap, dom->modules[mod].blob, dom->modules[mod].size); in xc_dom_build_module()
1164 unsigned int mod; in xc_dom_build_image() local
1189 for ( mod = 0; mod < dom->num_modules; mod++ ) in xc_dom_build_image()
1199 if ( mod == 0 ) in xc_dom_build_image()
1203 dom->modules[mod].seg.vend - dom->modules[mod].seg.vstart; in xc_dom_build_image()
1259 for ( mod = 0; mod < dom->num_modules; mod++ ) in xc_dom_build_image()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dpvh-boot.c42 module_t *mod; in convert_pvh_info() local
61 mod = pvh_mbi_mods; in convert_pvh_info()
68 mod[i].mod_start = entry[i].paddr; in convert_pvh_info()
69 mod[i].mod_end = entry[i].paddr + entry[i].size; in convert_pvh_info()
70 mod[i].string = entry[i].cmdline_paddr; in convert_pvh_info()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Demulate.c62 unsigned int mod:2; member
63 #define MODRM(mod, reg, rm) { rm, reg, mod } argument
143 if ( !opc_tab[instr].modrm.mod ) in __get_instruction_length_from_list()
146 if ( modrm_mod == opc_tab[instr].modrm.mod && in __get_instruction_length_from_list()
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dxencommons.in55 local mod
57 for mod in $BACKEND_MODULES ; do modprobe "$mod" &>/dev/null ; done
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A DMakefile49 for mod in $(LINUX_BACKEND_MODULES) ; do \
50 echo $$mod ; \
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/
A DREADME99 set $mod = (struct list_head *)modules
102 set $mod_entry = (struct module *)((unsigned long)$mod - $sz)
110 set $mod = $mod->next
111 if ($mod == &modules)
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dconf.c181 case mod: in conf_sym()
190 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
210 newval = mod; in conf_sym()
249 case mod: in conf_choice()
258 case mod: in conf_choice()
395 if (sym->curr.tri != mod) in conf()
A Dsymbol.c20 .curr = { "m", mod },
232 if (tri == mod) in sym_calc_visibility()
483 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
536 newval = mod; in sym_toggle_tristate_value()
538 case mod: in sym_toggle_tristate_value()
626 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
649 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
731 if (val == mod) in sym_get_string_default()
736 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
744 case mod: return "m"; in sym_get_string_default()
[all …]
A Dmconf.c549 case mod: ch = 'M'; break; in build_conf()
602 case mod: ch = 'M'; break; in build_conf()
606 if (sym->rev_dep.tri == mod) in build_conf()
726 if (sym_set_tristate_value(sym, mod)) in conf()
736 sym_set_tristate_value(sym, mod); in conf()
A Dnconf.c815 case mod: in build_conf()
870 case mod: in build_conf()
878 if (sym->rev_dep.tri == mod) in build_conf()
1195 if (sym_set_tristate_value(sym, mod)) in conf()
1205 sym_set_tristate_value(sym, mod); in conf()
A Dconfdata.c133 sym->def[def].tri = mod; in conf_set_sym_val()
389 case mod: in conf_read_simple()
1181 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
1196 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
A Dexpr.h28 no, mod, yes enumerator
A Dqconf.cc189 case mod: in updateMenu()
205 if (expr != mod) in updateMenu()
206 setText(modColIdx, sym_tristate_within_range(sym, mod) ? "_" : 0); in updateMenu()
705 setValue(item, mod); in keyPressEvent()
764 setValue(item, mod); in contentsMouseReleaseEvent()
1009 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
/xen-4.10.0-shim-comet/stubdom/vtpm/
A Dvtpmblk.c129 int mod; in encrypt_vtpmblk() local
154 mod = clear_len % BLKSZ; in encrypt_vtpmblk()
155 clen = mod ? clear_len + BLKSZ - mod : clear_len; in encrypt_vtpmblk()
/xen-4.10.0-shim-comet/tools/flask/policy/
A DMakefile.common99 ALL_MODULES := $(foreach mod,$(ENABLED_LIST),$(MODDIR)/$(mod).te)
/xen-4.10.0-shim-comet/tools/python/
A Dtest.py563 mod = path.replace(os.sep, ".")
564 return mod
608 mod = __import__(modname)
610 mod = getattr(mod, part)
611 return mod
634 mod = package_import(modname)
635 return mod.test_suite()
/xen-4.10.0-shim-comet/tools/pygrub/examples/
A Dalpine-linux-2.3.2.extlinux11 …mfs-3.0.10-grsec root=UUID=a97ffe64-430f-4fd3-830e-4736d9a27af0 modules=sd-mod,usb-storage,ext4 qu…
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h579 uint8_t mod = (raw >> 4) & 0xf; in get_cpu_family() local
582 mod |= (raw >> 12) & 0xf0; in get_cpu_family()
584 *model = mod; in get_cpu_family()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c456 struct hvm_modlist_entry mod = { 0 }; in pvh_load_kernel() local
512 mod.paddr = last_addr; in pvh_load_kernel()
513 mod.size = initrd->mod_end; in pvh_load_kernel()
537 rc = hvm_copy_to_guest_phys(last_addr, &mod, sizeof(mod), v); in pvh_load_kernel()
545 last_addr += sizeof(mod); in pvh_load_kernel()

Completed in 45 milliseconds

12