| /netbsd/src/sys/dev/ic/ |
| D | ath_netbsd.c | 278 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/ |
| D | x86.conf | 25 local tpc=64 36 tracks/cylinder: ${tpc}
|
| D | riscv.conf | 35 local tpc=64 46 tracks/cylinder: ${tpc}
|
| D | evbarm.conf | 37 local tpc=64 48 tracks/cylinder: ${tpc}
|
| D | evbppc.conf | 37 local tpc=64 48 tracks/cylinder: ${tpc}
|
| D | evbmips.conf | 37 local tpc=64 48 tracks/cylinder: ${tpc}
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | db_interface.c | 90 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()
|
| D | db_trace.c | 548 (void*)(u_long)ts[i].tpc, (void*)(u_long)ts[i].tnpc); in db_dump_ts()
|
| D | locore.s | 2044 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/ |
| D | rx.c | 366 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/ |
| D | db_machdep.h | 58 int64_t tpc; member
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | rrm.c | 1489 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/ |
| D | tree.c | 3659 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/ |
| D | pdp11.md | 186 "rts\tpc") 1982 "jsr\tpc,%0" 1992 "jsr\tpc,%1"
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | m32c.cpu | 8295 (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/ |
| D | m32c.cpu | 8295 (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/ |
| D | ieee802_11_defs.h | 2137 struct tpc_report tpc; member
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-sparc.texi | 390 The V9 trap program counter is referred to as @samp{%tpc}.
|
| D | as.info | 22178 • The V9 trap program counter is referred to as ‘%tpc’.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | thumb1.md | 1955 "mov\\tpc, %0"
|