| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/ |
| D | Makefile.am | 1 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 …]
|
| D | Makefile.in | 202 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/ |
| D | trousers.spec.in | 55 # 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 …]
|
| D | Makefile.am | 7 /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
|
| D | Makefile.in | 369 @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/ |
| D | db_interface.c | 323 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->__tss_edx; in ddb_ipi_tss() [all …]
|
| D | trap.c | 176 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 …]
|
| D | machdep.c | 530 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 …]
|
| D | db_machdep.c | 129 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()
|
| D | gdt.c | 282 tss_alloc(const struct i386tss *tss) in tss_alloc() argument 288 setgdt(slot, tss, sizeof(struct i386tss) + IOMAPSIZE - 1, in tss_alloc()
|
| D | genassym.cf | 230 define TSS_TSS offsetof(struct cpu_tss, tss) 231 define TSS_ESP0 offsetof(struct cpu_tss, tss.tss_esp0) 232 define TSS_IOBASE offsetof(struct cpu_tss, tss.tss_iobase)
|
| /netbsd/src/lib/libpthread/ |
| D | Makefile | 260 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c 261 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3 289 MLINKS+= tss.3 TSS_DTOR_ITERATIONS.3 290 MLINKS+= tss.3 tss_create.3 291 MLINKS+= tss.3 tss_delete.3 292 MLINKS+= tss.3 tss_get.3 293 MLINKS+= tss.3 tss_set.3
|
| /netbsd/src/crypto/external/cpl/trousers/dist/dist/fedora/ |
| D | trousers.spec.in | 95 %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/tpm-tools/dist/ |
| D | configure.ac | 99 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/ |
| D | gdt.c | 252 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()
|
| D | machdep.c | 512 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/amd64/include/ |
| D | Makefile | 24 trap.h tss.h types.h \
|
| /netbsd/src/sys/arch/i386/include/ |
| D | Makefile | 24 trap.h tss.h types.h \
|
| /netbsd/src/sys/arch/x86/include/ |
| D | pmap_private.h | 119 uint8_t tss[PAGE_SIZE]; member
|
| D | cpu.h | 94 struct i386tss tss; member
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | sys_machdep.c | 459 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/ |
| D | README | 188 tpm[0-9]:tss:tss:0600
|
| D | configure.ac | 97 …ble-usercheck], [build TrouSerS without checking and setting of user/group tss [default=on] (Cauti…
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | freebsd | 118 # cores start with a struct tss; we take advantage of the following:
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | infrun.c | 409 void init_thread_stepping_state (struct thread_info *tss); 4835 init_thread_stepping_state (struct thread_info *tss) in init_thread_stepping_state() argument 4837 tss->stepped_breakpoint = 0; in init_thread_stepping_state() 4838 tss->stepping_over_breakpoint = 0; in init_thread_stepping_state() 4839 tss->stepping_over_watchpoint = 0; in init_thread_stepping_state() 4840 tss->step_after_step_resume_breakpoint = 0; in init_thread_stepping_state()
|