/xen/xen/arch/x86/ |
A D | arch.mk | 15 $(call cc-option-add,CFLAGS,CC,-Wnested-externs) 16 $(call as-option-add,CFLAGS,CC,"vmcall",-DHAVE_AS_VMX) 19 $(call as-option-add,CFLAGS,CC,"rdrand %eax",-DHAVE_AS_RDRAND) 20 $(call as-option-add,CFLAGS,CC,"rdfsbase %rax",-DHAVE_AS_FSGSBASE) 21 $(call as-option-add,CFLAGS,CC,"xsaveopt (%rax)",-DHAVE_AS_XSAVEOPT) 22 $(call as-option-add,CFLAGS,CC,"rdseed %eax",-DHAVE_AS_RDSEED) 23 $(call as-option-add,CFLAGS,CC,"clwb (%rax)",-DHAVE_AS_CLWB) 30 $(call as-option-add,CFLAGS,CC,\ 34 $(call as-option-add,CFLAGS,CC,\ 41 CFLAGS += -mno-sse $(call cc-option,$(CC),-mskip-rax-setup) [all …]
|
/xen/tools/libxl/ |
A D | libxlu_cfg_l.l | 39 %option warn 40 %option nodefault 41 %option batch 42 %option 8bit 43 %option yylineno 44 %option noyywrap 45 %option bison-bridge 46 %option bison-locations 47 %option reentrant 48 %option prefix="xlu__cfg_yy" [all …]
|
A D | libxlu_disk_l.l | 166 %option warn 167 %option nodefault 168 %option batch 169 %option 8bit 170 %option noyywrap 171 %option reentrant 172 %option prefix="xlu__disk_yy" 173 %option nounput
|
/xen/ |
A D | Config.mk | 93 cc-option = $(shell if test -z "`echo 'void*p=1;' | \ 99 cc-option-add = $(eval $(call cc-option-add-closure,$(1),$(2),$(3))) 100 define cc-option-add-closure 101 ifneq ($$(call cc-option,$$($(2)),$(3),n),n) 106 cc-options-add = $(foreach o,$(3),$(call cc-option-add,$(1),$(2),$(o))) 120 cc-option := n 191 $(call cc-option-add,HOSTCFLAGS,HOSTCC,-Wdeclaration-after-statement) 192 $(call cc-option-add,CFLAGS,CC,-Wdeclaration-after-statement) 193 $(call cc-option-add,CFLAGS,CC,-Wno-unused-but-set-variable) 194 $(call cc-option-add,CFLAGS,CC,-Wno-unused-local-typedefs)
|
/xen/tools/misc/ |
A D | xenpvnetboot | 55 def mount(dev, path, option=''): argument 60 cmd = ' '.join([mountcmd, option, dev, path]) 105 option = '-o ro' 107 option = '-o ro,loop' 109 option += ' -F hsfs' 110 mount(self.location, self.srcdir, option) 132 option = '-o ro,loop' 134 option += ' -F hsfs' 135 mount(os.path.join(self.nfsdir, iso), self.srcdir, option)
|
/xen/xen/arch/arm/ |
A D | Kconfig.debug | 18 such option will soon be removed. 25 output to a 8250 UART. You can use this option to 30 This option is preferred over the platform specific 39 output to a Cadence UART. You can use this option to 44 This option is preferred over the platform specific 58 This option is preferred over the platform specific 67 output to a MESON UART. You can use this option to 72 This option is preferred over the platform specific 81 output to a MVEBU UART. You can use this option to 94 output to a PL011 UART. You can use this option to [all …]
|
A D | arch.mk | 7 $(call cc-option-add,CFLAGS,CC,-Wnested-externs) 15 $(call cc-option-add,CFLAGS-$(CONFIG_ARM_64),CC,-mno-outline-atomics)
|
/xen/xen/scripts/ |
A D | Kconfig.include | 26 # $(cc-option,<flag>) 28 cc-option = $(success,$(CC) -Werror $(CLANG_FLAGS) $(1) -E -x c /dev/null -o /dev/null) 30 # $(ld-option,<flag>) 32 ld-option = $(success,$(LD) -v $(1))
|
A D | Kbuild.include | 30 # Usage: cflags-y += $(call as-insn,CC FLAGS,"insn",option-yes,option-no) 35 # as-option-add: Conditionally add options to flags 36 # Usage: $(call as-option-add,CFLAGS,CC,"insn",option-yes,option-no) 37 as-option-add = $(eval $(call as-option-add-closure,$(1),$(2),$(3),$(4),$(5))) 38 define as-option-add-closure
|
/xen/xen/ |
A D | Kconfig | 28 def_bool $(cc-option,-fvisibility=hidden) 34 option defconfig_list 40 This option allows certain base Xen options and settings 44 Xen binaries built with this option enabled are not security
|
/xen/tools/ocaml/xenstored/ |
A D | trie.mli | 21 of type ['a * 'b option]. *) 42 val iter : ('a -> 'b option -> unit) -> ('a, 'b) t -> unit 45 [f] is an option type. *) 47 val iter_path : ('a -> 'b option -> unit) -> ('a, 'b) t -> 'a list -> unit 51 val fold : ('a -> 'b option -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c 54 val map : ('b -> 'c option) -> ('a,'b) t -> ('a,'c) t 55 (** [map f t] maps [f] over every values stored in [t]. The return value of [f] is of type 'c option
|
/xen/xen/include/xen/ |
A D | kconfig.h | 29 #define IS_ENABLED(option) config_enabled(option) argument
|
/xen/tools/tests/mce-test/cases/ucna_llc/xen/ |
A D | cases.sh | 37 while getopts ":c:p:h" option 39 case "$option" in
|
/xen/tools/tests/mce-test/cases/srao_llc/xen/ |
A D | cases.sh | 37 while getopts ":c:p:h" option 39 case "$option" in
|
/xen/tools/tests/mce-test/cases/srao_mem/xen/ |
A D | cases.sh | 37 while getopts ":c:p:h" option 39 case "$option" in
|
/xen/tools/tests/mce-test/cases/ucna_llc/dom0/ |
A D | cases.sh | 38 while getopts ":c:d:p:h" option 40 case "$option" in
|
/xen/tools/tests/mce-test/cases/srao_llc/dom0/ |
A D | cases.sh | 38 while getopts ":c:d:p:h" option 40 case "$option" in
|
/xen/tools/tests/mce-test/cases/srao_mem/dom0/ |
A D | cases.sh | 38 while getopts ":c:d:p:h" option 40 case "$option" in
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | Makefile | 7 $(call cc-option-add,CFLAGS,CC,-fno-pic) 8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.mli.in | 35 vmessage : level -> int option -> string option -> string -> unit; 36 progress : string option -> string -> int -> int64 -> int64 -> unit;
|
A D | xentoollog.ml.in | 28 vmessage : level -> int option -> string option -> string -> unit; 29 progress : string option -> string -> int -> int64 -> int64 -> unit;
|
/xen/tools/tests/mce-test/cases/ucna_llc/guest/ |
A D | cases.sh | 44 while getopts ":i:u:m:c:p:hl:" option 46 case "$option" in
|
/xen/tools/tests/mce-test/cases/srao_llc/guest/ |
A D | cases.sh | 44 while getopts ":i:u:m:c:p:hl:" option 46 case "$option" in
|
/xen/tools/tests/mce-test/cases/srao_mem/guest/ |
A D | cases.sh | 44 while getopts ":i:u:m:c:p:hl:" option 46 case "$option" in
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 8 Most parameters take the form `option=value`. Different options on 14 All boolean option may be explicitly enabled using a `value` of 96 which requires this option to function should be blacklisted. 325 Both option `com1` and `com2` follow the same format. 448 `console_timestamps` alone will enable the `date` option. 601 which would otherwise require escaping of the < option 1000 this option can enabled to regain performance. 1342 This option is only valid on x86. 1486 This option is ignored in **pv-shim** mode. 1639 This option is ignored in **pv-shim** mode. [all …]
|