/netbsd-src/sys/arch/mips/mips/ |
H A D | cpu_subr.c | 1086 cpuwatch_free(cpu_watchpoint_t *cwp) in cpuwatch_free() argument 1091 KASSERT(cwp >= &ci->ci_cpuwatch_tab[0] && in cpuwatch_free() 1092 cwp <= &ci->ci_cpuwatch_tab[ci->ci_cpuwatch_count-1]); in cpuwatch_free() 1094 cwp->cw_mode = 0; in cpuwatch_free() 1095 cwp->cw_asid = 0; in cpuwatch_free() 1096 cwp->cw_addr = 0; in cpuwatch_free() 1097 cpuwatch_clr(cwp); in cpuwatch_free() 1109 cpu_watchpoint_t *cwp; in cpuwatch_alloc() local 1112 cwp = &ci->ci_cpuwatch_tab[i]; in cpuwatch_alloc() 1113 if ((cwp->cw_mode & CPUWATCH_RWX) == 0) in cpuwatch_alloc() [all …]
|
H A D | db_interface.c | 638 cpu_watchpoint_t *cwp; in db_watch_cmd() local 649 cwp = &ci->ci_cpuwatch_tab[i]; in db_watch_cmd() 650 mode = cwp->cw_mode; in db_watch_cmd() 661 i, str, cwp->cw_addr, cwp->cw_mask, cwp->cw_asid); in db_watch_cmd() 667 cwp = cpuwatch_alloc(); in db_watch_cmd() 668 if (cwp == NULL) { in db_watch_cmd() 740 cwp->cw_addr = (register_t)address; in db_watch_cmd() 741 cwp->cw_mask = (register_t)mask; in db_watch_cmd() 742 cwp->cw_asid = asid; in db_watch_cmd() 743 cwp->cw_mode = mode; in db_watch_cmd() [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | local2.c | 938 outfargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in outfargs() argument 945 if (XASMVAL(cwp[i]) == c && (cwp[i] & (XASMASG|XASMINOUT))) in outfargs() 957 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in infargs() argument 964 if (XASMVAL(cwp[i]) == c && (cwp[i] & XASMASG) == 0) in infargs() 969 q = (cwp[i] & XASMINOUT) ? tcopy(q) : q; in infargs() 971 if ((cwp[i] & XASMINOUT) == 0) in infargs() 986 int nn, i, c, *cwp; in fixxfloat() local 996 cwp = tmpcalloc(nn * sizeof(int)); in fixxfloat() 999 cwp[i] = xasmcode(ary[i]->n_name); in fixxfloat() 1003 cwp[i] = xasmcode(ary[i]->n_name); in fixxfloat() [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | local2.c | 958 outfargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in outfargs() argument 965 if (XASMVAL(cwp[i]) == c && (cwp[i] & (XASMASG|XASMINOUT))) in outfargs() 977 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in infargs() argument 984 if (XASMVAL(cwp[i]) == c && (cwp[i] & XASMASG) == 0) in infargs() 989 q = (cwp[i] & XASMINOUT) ? tcopy(q) : q; in infargs() 991 if ((cwp[i] & XASMINOUT) == 0) in infargs() 1006 int nn, i, c, *cwp; in fixxfloat() local 1016 cwp = tmpcalloc(nn * sizeof(int)); in fixxfloat() 1019 cwp[i] = xasmcode(ary[i]->n_name); in fixxfloat() 1023 cwp[i] = xasmcode(ary[i]->n_name); in fixxfloat() [all …]
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | psl.h | 385 SPARC64_RDPR_DEF(cwp, %cwp, int) /* getcwp() */ 386 SPARC64_WRPR_DEF(cwp, %cwp, int) /* setcwp() */
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | md5.c | 321 md5_uint32 *cwp = correct_words; in md5_process_block() local 337 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | md5.c | 302 md5_uint32 *cwp = correct_words; in md5_process_block() local 318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | md5.c | 302 md5_uint32 *cwp = correct_words; in md5_process_block() local 318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | md5.c | 302 md5_uint32 *cwp = correct_words; in md5_process_block() local 318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | md5.c | 302 md5_uint32 *cwp = correct_words; in md5_process_block() local 318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | grf_cl.c | 854 volatile unsigned char *cwp; in cl_writesprpos() local 857 cwp = ba + 0x3c4; in cl_writesprpos() 858 wp = (volatile unsigned short *)cwp; in cl_writesprpos() 864 cwp[0] = 0x10 | ((x << 5) & 0xff); in cl_writesprpos() 865 cwp[1] = (x >> 3) & 0xff; in cl_writesprpos()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 1975 rdpr %tstate, %g4 ! Try to restore prev %cwp if we were executing a restore 2013 and %g4, CWP, %g5 ! %g4 = %cwp of trap 2016 wrpr %g5, %cwp ! Restore cwp from before fill trap -- regs should now be consistent 2040 wrpr %g5, %cwp ! Restore cwp from before fill trap -- regs should now be consistent 2443 rdpr %cwp, %g1 2446 wrpr %g1, %cwp 3538 rdpr %cwp, %g1 ! shift register window forward 3540 wrpr %g1, %cwp 4968 rdpr %cwp, %g1 4970 wrpr %g1, %cwp [all …]
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | locore.s | 3399 rd %psr, %l0 ! cwp = %psr & 31; 3401 sll %l1, %l0, %l1 ! wim = 1 << cwp; 3405 st %l0, [%l1 + PCB_WIM] ! cpcb->pcb_wim = cwp; 3526 rd %psr, %l0 ! cwp = %psr; 3530 st %l0, [%g6 + PCB_WIM] ! cpcb->pcb_wim = cwp; 3553 st %l0, [%l2 + PCB_WIM] ! cpcb->pcb_wim = cwp;
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-sparc.texi | 354 The V9 current window pointer register is referred to as @samp{%cwp}.
|
H A D | as.info | 21653 * The V9 current window pointer register is referred to as `%cwp'.
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-sparc.texi | 354 The V9 current window pointer register is referred to as @samp{%cwp}.
|
H A D | as.info | 22154 • The V9 current window pointer register is referred to as ‘%cwp’.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2003 | 4647 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2003 | 4647 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
|