/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_kexec.c | 75 DECLARE_HYPERCALL_BUFFER(xen_kexec_load_t, load); in xc_kexec_load() 82 load = xc_hypercall_buffer_alloc(xch, load, sizeof(*load)); in xc_kexec_load() 83 if ( load == NULL ) in xc_kexec_load() 89 load->type = type; in xc_kexec_load() 90 load->arch = arch; in xc_kexec_load() 91 load->entry_maddr = entry_maddr; in xc_kexec_load() 92 load->nr_segments = nr_segments; in xc_kexec_load() 93 set_xen_guest_handle(load->segments.h, segments); in xc_kexec_load() 97 HYPERCALL_BUFFER_AS_ARG(load)); in xc_kexec_load() 100 xc_hypercall_buffer_free(xch, load); in xc_kexec_load()
|
A D | xc_flask.c | 76 op.u.load.size = size; in xc_flask_load() 77 set_xen_guest_handle(op.u.load.buffer, buf); in xc_flask_load()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kexec.c | 1016 ret = kimage_alloc(&kimage, load->type, arch, load->image.start_address, in kexec_do_load_v1() 1066 xen_kexec_load_v1_t load; in kexec_load_v1() local 1071 return kexec_do_load_v1(&load, 0); in kexec_load_v1() 1078 xen_kexec_load_v1_t load; in kexec_load_v1_compat() local 1090 load.type = compat_load.type; in kexec_load_v1_compat() 1093 return kexec_do_load_v1(&load, 1); in kexec_load_v1_compat() 1101 xen_kexec_load_t load; in kexec_load() local 1116 if ( copy_from_guest(segments, load.segments.h, load.nr_segments) ) in kexec_load() 1122 ret = kimage_alloc(&kimage, load.type, load.arch, load.entry_maddr, in kexec_load() 1160 xen_kexec_load_v1_t load; in kexec_unload_v1() local [all …]
|
A D | sched_credit2.c | 471 int load; /* Instantaneous load (num of non-idle vcpus) */ member 1114 s_time_t delta, load = rqd->load; in update_runq_load() local 1142 rqd->avgload = load << P; in update_runq_load() 1143 rqd->b_avgload = load << P; in update_runq_load() 1167 ((delta * (load << P)) >> W) - in update_runq_load() 1170 ((delta * (load << P)) >> W) - in update_runq_load() 1173 rqd->load += change; in update_runq_load() 1186 d.rq_load = rqd->load; in update_runq_load() 3699 prv->rqd[i].load, in csched2_dump()
|
/xen-4.10.0-shim-comet/m4/ |
A D | systemd.m4 | 26 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/arch/arm/ |
A D | decode.c | 51 bool load = (hw1 & (1u << 4)); in decode_thumb2() local 66 if ( !load && sign ) in decode_thumb2()
|
A D | kernel.c | 210 __be32 load; /* Data Load Address */ in kernel_uimage_probe() member 239 info->load = kernel_zimage_load; in kernel_uimage_probe() 373 info->load = kernel_zimage_load; in kernel_zimage64_probe() 424 info->load = kernel_zimage_load; in kernel_zimage32_probe() 492 info->load = kernel_elf_load; in kernel_elf_probe() 548 info->load(info); in kernel_load()
|
A D | kernel.h | 35 void (*load)(struct kernel_info *info); member
|
A D | Kconfig | 119 If the processor is executing a load and store exclusive sequence at 140 Affected Cortex-A57 parts might deadlock when exclusive load/store 160 fault as the result of a Stage 1 fault for load crossing a
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ |
A D | flask_op.c | 454 static int flask_security_load(struct xen_flask_load *load) in flask_security_load() argument 464 if ( load->size > MAX_POLICY_SIZE ) in flask_security_load() 467 buf = xmalloc_bytes(load->size); in flask_security_load() 471 if ( _copy_from_guest(buf, load->buffer, load->size) ) in flask_security_load() 479 ret = security_load_policy(buf, load->size); in flask_security_load() 649 rv = flask_security_load(&op.u.load); in do_flask_op()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | save.c | 88 hvm_load_handler load; member 103 ASSERT(hvm_sr_handlers[typecode].load == NULL); in hvm_register_savevm() 105 hvm_sr_handlers[typecode].load = load_state; in hvm_register_savevm() 292 ((handler = hvm_sr_handlers[desc->typecode].load) == NULL) ) in hvm_load()
|
/xen-4.10.0-shim-comet/xen/test/livepatch/ |
A D | Makefile | 78 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@ 89 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | cpufreq_ondemand.c | 126 uint64_t load, load_freq, freq_avg; in dbs_check_cpu() local 137 load = 100 * (total_ns - idle_ns) / total_ns; in dbs_check_cpu() 141 load_freq = load * freq_avg; in dbs_check_cpu()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | efi.markdown | 84 Specifies a Linux-style initial RAM disk image to load. 95 Specifies an XSM module to load. 99 Specifies a CPU microcode blob to load. (x86 only) 103 Specifies a device tree file to load. The platform firmware may provide a
|
A D | pvh.markdown | 5 builder how to load and jump into the kernel entry point: 12 The domain builder must load the kernel into the guest memory space and
|
A D | x86-xenpv-bootloader.markdown | 16 bootloader to load and the protocol/format expected from the
|
A D | xen-command-line.markdown | 545 values involved in Credit2 load tracking and load balancing math. 553 window (in nanoseconds) we use for load tracking inside Credit2. 560 of the load itself. In fact, after a full window has passed, 563 A short window will make the load balancer quick at reacting 564 to load changes, but also short-sighted about previous history 565 (and hence, e.g., long term load trends). A long window will 566 make the load balancer thoughtful of previous history (and 567 hence capable of capturing, e.g., long term load trends), but 568 also slow in responding to load changes. 578 balanced with respect to the load generated by the vCPUs running on [all …]
|
A D | hvm-emulated-unplug.markdown | 32 blacklisted and should not load.
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | mkreloc.c | 82 static unsigned int load(const char *name, int *handle, in load() function 299 nsec = load(argv[1], &in1, &sec1, &base1, &size1, &width1); in main() 300 if ( nsec != load(argv[2], &in2, &sec2, &base2, &size2, &width2) ) in main()
|
/xen-4.10.0-shim-comet/xen/include/public/xsm/ |
A D | flask_op.h | 191 struct xen_flask_load load; member
|
/xen-4.10.0-shim-comet/tools/fuzz/ |
A D | README.afl | 36 3a. use a tmpfs for findings_dir (Perf improvement and reduced disk load)
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | main.c | 85 hvm_load_handler load; member 172 hvm_sr_handlers[typecode].load = load_state; in hvm_register_savevm() 195 ret = hvm_sr_handlers[typecode].load(d, h); in do_load()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | confdata.c | 268 goto load; in conf_read_simple() 284 goto load; in conf_read_simple() 291 load: in conf_read_simple()
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 60 The runlevel scripts load certain configuration files. They are 67 linker will either not find the required libraries or it will load them 145 --with-systemd-modules-load=DIR
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd.h | 310 kdd_stc_load load; member
|