/xen/tools/tests/x86_emulator/ |
A D | predicates.c | 9 #define F false macro 57 { { 0x04 }, { 2, 2 }, F, N }, /* add */ 58 { { 0x05 }, { 5, 5 }, F, N }, /* add */ 65 { { 0x0c }, { 2, 2 }, F, N }, /* or */ 66 { { 0x0d }, { 5, 5 }, F, N }, /* or */ 72 { { 0x14 }, { 2, 2 }, F, N }, /* adc */ 73 { { 0x15 }, { 5, 5 }, F, N }, /* adc */ 80 { { 0x1c }, { 2, 2 }, F, N }, /* adc */ 81 { { 0x1d }, { 5, 5 }, F, N }, /* adc */ 88 { { 0x24 }, { 2, 2 }, F, N }, /* and */ [all …]
|
A D | blowfish.c | 313 static uint32_t F(BLOWFISH_CTX *ctx, uint32_t x) { in F() function 343 Xr = F(ctx, Xl) ^ Xr; in Blowfish_Encrypt() 373 Xr = F(ctx, Xl) ^ Xr; in Blowfish_Decrypt()
|
/xen/ |
A D | MAINTAINERS | 91 F: net/ 360 F: tools/xl/ 458 F: stubdom/ 473 F: m4/ 474 F: configure 478 F: *.ac 480 F: */*.ac 481 F: tools/ 598 F: xen/xsm/ 611 F: * [all …]
|
/xen/xen/arch/x86/ |
A D | Makefile | 147 >$(@D)/.$(@F).0.S 150 $(@D)/.$(@F).0.o -o $(@D)/.$(@F).1 153 >$(@D)/.$(@F).1.S 156 $(@D)/.$(@F).1.o -o $@ 159 >$(@D)/$(@F).map 160 rm -f $(@D)/.$(@F).[0-9]* $(@D)/..$(@F).[0-9]* 209 $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).0r.o $(@D)/.$(@F).0s.o 212 … $(@D)/.$(@F).0r.o $(@D)/.$(@F).0s.o $(note_file_option) -o $(@D)/.$(@F).$(base).1 &&) : 216 $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).1r.o $(@D)/.$(@F).1s.o 218 $(@D)/.$(@F).1r.o $(@D)/.$(@F).1s.o $(note_file_option) -o $@ [all …]
|
/xen/stubdom/vtpmmgr/ |
A D | manage-vtpmmgr.pl | 82 open F, ">group-$uuid/aik.pub"; 83 print F $pubkey; 84 close F; 85 open F, ">group-$uuid/aik.priv-ca-data"; 86 print F $pksig; 87 close F;
|
/xen/tools/ocaml/ |
A D | common.make | 15 …TFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-error F 16 OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
|
/xen/xen/ |
A D | Rules.mk | 124 c_flags = -MMD -MP -MF $(@D)/.$(@F).d $(XEN_CFLAGS) '-D__OBJECT_FILE__="$@"' 125 a_flags = -MMD -MP -MF $(@D)/.$(@F).d $(XEN_AFLAGS) 168 $(CC) $(c_flags) -c $< -o $(@D)/.$(@F).tmp -MQ $@ 170 $(OBJCOPY) --redefine-sym $<=$(SRCPATH)/$< $(@D)/.$(@F).tmp $@ 172 $(OBJCOPY) --redefine-sym $(<F)=$(SRCPATH)/$< $(@D)/.$(@F).tmp $@ 174 rm -f $(@D)/.$(@F).tmp
|
A D | Makefile | 462 $(MAKE) -f $(BASEDIR)/Rules.mk -C $(*D) $(@F) 465 $(MAKE) -f $(BASEDIR)/Rules.mk -C $(*D) $(@F) 473 $(MAKE) -f $(BASEDIR)/Rules.mk -C $$(@D) $$(@F)
|
/xen/automation/build/ |
A D | Makefile | 13 docker build -t $(REGISTRY)/$(@D):$(@F) -f $< $(<D) 15 docker push $(REGISTRY)/$(@D):$(@F); \
|
/xen/tools/firmware/rombios/ |
A D | makesym.perl | 22 @F = split (/\s+/); 23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
|
/xen/docs/ |
A D | gen-html-index | 75 open F, '<', $f or die "$l $f $!"; 76 $tree->parse_file(\*F) or die; 77 close F;
|
A D | parse-support-md | 293 open F, '<', $f or die $!; 294 my $input_toplevel = decode_json <F>;
|
/xen/xen/include/asm-arm/arm64/ |
A D | efibind.h | 131 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/xen/tools/ocaml/xenstored/ |
A D | domains.ml | 157 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after; 190 …debug "incr_conflict_credit_from_queue: dom%d: %F -> %F" (Domain.get_id d) before d.Domain.conflic… 212 debug "incr_conflict_credit dom%d: %F -> %F" (Domain.get_id dom) before after;
|
/xen/xen/tools/kconfig/tests/new_choice_with_dep/ |
A D | expected_stdout | 9 3. Choice F (CHOICE_F) (NEW)
|
A D | Kconfig | 34 bool "Choice F"
|
/xen/xen/drivers/char/ |
A D | Kconfig | 56 bool "SuperH SCI(F) UART driver" 60 This selects the SuperH SCI(F) UART. If you have a SuperH based board,
|
/xen/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/xen/tools/xl/ |
A D | bash-completion | 20 complete -F _xl -o nospace -o default xl
|
/xen/tools/firmware/etherboot/ |
A D | Makefile | 33 $(MAKE) -C $D/src bin/$(*F).rom
|
A D | README | 25 http://rom-o-matic.net/5.4.3/build.php?version=5.4.3&F=ignore&nic=rtl8139%3Artl8139+--+%5B0x10ec%2C…
|
/xen/xen/include/xen/ |
A D | compat.h | 174 CHECK_FIELD_COMMON(CHECK_NAME(t ## __ ## f, F), t, f) 176 CHECK_FIELD_COMMON_(k, CHECK_NAME_(k, n ## __ ## f, F), n, f)
|
/xen/tools/xenstat/libxenstat/ |
A D | Makefile | 70 $(MAKE_LINK) $(<F) $@ 73 $(MAKE_LINK) $(<F) $@
|
/xen/xen/common/efi/ |
A D | runtime.c | 321 #define chk_fld(F, f) \ in cast_time() argument 322 BUILD_BUG_ON(sizeof(cast_time(NULL)->F) != sizeof(time->f) || \ in cast_time() 323 offsetof(EFI_TIME, F) != offsetof(struct xenpf_efi_time, f)) in cast_time()
|
/xen/tools/ocaml/libs/xs/ |
A D | queueop.ml | 44 let data = data_concat [ (if commit then "T" else "F"); ] in
|