Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 41) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_core.c829 dom->modules[mod].blob = in xc_dom_module_file()
833 if ( dom->modules[mod].blob == NULL ) in xc_dom_module_file()
845 dom->modules[mod].cmdline = NULL; in xc_dom_module_file()
883 dom->modules[mod].blob = (void *)mem; in xc_dom_module_mem()
884 dom->modules[mod].size = memsize; in xc_dom_module_mem()
895 dom->modules[mod].cmdline = NULL; in xc_dom_module_mem()
1028 if ( !dom->modules[mod].seg.vstart ) in xc_dom_build_module()
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()
[all …]
A Dxc_dom_x86.c745 if ( dom->modules[0].blob ) in start_info_x86_32()
796 if ( dom->modules[0].blob ) in start_info_x86_64()
1711 dom->modules[i].seg.vstart - dom->parms.virt_base; in bootlate_hvm()
1713 dom->modules[i].seg.vend - dom->modules[i].seg.vstart; in bootlate_hvm()
1715 add_module_to_list(dom, &mod, dom->modules[i].cmdline, in bootlate_hvm()
/xen-4.10.0-shim-comet/tools/pygrub/src/
A DExtLinuxConf.py48 modules = arg.split("---")
50 if len(modules) == 3: # Assume Xen + Kernel + Initrd
51 (_,kernel,initrd) = modules
52 elif len(modules) == 2: # Assume Kernel + Initrd
53 (kernel,initrd) = modules
/xen-4.10.0-shim-comet/tools/python/
A Dsetup.py38 modules = [ xc, xs ] variable
48 ext_modules = modules
A Dpylintrc1 # lint Python modules using external checkers.
83 # * modules / classes / functions / methods / arguments / variables name
198 # * external modules dependencies
201 # * uses of deprecated modules
211 # Deprecated modules which should not be used, separated by a comma
212 deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/
A DREADME6 kernel modules. It runs on dom0 running on xen hypervisor and allows debug
26 - Additionally, to debug 32bit loadable kernel modules, please do following:
99 set $mod = (struct list_head *)modules
111 if ($mod == &modules)
118 Show the list of modules loaded in the Linux kernel.
/xen-4.10.0-shim-comet/m4/
A Dsystemd.m426 AC_ARG_WITH(systemd-modules-load,
27 AS_HELP_STRING([--with-systemd-modules-load=DIR],
28 [set directory for systemd modules load files [PREFIX/lib/modules-load.d/]]),
75 SYSTEMD_MODULES_LOAD="\$(prefix)/lib/modules-load.d/"
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dstreamline_config.pl351 my %modules;
388 $modules{$1} = 1;
397 foreach my $module (keys(%modules)) {
633 foreach my $module (keys(%modules)) {
A Dzconf.gperf45 modules, T_OPT_MODULES, TF_OPTION
A Dzconf.hash.c_shipped109 char kconf_id_strings_str27[sizeof("modules")];
146 "modules",
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/
A DREADME16 make -C /path/to/kernel/build M=$PWD modules
22 You get four modules, xen-platform-pci.ko, xen-vbd.ko, xen-vnif.ko and
/xen-4.10.0-shim-comet/tools/flask/policy/
A DMakefile.common46 MODDIR := modules
68 MOD_CONF := $(MODDIR)/modules.conf
/xen-4.10.0-shim-comet/tools/pygrub/examples/
A Dalpine-linux-2.3.2.extlinux11 …APPEND initrd=initramfs-3.0.10-grsec root=UUID=a97ffe64-430f-4fd3-830e-4736d9a27af0 modules=sd-mod…
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dsetup.c208 struct bootmodules *mods = &bootinfo.modules; in add_boot_module()
232 struct bootmodules *mods = &bootinfo.modules; in boot_module_find_by_kind()
260 struct bootmodules *mi = &bootinfo.modules; in discard_initial_modules()
295 const struct bootmodules *mi = &bootinfo.modules; in consider_modules()
360 struct bootmodules *mi = &bootinfo.modules; in next_module()
A Dbootfdt.c301 struct bootmodules *mods = &bootinfo.modules; in early_print_info()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dsetup.h48 struct bootmodules modules; member
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dbooting.txt1 Dom0 kernel and ramdisk modules
40 third and subsequent modules which lack a specific
/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c205 sha1(dom->modules[0].blob, dom->modules[0].size, cmd.hash); in tpm_hash2pcr()
/xen-4.10.0-shim-comet/docs/misc/
A Dxsm-flask.txt150 changes to security policy will involve creating or modifying modules found in
151 tools/flask/policy/modules/. The modules.conf file there defines what modules
305 Kernel modules: e1000e
A Defi.markdown13 loaded the modules and describes them in the device tree provided to Xen. If a
14 bootloader provides a device tree containing modules then any configuration
A Dkconfig-language.txt34 Usually, modules have to be recompiled whenever you switch to a new
147 - "modules"
150 At most one symbol may have the "modules" option set.
293 can be compiled as modules.
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd.c63 uint32_t modules; /* +-> PsLoadedModuleList */ member
355 addr = v->base + v->modules; in check_os()
358 for (i = 0; val != v->base + v->modules && i < 250; i++) { in check_os()
557 s->txp.cmd.shake.mods_addr = s->os.base + s->os.modules; in kdd_handle_handshake()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxc_dom.h80 struct xc_dom_module modules[XG_MAX_MODULES]; member
/xen-4.10.0-shim-comet/xen/tools/
A Dgen-cpuid.py44 this = sys.modules[__name__]
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac88 AC_ARG_WITH([linux-backend-modules],
89 AS_HELP_STRING([--with-linux-backend-modules="mod1 mod2"],

Completed in 36 milliseconds

12