Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 88) sorted by relevance

1234

/xen/automation/build/debian/
A Dunstable.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
50 apt-get autoremove -y && \
51 apt-get clean && \
57 RUN apt-get update && \
58 apt-get --quiet --yes install \
62 apt-get autoremove -y && \
63 apt-get clean && \
A Dstretch.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
49 apt-get autoremove -y && \
50 apt-get clean && \
56 RUN apt-get update && \
57 apt-get --quiet --yes install \
61 apt-get autoremove -y && \
62 apt-get clean && \
A Djessie-i386.dockerfile14 RUN apt-get update && \
15 apt-get --quiet --yes install \
48 apt-get autoremove -y && \
49 apt-get clean && \
A Djessie.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
46 apt-get autoremove -y && \
47 apt-get clean && \
A Dunstable-arm64v8.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
A Dunstable-i386.dockerfile14 RUN apt-get update && \
15 apt-get --quiet --yes install \
50 apt-get autoremove -y && \
51 apt-get clean && \
A Dstretch-i386.dockerfile14 RUN apt-get update && \
15 apt-get --quiet --yes install \
50 apt-get autoremove -y && \
51 apt-get clean && \
/xen/automation/build/ubuntu/
A Dbionic.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
A Dtrusty.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
A Dxenial.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
/xen/tools/flask/utils/
A DMakefile11 CLIENTS := flask-loadpolicy flask-setenforce flask-getenforce flask-label-pci flask-get-bool flask-…
30 flask-get-bool: get-bool.o
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh10 apt-get -qy update
11 apt-get -qy install qemu-system-x86
/xen/tools/golang/xenlight/
A DREADME.md24 the version, you’ll get the most recent development version, which is
28 go get xenbits.xenproject.org/git-http/xen.git/tools/golang/xenlight@RELEASE-4.14.0.
/xen/xen/arch/x86/cpu/mtrr/
A Dmtrr.h18 void (*get)(unsigned int reg, unsigned long *base, member
A Dmain.c353 mtrr_if->get(i, &lbase, &lsize, &ltype); in mtrr_add_page()
497 mtrr_if->get(i, &lbase, &lsize, &ltype); in mtrr_del_page()
513 mtrr_if->get(reg, &lbase, &lsize, &ltype); in mtrr_del_page()
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc428 X86_PV_VCPU_BASIC XEN_DOMCTL_{get,set}vcpucontext
430 X86_PV_VCPU_EXTENDED XEN_DOMCTL_{get,set}\_ext_vcpucontext
432 X86_PV_VCPU_XSAVE XEN_DOMCTL_{get,set}vcpuextstate
434 X86_PV_VCPU_MSRS XEN_DOMCTL_{get,set}\_vcpu_msrs
463 XEN_DOMCTL_{get,set}tscinfo hypercall sub-ops.
492 XEN_DOMCTL_{get,set}hvmcontext hypercall sub-ops.
512 HVMOP_{get,set}\_param hypercall sub-ops.
640 CPUID policy content, as accessed by the XEN_DOMCTL_{get,set}_cpu_policy
660 MSR policy content, as accessed by the XEN_DOMCTL_{get,set}_cpu_policy
/xen/xen/tools/
A Dscmversion47 if git config --get svn-remote.svn.url >/dev/null; then
A Dgen-cpuid.py316 to_process = list(set(to_process + deps.get(f, [])))
329 name = state.names.get(word * 32 + bit, "")
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in48 # When this is enabled unprivileged guests can only get watch events
51 # When this is disabled unprivileged guests may get watch events
/xen/automation/build/centos/
A D7.2.dockerfile5 # ensure we only get bits from the vault for
/xen/xen/include/
A DMakefile76 compat/.xlat/%.h: compat/%.h compat/.xlat/%.lst $(BASEDIR)/tools/get-fields.sh Makefile
79 $(SHELL) $(BASEDIR)/tools/get-fields.sh "$$what" compat_$$name $< || exit $$?; \
/xen/tools/libxc/
A Dxc_misc.c628 sysctl.u.livepatch.u.get.status.state = 0; in xc_livepatch_get()
629 sysctl.u.livepatch.u.get.status.rc = 0; in xc_livepatch_get()
631 sysctl.u.livepatch.u.get.name = def_name; in xc_livepatch_get()
632 set_xen_guest_handle(sysctl.u.livepatch.u.get.name.name, name); in xc_livepatch_get()
638 memcpy(status, &sysctl.u.livepatch.u.get.status, sizeof(*status)); in xc_livepatch_get()
/xen/tools/libacpi/
A Dssdt_pm.asl192 * Helper method 4 to indirectly get battery data and store it in a
207 * Helper method 5 to indirectly initialize battery port and get
208 * battery data. Also get battery data length by writing 0x79 to
/xen/xen/include/acpi/cpufreq/
A Dcpufreq.h164 unsigned int (*get)(unsigned int cpu); member
/xen/tools/ocaml/libs/xb/
A Dxb.ml108 (* get the output string from a string_of(packet) or partial_out *)
133 (* try to get more data from input stream *)

Completed in 22 milliseconds

1234