Searched defs:tpc (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_dpi_isadep.c48 kmdb_dpi_handle_fault(kreg_t tt, kreg_t tpc, kreg_t tnpc, kreg_t sp, int cpuid) argument
50 mdb_dprintf(MDB_DBG_DPI, "\ndpi_handle_fault: tt 0x%01lx, tpc 0x%0?p, "
51 "tnpc 0x%0?p, sp 0x%0?p, fault_pcb 0x%0?p\n", tt, tpc, tnpc, sp,
75 kmdb_fault(tt, tpc, sp, cpuid);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c182 tsol_tpc_t tpc; local
184 if (mdb_vread(&tpc, sizeof (tpc), (uintptr_t)mhe->mhe_val) == -1) {
188 return (twd->old_callback((uintptr_t)mhe->mhe_val, &tpc,
/illumos-gate/usr/src/uts/sparc/fpu/
H A Diu_simulator.c138 uintptr_t tpc; local
141 tpc = pregs->r_pc;
144 pregs->r_pc = tpc +
147 pregs->r_pc = tpc +
154 pregs->r_npc = tpc +
157 pregs->r_npc = tpc +
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c654 cpu_acpi_tpc_t *tpc; local
658 tpc = &CPU_ACPI_TPC(handle);
659 ret = cpu_acpi_cache_present_capabilities(handle, TPC_OBJ, tpc);
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c194 tpc_free(tsol_tpc_t *tpc) argument
196 DTRACE_PROBE1(tx__tndb__l3__tpcfree, tsol_tpc_t *, tpc);
197 ASSERT(tpc->tpc_invalid);
198 mutex_exit(&tpc->tpc_lock);
199 mutex_destroy(&tpc->tpc_lock);
200 kmem_free(tpc, sizeof (*tpc));
211 tsol_tpc_t *tpc = NULL; local
215 tpc = (tsol_tpc_t *)hv;
216 if (tpc
414 tsol_tpc_t *tpc; local
452 tsol_tpc_t *tpc; local
569 tsol_tpc_t *tpc; local
604 tsol_tpc_t *tpc; local
626 tsol_tpc_t *tpc = (tsol_tpc_t *)val; local
649 tsol_tpc_t *tpc; local
1045 tsol_tpc_t *tpc; local
1185 tsol_tpc_t *tpc; local
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_olympus_regs.h298 uint64_t tpc; member in struct:opl_errlog
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c319 static struct rtl8169_private *tpc; variable in typeref:struct:rtl8169_private
385 tpc->mmio_addr = &ioaddr;
402 tpc->chipset = i;
409 tpc->chipset = 0;
453 cur_rx = tpc->cur_rx;
454 if ((tpc->RxDescArray[cur_rx].status & OWNbit) == 0) {
466 if (!(tpc->RxDescArray[cur_rx].status & RxRES)) {
467 nic->packetlen = (int) (tpc->RxDescArray[cur_rx].
469 memcpy(nic->packet, tpc->RxBufferRing[cur_rx],
472 tpc
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c365 * spoof a TLB miss by raising TL, setting the %tpc to be within text
420 * software will need to accurately determine the %tpc as part of its page
421 * fault handling. We therefore modify the kernel to check the %tpc in this
422 * case: if the %tpc falls within the VA range controlled by trapstat and
436 * such that they check the %tpc when they determine that a TLB miss has
437 * subsequently missed in the TSB: if the %tpc lies within trapstat's VA
439 * _increments_ the %tpc by the size of the TLB return entry. The ensuing
448 * the %tpc in %g7: when trapstat is not running, these points contain the
459 * the number of TLB return entries, and setting the %tpc to the appropriate
1263 uintptr_t tmptick, stat, tpc, utp local
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h278 uint32_t tpc; member in struct:cistpl_geometry_t
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c148 static void cpu_log_fast_ecc_error(caddr_t tpc, int priv, int tl, uint64_t ceen,
1185 cpu_check_cpu_logout(int cpuid, caddr_t tpc, int tl, int ecc_type, argument
1222 aflt->flt_pc = tpc;
1339 cpu_log_fast_ecc_error(caddr_t tpc, int priv, int tl, uint64_t ceen, argument
1390 aflt->flt_pc = tpc;
2083 cpu_parity_error(struct regs *rp, uint_t flags, caddr_t tpc) argument
2110 aflt->flt_pc = tpc;
2111 aflt->flt_addr = iparity ? (uint64_t)tpc : AFLT_INV_ADDR;
6954 uintptr_t tpc = (uintptr_t)rp->r_pc; local
6961 if (tpc >
[all...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2492 struct iwh_tx_power tpc; member in struct:iwh_scan_chan
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h3140 struct iwk_tx_power tpc; member in struct:iwk_scan_chan
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h2489 struct iwp_tx_power tpc; member in struct:iwp_scan_chan

Completed in 269 milliseconds