Home
last modified time | relevance | path

Searched refs:bpts (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c113 static struct bpt bpts[NBPTS]; variable
118 #define BP_NUM(bp) ((bp) - bpts + 1)
861 bp = bpts; in at_breakpoint()
878 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
890 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
893 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
908 bp = bpts; in insert_bpts()
987 bp = bpts; in remove_bpts()
1506 bpts[i].enabled = 0; in bpt_cmds()
1517 bp = &bpts[a-1]; /* bp nums are 1 based */ in bpt_cmds()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c1116 DDXPointPtr tpts, bpts; in miLineArcI() local
1133 bpts = tpts + slw; in miLineArcI()
1157 bpts--; in miLineArcI()
1158 bpts->x = xorg - x; in miLineArcI()
1159 bpts->y = yorg + y; in miLineArcI()