/xen/tools/firmware/rombios/ |
A D | biossums.c | 8 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 D | opmask.S | 32 .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 D | tests.c | 99 } 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 D | biossums.c | 23 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 D | Kbuild.include | 70 # 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 D | Kconfig.include | 38 # check if $(CC) and $(LD) exist
|
/xen/ |
A D | Config.mk | 116 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 D | Makefile | 9 .PHONY: all clean distclean check-headers 10 all: $(headers) check-headers 22 check-headers: checker
|
/xen/tools/tests/mce-test/tools/ |
A D | README | 5 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 D | perms.ml | 139 (* 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 D | store.ml | 78 (* 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 D | checkpolicy.m4 | 3 # check for a checkpolicy binary with support for -t xen
|
/xen/tools/tests/depriv/ |
A D | depriv-fd-checker.c | 369 void (*check)(void); /* must may */ member 412 if (cli->check) { in main() 415 cli->check(); in main()
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 25 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 D | kconfig-macro-language.rst | 38 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 D | wakeup.S | 27 # check magic number 101 # check saved magic again
|
A D | mem.S | 22 cmpl $SMAP,%eax # check the return is `SMAP'
|
/xen/tools/hotplug/Linux/ |
A D | block-tap | 41 if ! tap-ctl check >& /dev/null ; then
|
/xen/tools/libxl/ |
A D | check-xl-vcpupin-parse | 12 fprefix=tmp.check-xl-vcpupin-parse 13 outfile=check-xl-vcpupin-parse.data
|
/xen/tools/ocaml/libs/xc/ |
A D | Makefile | 36 xenctrl_abi_check.h: abi-check xenctrl_stubs.c xenctrl.ml
|
/xen/scripts/ |
A D | add_maintainers.pl | 410 my ($check) = @_; 414 if ( grep { $_ eq $check} @mailinglists) {
|
/xen/xen/arch/x86/ |
A D | Makefile | 177 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 D | README.incompatibilities | 13 to check for a specific bridge-interface pair, since brctl does not show the
|
/xen/xen/arch/x86/hvm/ |
A D | intercept.c | 41 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 D | util.c | 45 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()
|