Home
last modified time | relevance | path

Searched refs:tpc (Results 1 – 25 of 45) sorted by relevance

12

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c319 static struct rtl8169_private *tpc; variable
385 tpc->mmio_addr = &ioaddr; in rtl8169_init_board()
402 tpc->chipset = i; in rtl8169_init_board()
409 tpc->chipset = 0; in rtl8169_init_board()
453 cur_rx = tpc->cur_rx; in r8169_poll()
454 if ((tpc->RxDescArray[cur_rx].status & OWNbit) == 0) { in r8169_poll()
466 if (!(tpc->RxDescArray[cur_rx].status & RxRES)) { in r8169_poll()
467 nic->packetlen = (int) (tpc->RxDescArray[cur_rx]. in r8169_poll()
469 memcpy(nic->packet, tpc->RxBufferRing[cur_rx], in r8169_poll()
472 tpc->RxDescArray[cur_rx].status = in r8169_poll()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dlabelsys.c194 tpc_free(tsol_tpc_t *tpc) in tpc_free() argument
196 DTRACE_PROBE1(tx__tndb__l3__tpcfree, tsol_tpc_t *, tpc); in tpc_free()
197 ASSERT(tpc->tpc_invalid); in tpc_free()
198 mutex_exit(&tpc->tpc_lock); in tpc_free()
199 mutex_destroy(&tpc->tpc_lock); in tpc_free()
200 kmem_free(tpc, sizeof (*tpc)); in tpc_free()
211 tsol_tpc_t *tpc = NULL; in tnrhtp_find() local
215 tpc = (tsol_tpc_t *)hv; in tnrhtp_find()
216 if (tpc->tpc_invalid) in tnrhtp_find()
217 tpc = NULL; in tnrhtp_find()
[all …]
/titanic_44/usr/src/uts/sparc/fpu/
H A Diu_simulator.c138 uintptr_t tpc; in fbcc_sim() local
141 tpc = pregs->r_pc; in fbcc_sim()
144 pregs->r_pc = tpc + in fbcc_sim()
147 pregs->r_pc = tpc + in fbcc_sim()
154 pregs->r_npc = tpc + in fbcc_sim()
157 pregs->r_npc = tpc + in fbcc_sim()
/titanic_44/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) in kmdb_dpi_handle_fault() argument
51 "tnpc 0x%0?p, sp 0x%0?p, fault_pcb 0x%0?p\n", tt, tpc, tnpc, sp, in kmdb_dpi_handle_fault()
75 kmdb_fault(tt, tpc, sp, cpuid); in kmdb_dpi_handle_fault()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c182 tsol_tpc_t tpc; in tnrhtp_walk_callback() local
184 if (mdb_vread(&tpc, sizeof (tpc), (uintptr_t)mhe->mhe_val) == -1) { in tnrhtp_walk_callback()
188 return (twd->old_callback((uintptr_t)mhe->mhe_val, &tpc, in tnrhtp_walk_callback()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dmachthread.h200 rdpr %tpc, scr1; \
224 wrpr %g0, scr1, %tpc; \
H A Dtraptrace.h304 rdpr %tpc, scr2; \
339 rdpr %tpc, scr2; \
364 rdpr %tpc, scr2; \
H A Dopl_olympus_regs.h298 uint64_t tpc; member
H A Dcheetahasm.h1073 wrpr %g1, %tpc; \
1157 rdpr %tpc, %g3; \
1179 rdpr %tpc, %g4; \
/titanic_44/usr/src/uts/sun4v/ml/
H A Dtrap_table.s851 rdpr %tpc, %g2 ;\
1063 rdpr %tpc, %g6 ;\
1547 rdpr %tpc, %l1 ! arg0 == tpc
1595 rdpr %tpc, %g1 ! ld trapping instruction using
1634 rdpr %tpc, %l6 ! arg0 == tpc
1714 rdpr %tpc, %g5 ! get faulting PC
1884 wrpr %g1, %tpc
2081 rdpr %tpc, %g2
2149 rdpr %tpc, %g2
2404 rdpr %tpc, %g6
[all …]
H A Dmach_xc.s74 wrpr %g1, %tpc ! PC <- TNPC[TL]
87 rdpr %tpc, %g6
H A Dmach_interrupt.s612 rdpr %tpc, %g4
/titanic_44/usr/src/uts/sun4u/ml/
H A Dmach_xc.s72 wrpr %g1, %tpc ! PC <- TNPC[TL]
85 rdpr %tpc, %g6
H A Dtrap_table.s966 rdpr %tpc, %g2 ;\
1304 rdpr %tpc, %g6 ;\
1774 rdpr %tpc, %l1 ! arg0 == tpc
1822 rdpr %tpc, %g1 ! ld trapping instruction using
1861 rdpr %tpc, %l6 ! arg0 == tpc
1941 rdpr %tpc, %g5 ! get faulting PC
2316 rdpr %tpc, %g2
2386 rdpr %tpc, %g2
2647 rdpr %tpc, %g6
2730 rdpr %tpc, %g7
[all …]
H A Dmach_interrupt.s137 rdpr %tpc, %g6
300 rdpr %tpc, %g6
/titanic_44/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s136 rdpr %tpc, %g2
400 rdpr %tpc, %g2
511 rdpr %tpc, %g4
644 rdpr %tpc, %g2
934 rdpr %tpc, %g1
H A Dkaif_resume.s151 wrpr %g4, %tpc
H A Dkaif_handlers.s167 rdpr %tpc, iaddr; \
/titanic_44/usr/src/uts/sun4v/sys/
H A Dtraptrace.h360 rdpr %tpc, scr2; \
394 rdpr %tpc, scr2; \
418 rdpr %tpc, scr2; \
/titanic_44/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s640 rdpr %tpc, scr1; \
769 rdpr %tpc, sfar ;\
794 rdpr %tpc, tmp2 ;\
976 wrpr %g0, %g0, %tpc ;\
990 wrpr %g0, 0, %tpc ;\
1125 wrpr %g0, %tpc
1296 rdpr %tpc, %g2 ! use %tpc for faultaddr instead
1301 rdpr %tpc, %g2 ! use %tpc as faultaddr
1354 mov %g2, %g6 ! %g6 = SFPAR or SFAR/tpc
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, in cpu_check_cpu_logout() argument
1222 aflt->flt_pc = tpc; in cpu_check_cpu_logout()
1339 cpu_log_fast_ecc_error(caddr_t tpc, int priv, int tl, uint64_t ceen, in cpu_log_fast_ecc_error() argument
1390 aflt->flt_pc = tpc; in cpu_log_fast_ecc_error()
2083 cpu_parity_error(struct regs *rp, uint_t flags, caddr_t tpc) in cpu_parity_error() argument
2110 aflt->flt_pc = tpc; in cpu_parity_error()
2111 aflt->flt_addr = iparity ? (uint64_t)tpc : AFLT_INV_ADDR; in cpu_parity_error()
6954 uintptr_t tpc = (uintptr_t)rp->r_pc; local
6961 if (tpc >= (uintptr_t)&cgp->fpras_fn[op].fpras_blk0 &&
[all …]
H A Dus3_cheetah_asm.s238 rdpr %tpc, %g4
H A Dus3_cheetahplus_asm.s317 rdpr %tpc, %g4
641 rdpr %tpc, %g2 ! VA that caused the IMMU trap
/titanic_44/usr/src/uts/sun4/io/
H A Dtrapstat.c1263 uintptr_t tmptick, stat, tpc, utpc; in trapstat_tlbent() local
1386 tpc = TSTAT_INSTR_OFFS(tcpu, tinst_itlbret.ttlbr_ktlb); in trapstat_tlbent()
1391 tpc = TSTAT_INSTR_OFFS(tcpu, tinst_dtlbret.ttlbr_ktlb); in trapstat_tlbent()
1394 utpc = tpc + offsetof(tstat_tlbret_t, ttlbr_utlb) - in trapstat_tlbent()
1397 ASSERT(HI22(tpc) == HI22(utpc)); in trapstat_tlbent()
1440 ent[TSTAT_TLBENT_TPCHI] |= HI22(tpc); in trapstat_tlbent()
1442 ent[TSTAT_TLBENT_TPCLO_KERN] |= LO10(tpc); in trapstat_tlbent()
/titanic_44/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c654 cpu_acpi_tpc_t *tpc; in cpu_acpi_cache_tpc() local
658 tpc = &CPU_ACPI_TPC(handle); in cpu_acpi_cache_tpc()
659 ret = cpu_acpi_cache_present_capabilities(handle, TPC_OBJ, tpc); in cpu_acpi_cache_tpc()

12