HomeSort by: relevance | last modified time | path
    Searched defs:cwp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/mips/
db_interface.c 638 cpu_watchpoint_t *cwp; local in function:db_watch_cmd
649 cwp = &ci->ci_cpuwatch_tab[i];
650 mode = cwp->cw_mode;
661 i, str, cwp->cw_addr, cwp->cw_mask, cwp->cw_asid);
667 cwp = cpuwatch_alloc();
668 if (cwp == NULL) {
740 cwp->cw_addr = (register_t)address;
741 cwp->cw_mask = (register_t)mask
761 cpu_watchpoint_t * const cwp = &ci->ci_cpuwatch_tab[i]; local in function:db_unwatch_cmd
    [all...]
cpu_subr.c 1087 cpuwatch_free(cpu_watchpoint_t *cwp)
1092 KASSERT(cwp >= &ci->ci_cpuwatch_tab[0] &&
1093 cwp <= &ci->ci_cpuwatch_tab[ci->ci_cpuwatch_count-1]);
1095 cwp->cw_mode = 0;
1096 cwp->cw_asid = 0;
1097 cwp->cw_addr = 0;
1098 cpuwatch_clr(cwp);
1110 cpu_watchpoint_t *cwp; local in function:cpuwatch_alloc
1113 cwp = &ci->ci_cpuwatch_tab[i];
1114 if ((cwp->cw_mode & CPUWATCH_RWX) == 0
1125 cpu_watchpoint_t *cwp; local in function:cpuwatch_set_all
1139 cpu_watchpoint_t *cwp; local in function:cpuwatch_clr_all
    [all...]
  /src/sys/arch/amiga/dev/
grf_cl.c 854 volatile unsigned char *cwp; local in function:cl_writesprpos
857 cwp = ba + 0x3c4;
858 wp = (volatile unsigned short *)cwp;
864 cwp[0] = 0x10 | ((x << 5) & 0xff);
865 cwp[1] = (x >> 3) & 0xff;

Completed in 154 milliseconds