/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Rules.mk | 17 $(call as-insn-check,CFLAGS,CC,"vmcall",-DHAVE_GAS_VMX) 18 $(call as-insn-check,CFLAGS,CC,"crc32 %eax$$(comma)%eax",-DHAVE_GAS_SSE4_2) 19 $(call as-insn-check,CFLAGS,CC,"invept (%rax)$$(comma)%rax",-DHAVE_GAS_EPT) 20 $(call as-insn-check,CFLAGS,CC,"rdrand %eax",-DHAVE_GAS_RDRAND) 21 $(call as-insn-check,CFLAGS,CC,"rdfsbase %rax",-DHAVE_GAS_FSGSBASE) 22 $(call as-insn-check,CFLAGS,CC,"rdseed %eax",-DHAVE_GAS_RDSEED) 23 $(call as-insn-check,CFLAGS,CC,".equ \"x\"$$(comma)1", \
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/ |
A D | Config.mk | 124 cc-ver-check = $(eval $(call cc-ver-check-closure,$(1),$(2),$(3))) 125 define cc-ver-check-closure 138 check-$(gcc) = $(call cc-ver-check,CC,0x040100,"Xen requires at least gcc-4.1") 139 $(eval $(check-y)) 168 as-insn-check = $(eval $(call as-insn-check-closure,$(1),$(2),$(3),$(4))) 169 define as-insn-check-closure
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | Makefile | 4 efi := $(if $(efi),$(shell $(CC) $(filter-out $(CFLAGS-y) .%.d,$(CFLAGS)) -c check.c 2>disabled && … 5 efi := $(if $(efi),$(shell $(LD) -mi386pep --subsystem=10 -o check.efi check.o 2>disabled && echo y…
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/include/xen-foreign/ |
A D | Makefile | 9 .PHONY: all clean distclean check-headers 10 all: $(headers) check-headers 22 check-headers: checker
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | Makefile | 153 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh 157 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ 194 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf) 199 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS)) 215 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | check-lxdialog.sh | 47 check() { function 77 check
|
A D | util.c | 58 dlg.check.atr = A_BOLD; in set_mono_theme() 98 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 139 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 218 init_one_color(&dlg.check); in init_dialog_colors()
|
/xen-4.10.0-shim-comet/tools/tests/regression/ |
A D | Makefile | 14 all: check-python-syntax 16 .PHONY: check-python-syntax 17 check-python-syntax: runtime-environment
|
A D | README | 8 different python versions and check all .py files against all verions 20 them and run a basic syntax check, run
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/m4/ |
A D | checkpolicy.m4 | 3 # check for a checkpolicy binary with support for -t xen
|
/xen-4.10.0-shim-comet/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
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | wakeup.S | 19 # check magic number 122 # check saved magic again
|
A D | mem.S | 22 cmpl $SMAP,%eax # check the return is `SMAP'
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
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 *) 391 (* Only check the string length limit *) 392 Quota.check store.quota (-1) (String.length value) 395 Quota.check store.quota owner (String.length value); 405 if not (existing || (Perms.Connection.is_dom0 perm)) then Quota.check store.quota owner 0; 423 …if not ((old_owner = new_owner) || (Perms.Connection.is_dom0 perm)) then Quota.check store.quota n…
|
A D | perms.ml | 129 (* check if owner of the current connection and of the current node are the same *) 135 (* check if the current connection has the requested perm on the current node *) 136 let check (connection:Connection.t) request (node:Node.t) = function
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | block-tap | 41 if ! tap-ctl check >& /dev/null ; then
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-vcpupin-parse | 12 fprefix=tmp.check-xl-vcpupin-parse 13 outfile=check-xl-vcpupin-parse.data
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | README.incompatibilities | 13 to check for a specific bridge-interface pair, since brctl does not show the
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | intercept.c | 40 if ( !handler->mmio.ops->check(current, first) ) in hvm_mmio_accept() 46 !handler->mmio.ops->check(current, last) ) in hvm_mmio_accept()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | io.h | 41 hvm_mmio_check_t check; member
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | release-checklist.txt | 23 # - check (for point releases, but not RCs) all XSAs have been applied (Lars) 25 * check, even for point releases
|