Searched refs:bp_type (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_bp.c42 if (bp->bp_type < 0 || bp->bp_type > 4)
45 return kdb_rwtypes[bp->bp_type];
56 bp->bp_type = BP_ACCESS_WATCHPOINT;
58 bp->bp_type = BP_WRITE_WATCHPOINT;
60 bp->bp_type = BP_HARDWARE_BREAKPOINT;
97 if (!bp->bp_type)
102 bp->bp_type);
145 if (!bp->bp_type)
150 bp->bp_type);
[all...]
H A Dkdb_private.h202 unsigned int bp_type:4; /* Uses hardware register */ member in struct:_kdb_bp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/hw_breakpoint/
H A Ddata_breakpoint.c61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhw_breakpoint.c87 if (bp->attr.bp_type & HW_BREAKPOINT_RW)
307 if (bp->attr.bp_type == HW_BREAKPOINT_EMPTY ||
308 bp->attr.bp_type == HW_BREAKPOINT_INVALID)
452 int old_type = bp->attr.bp_type;
458 bp->attr.bp_type = attr->bp_type;
470 bp->attr.bp_type = old_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhw_breakpoint.h63 return bp->attr.bp_type;
H A Dperf_event.h226 __u32 bp_type; member in struct:perf_event_attr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c549 attr->bp_type |= HW_BREAKPOINT_R;
552 attr->bp_type |= HW_BREAKPOINT_W;
555 attr->bp_type |= HW_BREAKPOINT_X;
561 if (!attr->bp_type) /* Default */
562 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W;
598 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W;
609 if (attr->bp_type == HW_BREAKPOINT_X)
H A Dsession.c350 self->attr.attr.bp_type = bswap_32(self->attr.attr.bp_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhw_breakpoint.c200 switch (bp->attr.bp_type) {
H A Dptrace_32.c92 attr.bp_type = HW_BREAKPOINT_R;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhw_breakpoint.c158 switch (bp->attr.bp_type) {
H A Dptrace.c940 &attr.bp_type);
953 &attr.bp_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c221 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) argument
230 sprintf(scratch_buf, "%s,%lx,%i", bp_type, addr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkgdb.c227 bp->attr.bp_type = breakinfo[breakno].type;
641 attr.bp_type = HW_BREAKPOINT_W;
H A Dhw_breakpoint.c259 switch (bp->attr.bp_type) {
H A Dptrace.c593 attr.bp_type = gen_type;
698 attr.bp_type = HW_BREAKPOINT_W;

Completed in 2390 milliseconds