Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dath_netbsd.c278 u_int tpc; in ath_sysctl_tpc() local
283 tpc = ath_hal_gettpc(sc->sc_ah); in ath_sysctl_tpc()
284 node.sysctl_data = &tpc; in ath_sysctl_tpc()
288 return !ath_hal_settpc(sc->sc_ah, tpc) ? EINVAL : 0; in ath_sysctl_tpc()
489 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, tpc, in ath_sysctlattach()
/netbsd/src/distrib/utils/embedded/conf/
Dx86.conf25 local tpc=64
36 tracks/cylinder: ${tpc}
Driscv.conf35 local tpc=64
46 tracks/cylinder: ${tpc}
Devbarm.conf37 local tpc=64
48 tracks/cylinder: ${tpc}
Devbppc.conf37 local tpc=64
48 tracks/cylinder: ${tpc}
Devbmips.conf37 local tpc=64
48 tracks/cylinder: ${tpc}
/netbsd/src/sys/arch/sparc64/sparc64/
Ddb_interface.c90 u_int tpc; /* pc */ member
833 (unsigned long long)te->tpc); in db_print_trace_entry()
834 db_printsym((u_long)te->tpc, DB_STGY_PROC, db_printf); in db_print_trace_entry()
836 if ((te->tpc && !(te->tpc&0x3)) && in db_print_trace_entry()
839 db_disasm((u_long)te->tpc, 0); in db_print_trace_entry()
Ddb_trace.c548 (void*)(u_long)ts[i].tpc, (void*)(u_long)ts[i].tnpc); in db_dump_ts()
Dlocore.s2044 wrpr %g4, 0, %tpc
2504 rdpr %tpc, %g2
2747 … rdpr %tpc, %o2 ! sync virt addr; must be read first
3816 * %g2 = tpc
4160 rdpr %tpc, %o2 ! (pc)
4620 rdpr %tpc, %l1
4960 wrpr %g2, 0, %tpc
5000 rdpr %tpc, %g2
5197 wrpr %g2, 0, %tpc
5208 wrpr %g2, 0, %tpc
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
Drx.c366 maybe_get_mem_page (SI tpc) in maybe_get_mem_page() argument
368 if (((tpc ^ get_byte_page) & NONPAGE_MASK) || enable_counting) in maybe_get_mem_page()
370 get_byte_page = tpc & NONPAGE_MASK; in maybe_get_mem_page()
381 SI tpc = rx_data->dpc; in rx_get_byte() local
385 tpc ^= 3; in rx_get_byte()
387 maybe_get_mem_page (tpc); in rx_get_byte()
390 return get_byte_base [tpc]; in rx_get_byte()
/netbsd/src/sys/arch/sparc64/include/
Ddb_machdep.h58 int64_t tpc; member
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Drrm.c1489 report.tpc.eid = WLAN_EID_TPC_REPORT; in wpas_rrm_handle_link_measurement_request()
1490 report.tpc.len = 2; in wpas_rrm_handle_link_measurement_request()
/netbsd/src/usr.bin/xlint/lint1/
Dtree.c3659 integer_constraints tpc = ic_any(tp); in can_represent() local
3661 ? tpc.umin <= c.umin && tpc.umax >= c.umax in can_represent()
3662 : tpc.smin <= c.smin && tpc.smax >= c.smax) in can_represent()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/
Dpdp11.md186 "rts\tpc")
1982 "jsr\tpc,%0"
1992 "jsr\tpc,%1"
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dm32c.cpu8295 (sequence ((SI tpc))
8296 (set tpc (add pc length))
8298 (set (mem16 HI (reg h-sp)) (srl (and tpc #xffff00) 8))
8300 (set (mem16 QI (reg h-sp)) (and tpc #xff))
8305 (sequence ((SI tpc))
8306 (set tpc (add pc length))
8308 (set (mem32 HI (reg h-sp)) (srl (and tpc #xffff0000) 16))
8310 (set (mem32 HI (reg h-sp)) (and tpc #xffff))
9724 (sequence ((SI tpc))
9725 (set tpc (mem16 HI (reg h-sp)))
[all …]
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dm32c.cpu8295 (sequence ((SI tpc))
8296 (set tpc (add pc length))
8298 (set (mem16 HI (reg h-sp)) (srl (and tpc #xffff00) 8))
8300 (set (mem16 QI (reg h-sp)) (and tpc #xff))
8305 (sequence ((SI tpc))
8306 (set tpc (add pc length))
8308 (set (mem32 HI (reg h-sp)) (srl (and tpc #xffff0000) 16))
8310 (set (mem32 HI (reg h-sp)) (and tpc #xffff))
9724 (sequence ((SI tpc))
9725 (set tpc (mem16 HI (reg h-sp)))
[all …]
/netbsd/src/external/bsd/wpa/dist/src/common/
Dieee802_11_defs.h2137 struct tpc_report tpc; member
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-sparc.texi390 The V9 trap program counter is referred to as @samp{%tpc}.
Das.info22178 • The V9 trap program counter is referred to as ‘%tpc’.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dthumb1.md1955 "mov\\tpc, %0"