Home
last modified time | relevance | path

Searched refs:tss (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A DMakefile.am1 tssincludedir = $(includedir)/tss
4 tssinclude_HEADERS = tss/tcpa_error.h \
5 tss/tcs_error.h \
6 tss/tcs_defines.h \
7 tss/tcs.h \
8 tss/tddlapi_error.h \
9 tss/tspi.h \
10 tss/tss_error.h \
11 tss/platform.h \
12 tss/tcpa_struct.h \
[all …]
H A DMakefile.in202 tssincludedir = $(includedir)/tss
204 tssinclude_HEADERS = tss/tcpa_error.h \
205 tss/tcs_error.h \
206 tss/tcs_defines.h \
207 tss/tcs.h \
208 tss/tddlapi_error.h \
209 tss/tspi.h \
210 tss/tss_error.h \
211 tss/platform.h \
212 tss/tcpa_struct.h \
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/dist/
H A Dtrousers.spec.in55 # add group tss
56 /usr/sbin/groupadd tss || {
59 9) # group 'tss' already exists
62 echo "Couldn't create group 'tss'. Exiting."
66 # add user tss
67 /usr/sbin/useradd -r tss || {
70 9) # user 'tss' already exists
73 echo "Couldn't create user 'tss'. Exiting."
82 /bin/chown tss:tss %{_localstatedir}/tpm
87 /bin/chown tss:tss %{_sbindir}/tcsd
[all …]
H A DMakefile.am7 /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true target
14 /usr/sbin/groupadd tss || true
15 /usr/sbin/useradd -r tss -g tss || true
16 /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true target
24 /usr/sbin/userdel tss || true
25 /usr/sbin/groupdel tss || true
H A DMakefile.in369 @NOUSERCHECK_FALSE@ /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
374 @NOUSERCHECK_FALSE@ /usr/sbin/groupadd tss || true
375 @NOUSERCHECK_FALSE@ /usr/sbin/useradd -r tss -g tss || true
376 @NOUSERCHECK_FALSE@ /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
382 @NOUSERCHECK_FALSE@ /usr/sbin/userdel tss || true
383 @NOUSERCHECK_FALSE@ /usr/sbin/groupdel tss || true
/netbsd-src/sys/arch/i386/i386/
H A Ddb_interface.c323 ddb_ipi_tss(struct i386tss *tss) in ddb_ipi_tss() argument
327 tf.tf_gs = tss->tss_gs; in ddb_ipi_tss()
328 tf.tf_fs = tss->tss_fs; in ddb_ipi_tss()
329 tf.tf_es = tss->__tss_es; in ddb_ipi_tss()
330 tf.tf_ds = tss->__tss_ds; in ddb_ipi_tss()
331 tf.tf_edi = tss->__tss_edi; in ddb_ipi_tss()
332 tf.tf_esi = tss->__tss_esi; in ddb_ipi_tss()
333 tf.tf_ebp = tss->tss_ebp; in ddb_ipi_tss()
334 tf.tf_ebx = tss->__tss_ebx; in ddb_ipi_tss()
335 tf.tf_edx = tss in ddb_ipi_tss()
[all...]
H A Dtrap.c176 trap_tss(struct i386tss *tss, int trapno, int code) in trap_tss() argument
180 tf.tf_gs = tss->tss_gs; in trap_tss()
181 tf.tf_fs = tss->tss_fs; in trap_tss()
182 tf.tf_es = tss->__tss_es; in trap_tss()
183 tf.tf_ds = tss->__tss_ds; in trap_tss()
184 tf.tf_edi = tss->__tss_edi; in trap_tss()
185 tf.tf_esi = tss->__tss_esi; in trap_tss()
186 tf.tf_ebp = tss->tss_ebp; in trap_tss()
187 tf.tf_ebx = tss->__tss_ebx; in trap_tss()
188 tf.tf_edx = tss->__tss_edx; in trap_tss()
[all …]
H A Dmachdep.c530 tss_init(struct i386tss *tss, void *stack, void *func) in tss_init() argument
534 memset(tss, 0, sizeof *tss); in tss_init()
535 tss->tss_esp0 = tss->tss_esp = (int)((char *)stack + USPACE - 16); in tss_init()
536 tss->tss_ss0 = GSEL(GDATA_SEL, SEL_KPL); in tss_init()
537 tss->__tss_cs = GSEL(GCODE_SEL, SEL_KPL); in tss_init()
538 tss->tss_fs = GSEL(GCPU_SEL, SEL_KPL); in tss_init()
539 tss->tss_gs = tss->__tss_es = tss->__tss_ds = in tss_init()
540 tss->__tss_ss = GSEL(GDATA_SEL, SEL_KPL); in tss_init()
542 tss->tss_cr3 = rcr3(); in tss_init()
543 tss->tss_esp = (int)((char *)stack + USPACE - 16); in tss_init()
[all …]
H A Ddb_machdep.c129 static struct i386tss tss; in db_nextframe() local
149 db_read_bytes((db_addr_t)ptr, sizeof(tss), (char *)&tss); in db_nextframe()
150 *ip = tss.__tss_eip; in db_nextframe()
151 fp = (struct i386_frame *)tss.tss_ebp; in db_nextframe()
H A Dgdt.c282 tss_alloc(const struct i386tss *tss) in tss_alloc() argument
288 setgdt(slot, tss, sizeof(struct i386tss) + IOMAPSIZE - 1, in tss_alloc()
H A Dgenassym.cf231 define TSS_TSS offsetof(struct cpu_tss, tss)
232 define TSS_ESP0 offsetof(struct cpu_tss, tss.tss_esp0)
233 define TSS_IOBASE offsetof(struct cpu_tss, tss.tss_iobase)
/netbsd-src/lib/libpthread/
H A DMakefile258 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c
259 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3
287 MLINKS+= tss.3 TSS_DTOR_ITERATIONS.3
288 MLINKS+= tss.3 tss_create.3
289 MLINKS+= tss.3 tss_delete.3
290 MLINKS+= tss.3 tss_get.3
291 MLINKS+= tss.3 tss_set.3
/netbsd-src/crypto/external/cpl/trousers/dist/dist/fedora/
H A Dtrousers.spec.in95 %attr(755, tss, tss) %{_sbindir}/tcsd
98 %config(noreplace) %attr(600, tss, tss) %{_sysconfdir}/tcsd.conf
108 %{_includedir}/tss/*.h
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/test/
H A DMakefile.am6 …../../../include/list_.h ../../utils/list.c ../../../include/tss/tss.h ../../../include/daa_para…
/netbsd-src/crypto/external/cpl/tpm-tools/dist/
H A Dconfigure.ac99 AC_CHECK_LIB(tspi, Tspi_Context_Create, [TSS_LIB="1"], [AC_MSG_ERROR([tss lib not found: libtspi.so…
108 AC_CHECK_HEADER(trousers/tss.h, [TSS_INC="1"], [AC_MSG_ERROR([tss header not found: trousers/tss.h]…
/netbsd-src/sys/arch/amd64/amd64/
H A Dgdt.c252 tss_alloc(struct x86_64_tss *tss) in tss_alloc() argument
260 set_sys_gdt(slot, tss, sizeof(struct x86_64_tss) - 1, SDT_SYS386TSS, in tss_alloc()
H A Dmachdep.c512 cputss = (struct cpu_tss *)&pcpuarea->ent[cid].tss; in cpu_init_tss()
518 cputss->tss.tss_iobase = IOMAP_INVALOFF << 16; in cpu_init_tss()
526 cputss->tss.tss_ist[0] = p + PAGE_SIZE - 16; in cpu_init_tss()
534 cputss->tss.tss_ist[1] = p + PAGE_SIZE - 16; in cpu_init_tss()
542 cputss->tss.tss_ist[2] = p + PAGE_SIZE - sizeof(struct nmistore); in cpu_init_tss()
552 cputss->tss.tss_ist[3] = p + PAGE_SIZE - 16; in cpu_init_tss()
555 ci->ci_tss_sel = tss_alloc(&cputss->tss); in cpu_init_tss()
/netbsd-src/sys/arch/i386/include/
H A DMakefile24 trap.h tss.h types.h \
/netbsd-src/sys/arch/amd64/include/
H A DMakefile24 trap.h tss.h types.h \
/netbsd-src/sys/arch/x86/include/
H A Dpmap_private.h119 uint8_t tss[PAGE_SIZE]; member
H A Dcpu.h59 #include <machine/tss.h>
94 struct i386tss tss; member
/netbsd-src/sys/arch/x86/x86/
H A Dsys_machdep.c459 offsetof(struct cpu_tss, tss) == IOMAP_VALIDOFF); in x86_set_ioperm()
464 ci->ci_tss->tss.tss_iobase = IOMAP_VALIDOFF << 16; in x86_set_ioperm()
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DREADME188 tpm[0-9]:tss:tss:0600
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c2972 auto_vec<gfc_typespec, 5> tss; in gfc_match_omp_declare_reduction() local
3018 tss.safe_push (ts); in gfc_match_omp_declare_reduction()
3025 tss.safe_push (ts); in gfc_match_omp_declare_reduction()
3031 for (i = 0; i < tss.length (); i++) in gfc_match_omp_declare_reduction()
3042 omp_udr->ts = tss[i]; in gfc_match_omp_declare_reduction()
3051 omp_out->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3052 omp_in->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3084 omp_priv->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3085 omp_orig->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3107 prev_udr = gfc_omp_udr_find (st, &tss[i]); in gfc_match_omp_declare_reduction()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dthreadlib.m422 dnl pthread-tss
32 dnl tss
364 dnl Libraries needed by thrd.c, mtx.c, cnd.c, tss.c.

12