Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 95) sorted by relevance

1234

/xen/tools/firmware/rombios/
A Dbiossums.c8 void check( int value, char* message );
216 void check( int okay, char* message ) { in check() function
263 check( offset + _32__MINHDR <= MAX_OFFSET, "_32_ header out of bounds" ); in chksum__32__calc_value()
265 check( offset + len <= MAX_OFFSET, "_32_ header-length out of bounds" ); in chksum__32__calc_value()
317 check( offset + _MP__MINHDR <= MAX_OFFSET, "_MP_ header out of bounds" ); in chksum__mp__calc_value()
319 check( offset + len <= MAX_OFFSET, "_MP_ header-length out of bounds" ); in chksum__mp__calc_value()
353 check( offset + _MP__CHKSUM <= MAX_OFFSET, "MP checksum out of bounds" ); in chksum__mp__get_value()
360 check( offset + _MP__CHKSUM <= MAX_OFFSET, "MP checksum out of bounds" ); in chksum__mp__set_value()
374 check( offset + len <= MAX_OFFSET, "PCMP header-length out of bounds" ); in chksum_pcmp_calc_value()
378 check( 0, "PCMP header indicates extended tables (unsupported)" ); in chksum_pcmp_calc_value()
[all …]
/xen/tools/tests/x86_emulator/
A Dopmask.S32 .macro check res1:req, res2:req, line:req macro
68 check k5, k6, __LINE__
72 check k3, k4, __LINE__
77 check k4, k5, __LINE__
82 check k4, k5, __LINE__
108 check k3, k5, __LINE__
116 check k3, k4, __LINE__
145 check k0, k3, __LINE__
/xen/tools/firmware/hvmloader/
A Dtests.c99 } check[] = { in rep_insb_test() local
134 if ( check[i].addr == (unsigned long)p ) in rep_insb_test()
136 expected = check[i].expected; in rep_insb_test()
162 } check[] = { in rep_insw_test() local
198 if ( check[i].addr == (unsigned long)p ) in rep_insw_test()
200 expected = check[i].expected; in rep_insw_test()
/xen/tools/firmware/vgabios/
A Dbiossums.c23 void check( int value, char* message );
174 void check( int okay, char* message ) { in check() function
222 check((offset + len) <= (bios_len - 1), "PMID entry length out of bounds" ); in chksum_pmid_calc_value()
254 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" ); in chksum_pmid_get_value()
261 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" ); in chksum_pmid_set_value()
/xen/xen/scripts/
A DKbuild.include70 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1
71 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
74 cmd-check = $(if $(strip $(cmd_$@)),,1)
90 if_changed = $(if $(any-prereq)$(cmd-check), \
95 # Will check if $(cmd_foo) or any of the prerequisites changed,
97 if_changed_rule = $(if $(any-prereq)$(cmd-check),$(rule_$(1)),@:)
127 $(if $(cmd-check), \
A DKconfig.include38 # check if $(CC) and $(LD) exist
/xen/
A DConfig.mk116 cc-ver-check = $(eval $(call cc-ver-check-closure,$(1),$(2),$(3)))
117 define cc-ver-check-closure
125 check-$(gcc) = $(call cc-ver-check,CC,0x040100,"Xen requires at least gcc-4.1")
126 $(eval $(check-y))
/xen/tools/include/xen-foreign/
A DMakefile9 .PHONY: all clean distclean check-headers
10 all: $(headers) check-headers
22 check-headers: checker
/xen/tools/tests/mce-test/tools/
A DREADME5 MCE injection mechanism. It allows to inject machine check errors on the
7 validation of the Xen machine check handler.
/xen/tools/ocaml/xenstored/
A Dperms.ml139 (* check if owner of the current connection and of the current node are the same *)
145 (* check if the current connection lacks the requested perm on the current node *)
172 (* check if the current connection has the requested perm on the current node.
174 let check connection request node = function
178 (* check if the current connection has the requested perm on the current node *)
A Dstore.ml78 (* check if the current node can be accessed by the current connection with rperm permissions *)
80 Perms.check connection request node.perms
82 (* check if the current node is owned by the current connection *)
408 (* Only check the string length limit *)
409 Quota.check store.quota (-1) (String.length value)
412 Quota.check store.quota owner (String.length value);
422 if not (existing || (Perms.Connection.is_dom0 perm)) then Quota.check store.quota owner 0;
/xen/m4/
A Dcheckpolicy.m43 # check for a checkpolicy binary with support for -t xen
/xen/tools/tests/depriv/
A Ddepriv-fd-checker.c369 void (*check)(void); /* must may */ member
412 if (cli->check) { in main()
415 cli->check(); in main()
/xen/docs/misc/
A Dxen-error-handling.txt25 and a backtrace. Use this to check consistency assumptions within the
34 the check BUG_ON(bytes != 1). We choose this extreme reaction to the
51 small) overheads of an always-on debug check might be considered
A Dkconfig-macro-language.rst38 def_bool $(shell, $(srctree)/scripts/gcc-check-foo.sh $(CC))
239 def_bool $(shell $(srctree)/scripts/gcc-check-flag ENDIAN_FLAG)
246 default $(shell $(srctree)/scripts/gcc-check-flag -mbig-endian) if CPU_BIG_ENDIAN
247 default $(shell $(srctree)/scripts/gcc-check-flag -mlittle-endian) if CPU_LITTLE_ENDIAN
/xen/xen/arch/x86/boot/
A Dwakeup.S27 # check magic number
101 # check saved magic again
A Dmem.S22 cmpl $SMAP,%eax # check the return is `SMAP'
/xen/tools/hotplug/Linux/
A Dblock-tap41 if ! tap-ctl check >& /dev/null ; then
/xen/tools/libxl/
A Dcheck-xl-vcpupin-parse12 fprefix=tmp.check-xl-vcpupin-parse
13 outfile=check-xl-vcpupin-parse.data
/xen/tools/ocaml/libs/xc/
A DMakefile36 xenctrl_abi_check.h: abi-check xenctrl_stubs.c xenctrl.ml
/xen/scripts/
A Dadd_maintainers.pl410 my ($check) = @_;
414 if ( grep { $_ eq $check} @mailinglists) {
/xen/xen/arch/x86/
A DMakefile177 export XEN_BUILD_EFI := $(shell $(CC) $(XEN_CFLAGS) -c efi/check.c -o efi/check.o 2>/dev/null && ec…
179 …(if $(XEN_BUILD_EFI),$(shell $(LD) -mi386pep --subsystem=10 -o efi/check.efi efi/check.o 2>/dev/nu…
/xen/tools/examples/
A DREADME.incompatibilities13 to check for a specific bridge-interface pair, since brctl does not show the
/xen/xen/arch/x86/hvm/
A Dintercept.c41 if ( !handler->mmio.ops->check(current, first) ) in hvm_mmio_accept()
47 !handler->mmio.ops->check(current, last) ) in hvm_mmio_accept()
/xen/xen/tools/kconfig/lxdialog/
A Dutil.c45 dlg.check.atr = A_BOLD; in set_mono_theme()
85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
126 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
205 init_one_color(&dlg.check); in init_dialog_colors()

Completed in 21 milliseconds

1234