Home
last modified time | relevance | path

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

1234

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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()
A Dgeneric.c269 mtrr_if->get(i, &lbase, &lsize, &ltype); in generic_get_free_region()
553 .get = generic_get_mtrr,
/xen-4.10.0-shim-comet/xen/tools/
A Dscmversion47 if git config --get svn-remote.svn.url >/dev/null; then
A Dgen-cpuid.py284 to_process = list(set(to_process + deps.get(f, [])))
300 name = state.names.get(word * 32 + bit, "")
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dutils.ml93 if String.get path 0 <> '/' then
103 if String.get cpath 0 <> '/' then
/xen-4.10.0-shim-comet/tools/python/
A Dtest.py402 debug = kwarg.get("debug")
405 progress = kwarg.get("progress")
408 profile = kwarg.get("profile")
698 ct = [(type2count[t] - self.type2count.get(t, 0),
699 type2all[t] - self.type2all.get(t, 0),
966 if not os.environ.get("PYCHECKER"):
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/
A DREADME22 You get four modules, xen-platform-pci.ko, xen-vbd.ko, xen-vnif.ko and
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_misc.c626 sysctl.u.livepatch.u.get.status.state = 0; in xc_livepatch_get()
627 sysctl.u.livepatch.u.get.status.rc = 0; in xc_livepatch_get()
629 sysctl.u.livepatch.u.get.name = def_name; in xc_livepatch_get()
630 set_xen_guest_handle(sysctl.u.livepatch.u.get.name.name, name); in xc_livepatch_get()
636 memcpy(status, &sysctl.u.livepatch.u.get.status, sizeof(*status)); in xc_livepatch_get()
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc432 X86\_PV\_VCPU\_BASIC XEN\_DOMCTL\_{get,set}vcpucontext
434 X86\_PV\_VCPU\_EXTENDED XEN\_DOMCTL\_{get,set}\_ext\_vcpucontext
436 X86\_PV\_VCPU\_XSAVE XEN\_DOMCTL\_{get,set}vcpuextstate
438 X86\_PV\_VCPU\_MSRS XEN\_DOMCTL\_{get,set}\_vcpu\_msrs
467 XEN\_DOMCTL\_{get,set}tscinfo hypercall sub-ops.
496 XEN\_DOMCTL\_{get,set}hvmcontext hypercall sub-ops.
516 HVMOP\_{get,set}\_param hypercall sub-ops.
/xen-4.10.0-shim-comet/xen/include/
A DMakefile71 compat/.xlat/%.h: compat/%.h compat/.xlat/%.lst $(BASEDIR)/tools/get-fields.sh Makefile
74 $(SHELL) $(BASEDIR)/tools/get-fields.sh "$$what" compat_$$name $< || exit $$?; \
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-ringwatch42 def get(self):
51 return self.get().search(s)
408 entry = prev.get(key)
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/acpi/cpufreq/
A Dcpufreq.h164 unsigned int (*get)(unsigned int cpu); member
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c454 unsigned int (*get)(xenstat_domain *); member
471 d1s = state_funcs[i].get(domain1); in compare_state()
472 d2s = state_funcs[i].get(domain2); in compare_state()
486 print("%c", state_funcs[i].get(domain) ? state_funcs[i].ch in print_state()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxb.ml106 (* get the output string from a string_of(packet) or partial_out *)
131 (* try to get more data from input stream *)
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dpmstat.c258 cpufreq_driver->get ? cpufreq_driver->get(op->cpuid) : policy->cur; in get_cpufreq_para()
/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch.c958 static int livepatch_get(struct xen_sysctl_livepatch_get *get) in livepatch_get() argument
964 rc = get_name(&get->name, n); in livepatch_get()
981 get->status.state = data->state; in livepatch_get()
982 get->status.rc = data->rc; in livepatch_get()
1578 rc = livepatch_get(&livepatch->u.get); in livepatch_op()
/xen-4.10.0-shim-comet/tools/tests/mce-test/
A DREADME68 5. get test result in results directory
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.mli53 (** get operations provide a vector of xenstore function that apply to one
/xen-4.10.0-shim-comet/docs/misc/
A Dcoverage.markdown3 Coverage support allows you to get coverage information from Xen execution.
A Dcrashdb.txt5 you've crashed it, you get to poke around and find out why. There's
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DREADME26 Untar the archive, and type make. You should get a "VGABIOS-lgpl-latest.bin"
36 You can get a very basic debugging system: messages printed by the vgabios.
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/
A DREADME43 to get to another vcpu, etc... Remember, gdb has it's own [thread]

Completed in 42 milliseconds

1234