Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c114 static struct bpt bpts[NBPTS]; variable
119 #define BP_NUM(bp) ((bp) - bpts + 1)
862 bp = bpts; in at_breakpoint()
879 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
891 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
894 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
909 bp = bpts; in insert_bpts()
988 bp = bpts; in remove_bpts()
1504 bpts[ in bpt_cmds()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c114 static struct bpt bpts[NBPTS]; variable
119 #define BP_NUM(bp) ((bp) - bpts + 1)
865 bp = bpts; in at_breakpoint()
882 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
894 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
897 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
912 bp = bpts; in insert_bpts()
991 bp = bpts; in remove_bpts()
1594 bpts[ in bpt_cmds()
[all...]

Completed in 6 milliseconds