| /freebsd-14-stable/contrib/opencsd/decoder/source/i_dec/ |
| HD | trc_idec_arminst.cpp | 338 uint32_t npc; in inst_ARM_branch_destination() local 346 npc = addr + 8 + ((int32_t)((inst & 0xffffff) << 8) >> 6); in inst_ARM_branch_destination() 348 npc |= 1; /* indicate ISA is now Thumb */ in inst_ARM_branch_destination() 349 npc |= ((inst >> 23) & 2); /* apply the H bit */ in inst_ARM_branch_destination() 355 *pnpc = npc; in inst_ARM_branch_destination() 362 uint32_t npc; in inst_Thumb_branch_destination() local 366 npc = addr + 4 + ((int32_t)((inst & 0x00ff0000) << 8) >> 23); in inst_Thumb_branch_destination() 367 npc |= 1; in inst_Thumb_branch_destination() 370 npc = addr + 4 + ((int32_t)((inst & 0x07ff0000) << 5) >> 20); in inst_Thumb_branch_destination() 371 npc |= 1; in inst_Thumb_branch_destination() [all …]
|
| /freebsd-14-stable/lib/libpmc/ |
| HD | pmclog.c | 259 uint32_t h, *le, npc; in pmclog_get_event() local 315 for (npc = 0; npc < ev->pl_u.pl_cc.pl_npc; npc++) in pmclog_get_event() 316 PMCLOG_READADDR(le,ev->pl_u.pl_cc.pl_pc[npc]); in pmclog_get_event() 317 for (;npc < PMC_CALLCHAIN_DEPTH_MAX; npc++) in pmclog_get_event() 318 ev->pl_u.pl_cc.pl_pc[npc] = (uintfptr_t) 0; in pmclog_get_event()
|
| /freebsd-14-stable/usr.sbin/pmcstat/ |
| HD | pmcstat_log.c | 379 uint32_t npc; in pmcstat_print_log() local 392 for (npc = 0; npc < ev.pl_u.pl_cc.pl_npc; npc++) in pmcstat_print_log() 394 (void *) ev.pl_u.pl_cc.pl_pc[npc]); in pmcstat_print_log()
|
| /freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
| HD | fasttrap_isa.c | 536 uintptr_t npc = curthread->t_dtrace_npc; in fasttrap_return_probe() local 553 fasttrap_return_common(rp, pc, p->p_pid, npc); in fasttrap_return_probe()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| HD | dcsr.txt | 114 Definition: Must include "fsl,dcsr-npc" 136 dcsr-npc { 137 compatible = "fsl,dcsr-npc";
|
| /freebsd-14-stable/sys/contrib/device-tree/src/powerpc/fsl/ |
| HD | b4420si-post.dtsi | 46 dcsr-npc {
|
| HD | p2041si-post.dtsi | 179 dcsr-npc { 180 compatible = "fsl,dcsr-npc";
|
| HD | p3041si-post.dtsi | 206 dcsr-npc { 207 compatible = "fsl,dcsr-npc";
|
| HD | p5040si-post.dtsi | 153 dcsr-npc { 154 compatible = "fsl,dcsr-npc";
|
| HD | p5020si-post.dtsi | 208 dcsr-npc { 209 compatible = "fsl,dcsr-npc";
|
| HD | p4080si-post.dtsi | 180 dcsr-npc { 181 compatible = "fsl,dcsr-npc";
|
| HD | b4860si-post.dtsi | 67 dcsr-npc {
|
| HD | b4si-post.dtsi | 98 dcsr-npc {
|
| HD | t1023si-post.dtsi | 149 dcsr-npc {
|
| HD | t1040si-post.dtsi | 175 dcsr-npc {
|
| HD | t2081si-post.dtsi | 179 dcsr-npc {
|
| HD | t4240si-post.dtsi | 195 dcsr-npc {
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/ |
| HD | atf.terminfo | 3 am, bce, ccc, km, mc5i, mir, msgr, npc, xenl,
|
| /freebsd-14-stable/sys/contrib/openzfs/module/lua/ |
| HD | lvm.c | 72 int npc = pcRel(ci->u.l.savedpc, p); in traceexec() local 73 int newline = getfuncline(p, npc); in traceexec() 74 if (npc == 0 || /* call linehook when enter a new function, */ in traceexec()
|
| /freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
| HD | fasttrap_isa.c | 1738 uintptr_t npc = curthread->t_dtrace_npc; in fasttrap_return_probe() local 1766 fasttrap_return_common(rp, pc, p->p_pid, npc); in fasttrap_return_probe()
|
| /freebsd-14-stable/sys/dts/powerpc/ |
| HD | p2041si.dtsi | 152 dcsr-npc { 153 compatible = "fsl,dcsr-npc";
|
| HD | p5020si.dtsi | 143 dcsr-npc { 144 compatible = "fsl,dcsr-npc";
|
| HD | p3041si.dtsi | 153 dcsr-npc { 154 compatible = "fsl,dcsr-npc";
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | pmap.c | 3067 struct pv_chunk *pc, *npc; in free_pv_chunk_batch() local 3082 TAILQ_FOREACH_SAFE(pc, &batch[i], pc_list, npc) { in free_pv_chunk_batch() 5710 struct pv_chunk *pc, *npc; in pmap_remove_pages() local 5724 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) { in pmap_remove_pages()
|
| /freebsd-14-stable/sys/riscv/riscv/ |
| HD | pmap.c | 3974 struct pv_chunk *pc, *npc; in pmap_remove_pages() local 3986 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) { in pmap_remove_pages()
|