| /src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
| tss.h | 16 #include <tss/platform.h> 17 #include <tss/tss_error_basics.h> 18 #include <tss/tddl_error.h> 19 #include <tss/tcs_typedef.h> 20 #include <tss/tss_typedef.h> 21 #include <tss/tss_structs.h> 22 #include <tss/tcs_structs.h> 23 #include <tss/tcs_error.h> 24 #include <tss/tcs.h> 25 #include <tss/tss_error.h [all...] |
| /src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| tcs_structs.h | 3 TSS Core Service structures
10 #include <tss/tpm.h>
11 #include <tss/tss_structs.h>
12 #include <tss/tcs_typedef.h>
|
| tcs_typedef.h | 3 Global typedefs for TSS Core Service
10 #include <tss/tss_structs.h>
11 #include <tss/tpm.h>
|
| tddl_error.h | 10 #include <tss/tss_error_basics.h>
11 #include <tss/tss_error.h>
|
| platform.h | 42 * 1.1 TSS specification can still compile
44 #include <tss/compat11b.h>
|
| tddli.h | 10 #include <tss/tss_typedef.h>
11 #include <tss/tddl_error.h>
|
| tss_typedef.h | 3 Global typedefs for TSS
10 #include <tss/platform.h>
13 // definitions for TSS Service Provider (TSP)
18 typedef UINT32 TSS_RESULT; // the return code from a TSS function
|
| tcs.h | 3 #include <tss/platform.h>
4 #include <tss/tss_structs.h>
5 #include <tss/tcs_typedef.h>
6 #include <tss/tcs_defines.h>
7 #include <tss/tcs_structs.h>
8 #include <tss/tcs_error.h>
9 #include <tss/tpm.h>
|
| tss_structs.h | 3 TSS structures for TSS
10 #include <tss/platform.h>
11 #include <tss/tss_typedef.h>
12 #include <tss/tpm.h>
|
| tss_error.h | 3 TSS error return codes
10 #include <tss/platform.h>
14 // refer to the TSS Specification Parts
23 // | Platform specific coding | TSS error coding system |
62 // TSS error return codes
76 // basic error return codes common to all TSS Service Provider Interface methods
77 // and returned by all TSS SW stack components
217 // error codes returned by specific TSS Service Provider Interface methods
551 // the command flags does not allow the TSS to overwrite the existing
562 // the command flags does not allow the TSS to overwrite the existing [all...] |
| /src/sys/arch/amd64/include/ |
| tss.h | 1 /* $NetBSD: tss.h,v 1.8 2018/07/07 21:35:16 kamil Exp $ */ 44 * TSS structure. Since TSS hw switching is not supported in long 63 * I/O bitmap offset beyond TSS's segment limit means no bitmaps. 75 #include <i386/tss.h>
|
| Makefile | 24 trap.h tss.h types.h \
|
| /src/sys/arch/i386/i386/ |
| db_interface.c | 323 ddb_ipi_tss(struct i386tss *tss) 327 tf.tf_gs = tss->tss_gs; 328 tf.tf_fs = tss->tss_fs; 329 tf.tf_es = tss->__tss_es; 330 tf.tf_ds = tss->__tss_ds; 331 tf.tf_edi = tss->__tss_edi; 332 tf.tf_esi = tss->__tss_esi; 333 tf.tf_ebp = tss->tss_ebp; 334 tf.tf_ebx = tss->__tss_ebx; 335 tf.tf_edx = tss->__tss_edx [all...] |
| trap.c | 153 "invalid TSS fault", /* 15 T_TSSFLT */ 176 trap_tss(struct i386tss *tss, int trapno, int code) 180 tf.tf_gs = tss->tss_gs; 181 tf.tf_fs = tss->tss_fs; 182 tf.tf_es = tss->__tss_es; 183 tf.tf_ds = tss->__tss_ds; 184 tf.tf_edi = tss->__tss_edi; 185 tf.tf_esi = tss->__tss_esi; 186 tf.tf_ebp = tss->tss_ebp; 187 tf.tf_ebx = tss->__tss_ebx [all...] |
| db_machdep.c | 129 static struct i386tss tss; local 149 db_read_bytes((db_addr_t)ptr, sizeof(tss), (char *)&tss); 150 *ip = tss.__tss_eip; 151 fp = (struct i386_frame *)tss.tss_ebp;
|
| machdep.c | 533 tss_init(struct i386tss *tss, void *stack, void *func) 537 memset(tss, 0, sizeof *tss); 538 tss->tss_esp0 = tss->tss_esp = (int)((char *)stack + USPACE - 16); 539 tss->tss_ss0 = GSEL(GDATA_SEL, SEL_KPL); 540 tss->__tss_cs = GSEL(GCODE_SEL, SEL_KPL); 541 tss->tss_fs = GSEL(GCPU_SEL, SEL_KPL); 542 tss->tss_gs = tss->__tss_es = tss->__tss_ds [all...] |
| gdt.c | 284 tss_alloc(const struct i386tss *tss) 290 setgdt(slot, tss, sizeof(struct i386tss) + IOMAPSIZE - 1,
|
| /src/lib/libpthread/ |
| Makefile | 276 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c 277 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3 305 MLINKS+= tss.3 TSS_DTOR_ITERATIONS.3 306 MLINKS+= tss.3 tss_create.3 307 MLINKS+= tss.3 tss_delete.3 308 MLINKS+= tss.3 tss_get.3 309 MLINKS+= tss.3 tss_set.3
|
| /src/sys/arch/i386/include/ |
| Makefile | 24 trap.h tss.h types.h \
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
| key_verification.c | 15 #include <trousers/tss.h>
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 1277 for (tree tss = ctx; tss; tss = TREE_CHAIN (tss)) 1279 enum omp_tss_code tss_code = OMP_TSS_CODE (tss); 1289 OMP_TSS_NAME (tss)); 1296 for (tree ts = OMP_TSS_TRAIT_SELECTORS (tss); ts; ts = TREE_CHAIN (ts)) 1310 OMP_TSS_NAME (tss)); 1445 for (tree tss = ctx; tss; tss = TREE_CHAIN (tss) [all...] |
| /src/sys/arch/amd64/amd64/ |
| gdt.c | 254 tss_alloc(struct x86_64_tss *tss) 262 set_sys_gdt(slot, tss, sizeof(struct x86_64_tss) - 1, SDT_SYS386TSS, 269 /* TSS, what for? */
|
| /src/sys/arch/amd64/stand/prekern/ |
| prekern.c | 41 #include <machine/tss.h> 96 "invalid TSS fault", /* 15 T_TSSFLT */
|
| /src/crypto/external/cpl/tpm-tools/dist/include/ |
| tpm_tspi.h | 26 #include <trousers/tss.h>
|
| /src/crypto/external/cpl/tpm-tools/dist/lib/ |
| tpm_utils.c | 25 #include <trousers/tss.h>
|