Home
last modified time | relevance | path

Searched refs:T (Results 1 – 18 of 18) sorted by relevance

/xen/tools/tests/x86_emulator/
A Dpredicates.c10 #define T true macro
53 { { 0x00 }, { 2, 2 }, T, W }, /* add */
54 { { 0x01 }, { 2, 2 }, T, W }, /* add */
55 { { 0x02 }, { 2, 2 }, T, R }, /* add */
56 { { 0x03 }, { 2, 2 }, T, R }, /* add */
61 { { 0x08 }, { 2, 2 }, T, W }, /* or */
62 { { 0x09 }, { 2, 2 }, T, W }, /* or */
63 { { 0x0a }, { 2, 2 }, T, R }, /* or */
64 { { 0x0b }, { 2, 2 }, T, R }, /* or */
68 { { 0x10 }, { 2, 2 }, T, W }, /* adc */
[all …]
/xen/tools/firmware/etherboot/
A DMakefile18 T=ipxe.tar.gz macro
35 $T:
36 set -e; if ! $(FETCHER) _$T $(IPXE_TARBALL_URL); then \
39 $(IPXE_GIT_TAG) | gzip -n >../_$T); \
42 mv _$T $T
44 $D/src/arch/i386/Makefile: $T Config
46 gzip -dc $T | tar xf -
57 rm -rf $D $D.git *~ _$T $T
61 rm -rf $T
/xen/xen/
A DMakefile12 export XEN_BUILD_TIME ?= $(shell LC_ALL=C date +%T)
270 _install: T=$(notdir $(TARGET)) macro
275 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z)
276 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z)
277 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z)
288 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION).efi; \
289 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).efi; \
290 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T).efi; \
307 _uninstall: T=$(notdir $(TARGET)) macro
314 rm -f $(D)$(BOOT_DIR)/$(T)$(Z)
[all …]
/xen/stubdom/vtpmmgr/
A Dtpmrsa.c65 mpi T; in tpmrsa_public() local
67 mpi_init( &T ); in tpmrsa_public()
69 MPI_CHK( mpi_read_binary( &T, input, ctx->len ) ); in tpmrsa_public()
71 if( mpi_cmp_mpi( &T, &ctx->N ) >= 0 ) in tpmrsa_public()
73 mpi_free( &T ); in tpmrsa_public()
78 MPI_CHK( mpi_exp_mod( &T, &T, &ctx->E, &ctx->N, &ctx->RN ) ); in tpmrsa_public()
79 MPI_CHK( mpi_write_binary( &T, output, olen ) ); in tpmrsa_public()
83 mpi_free( &T ); in tpmrsa_public()
/xen/xen/include/xen/
A Dconst.h17 #define _AT(T,X) X argument
21 #define _AT(T,X) ((T)(X)) argument
A Dcompat.h138 CHECK_NAME(name, T)(xen_ ## name ## _t *x, \
145 CHECK_NAME_(k, n, T)(k xen_ ## n *x, \
/xen/xen/include/acpi/platform/
A Dacenv.h286 #define va_arg(ap, T) (*(T *)(((ap) += (_bnd (T, _AUPBND))) - (_bnd (T,_ADNBND)))) argument
/xen/tools/hotplug/Linux/
A Dblock-common.sh48 stat -L -c %t:%T "$1"
/xen/xen/arch/arm/arm32/lib/
A Dassembler.h249 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=T()
289 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=T()
/xen/docs/
A Dsupport-matrix-generate187 Last checked/updated/regenerated: ${generated/T/ }
/xen/
A DMAINTAINERS71 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
380 T: git https://xenbits.xenproject.org/git-http/mini-os.git
393 T: git https://xenbits.xenproject.org/git-http/ovmf.git
417 T: git https://xenbits.xenproject.org/git-http/qemu-xen-traditional.git
423 T: git https://xenbits.xenproject.org/git-http/qemu-xen.git
451 T: git https://xenbits.xenproject.org/git-http/seabios.git
/xen/xen/tools/
A Dxen.flf1986 0x0162 LATIN CAPITAL LETTER T WITH CEDILLA
1993 0x0163 LATIN SMALL LETTER T WITH CEDILLA
2000 0x0164 LATIN CAPITAL LETTER T WITH CARON
2007 0x0165 LATIN SMALL LETTER T WITH CARON
2014 0x0166 LATIN CAPITAL LETTER T WITH STROKE
2021 0x0167 LATIN SMALL LETTER T WITH STROKE
/xen/tools/ocaml/xenstored/
A Dparse_arg.ml54 ("-T", Arg.Set_string tracefile, ""); (* for compatibility *)
A Dprocess.ml179 if domid = Define.domid_self || Domains.exist domains domid then "T\000" else "F\000"
387 | "T" :: _ -> true
/xen/docs/misc/
A Dxenstore.txt247 TRANSACTION_END T|
251 xenstore. If F, the transaction is discarded. If T,
292 IS_DOMAIN_INTRODUCED <domid>| T| or F|
293 Returns T if xenstored is in communication with the domain:
A Dxen-command-line.pandoc51 * `T` or `t`: TiB (2^40)
/xen/tools/ocaml/libs/xs/
A Dqueueop.ml44 let data = data_concat [ (if commit then "T" else "F"); ] in
/xen/stubdom/
A Dvtpm-deepquote.patch97 + 0, 0, 0, 0, 'D', 'Q', 'U', 'T'

Completed in 21 milliseconds