Searched refs:tss (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/trousers/
H A Dtss.h16 #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_erro
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs_structs.h10 #include <tss/tpm.h>
11 #include <tss/tss_structs.h>
12 #include <tss/tcs_typedef.h>
H A Dtcs_typedef.h10 #include <tss/tss_structs.h>
11 #include <tss/tpm.h>
H A Dtddl_error.h10 #include <tss/tss_error_basics.h>
11 #include <tss/tss_error.h>
H A Dplatform.h44 #include <tss/compat11b.h>
H A Dtddli.h10 #include <tss/tss_typedef.h>
11 #include <tss/tddl_error.h>
H A Dtss_typedef.h10 #include <tss/platform.h>
H A Dtcs.h3 #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>
H A Dtss_structs.h10 #include <tss/platform.h>
11 #include <tss/tss_typedef.h>
12 #include <tss/tpm.h>
H A Dtss_error.h10 #include <tss/platform.h>
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dtss.h1 /* $NetBSD: tss.h,v 1.4 2008/04/16 21:51:03 cegger Exp $ */
70 #include <i386/tss.h>
H A Dpcb.h78 #include <machine/tss.h>
H A DMakefile24 trap.h tss.h types.h \
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Ddb_interface.c301 ddb_ipi_tss(struct i386tss *tss) argument
305 tf.tf_gs = tss->tss_gs;
306 tf.tf_fs = tss->tss_fs;
307 tf.tf_es = tss->__tss_es;
308 tf.tf_ds = tss->__tss_ds;
309 tf.tf_edi = tss->__tss_edi;
310 tf.tf_esi = tss->__tss_esi;
311 tf.tf_ebp = tss->tss_ebp;
312 tf.tf_ebx = tss->__tss_ebx;
313 tf.tf_edx = tss
[all...]
H A Dkvm86.c43 #include <machine/tss.h>
59 struct i386tss tss; member in struct:kvm86_data
89 struct i386tss *tss; local
102 tss = &vmd->tss;
108 memcpy(tss, &curcpu()->ci_tss, sizeof(*tss));
109 tss->tss_esp0 = (int)vmd;
110 tss->tss_ss0 = GSEL(GDATA_SEL, SEL_KPL);
113 tss
[all...]
H A Dtrap.c176 trap_tss(struct i386tss *tss, int trapno, int code) argument
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;
188 tf.tf_edx = tss
[all...]
H A Ddb_machdep.c218 static struct i386tss tss; local
239 db_read_bytes((db_addr_t)ptr, sizeof(tss), (char *)&tss);
240 *ip = tss.__tss_eip;
241 fp = (struct i386_frame *)tss.tss_ebp;
H A Dgdt.c376 tss_alloc(const struct i386tss *tss) argument
382 setgdt(slot, tss, sizeof(struct i386tss) + IOMAPSIZE - 1,
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpcb.h80 #include <machine/tss.h>
H A DMakefile25 trap.h tss.h types.h \
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dcpu.c903 tss_init(struct i386tss *tss, void *stack, void *func) argument
907 memset(tss, 0, sizeof *tss);
908 tss->tss_esp0 = tss->tss_esp = (int)((char *)stack + USPACE - 16);
909 tss->tss_ss0 = GSEL(GDATA_SEL, SEL_KPL);
910 tss->__tss_cs = GSEL(GCODE_SEL, SEL_KPL);
911 tss->tss_fs = GSEL(GCPU_SEL, SEL_KPL);
912 tss->tss_gs = tss
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_tspi.h26 #include <trousers/tss.h>
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_utils.c25 #include <trousers/tss.h>
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/tools/
H A Dps_convert.c62 #include <trousers/tss.h>
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dgdt.c299 tss_alloc(struct x86_64_tss *tss) argument
309 set_sys_gdt(slot, tss, sizeof (struct x86_64_tss) - 1,

Completed in 183 milliseconds

12