Searched refs:npc (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c5999 struct pv_chunk *pc, *npc;
6033 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) {
5998 struct pv_chunk *pc, *npc; local
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c4545 struct pv_chunk *pc, *npc; local
4560 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) {
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c4401 struct pv_chunk *pc, *npc; local
4431 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) {
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c2707 struct pv_chunk *pc, *npc; local
2719 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) {
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.c682 int npc = pcRel(ci->u.l.savedpc, p); local
683 int newline = getfuncline(p, npc);
684 if (npc == 0 || /* call linehook when enter a new function, */
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c2764 struct pv_chunk *pc, *npc; local
2774 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) {
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c3680 struct pv_chunk *pc, *npc; local
3691 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) {
/freebsd-11-stable/lib/libpmc/
H A Dpmclog.c279 uint32_t h, *le, npc; local
330 for (npc = 0; npc < ev->pl_u.pl_cc.pl_npc; npc++)
331 PMCLOG_READADDR(le,ev->pl_u.pl_cc.pl_pc[npc]);
332 for (;npc < PMC_CALLCHAIN_DEPTH_MAX; npc++)
333 ev->pl_u.pl_cc.pl_pc[npc] = (uintfptr_t) 0;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c1627 uint32_t npc; local
1640 for (npc = 0; npc < ev.pl_u.pl_cc.pl_npc; npc++)
1642 (void *) ev.pl_u.pl_cc.pl_pc[npc]);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c95 * the process execute most instructions on its own using a pc/npc
528 uintptr_t npc = curthread->t_dtrace_npc; local
545 fasttrap_return_common(rp, pc, p->p_pid, npc);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1807 uintptr_t npc = curthread->t_dtrace_npc; local
1835 fasttrap_return_common(rp, pc, p->p_pid, npc);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c74 int npc = pcRel(ci->u.l.savedpc, p); local
75 int newline = getfuncline(p, npc);
76 if (npc == 0 || /* call linehook when enter a new function, */
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlynx-nat.c172 X (npc),
H A Dsparc-tdep.c262 "y", "psr", "wim", "tbr", "pc", "npc", "fsr", "csr"
960 sparc_analyze_control_transfer (CORE_ADDR pc, CORE_ADDR *npc)
1009 return (X_A (insn) ? *npc + 4 : 0);
1018 pc = *npc, offset = 4;
1020 *npc = 0;
1034 static CORE_ADDR npc, nnpc;
1042 npc = sparc_address_from_register (tdep->npc_regnum);
1045 nnpc = sparc_analyze_control_transfer (pc, &npc);
1046 if (npc != 0)
1047 target_insert_breakpoint (npc, npc_sav
951 sparc_analyze_control_transfer(CORE_ADDR pc, CORE_ADDR *npc) argument
1025 static CORE_ADDR npc, nnpc; local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_trace.c227 db_addr_t npc; local
237 npc = 0;
242 pc = npc;
262 npc = db_get_value((db_addr_t)&tf->tf_tpc,

Completed in 219 milliseconds