Home
last modified time | relevance | path

Searched refs:bp_type (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/events/
H A Dhw_breakpoint.c78 if (bp_type & HW_BREAKPOINT_RW) in find_slot_idx()
289 if (bp_type == HW_BREAKPOINT_EMPTY || in __reserve_bp_slot()
290 bp_type == HW_BREAKPOINT_INVALID) in __reserve_bp_slot()
293 type = find_slot_idx(bp_type); in __reserve_bp_slot()
322 ret = __reserve_bp_slot(bp, bp->attr.bp_type); in reserve_bp_slot()
336 type = find_slot_idx(bp_type); in __release_bp_slot()
346 __release_bp_slot(bp, bp->attr.bp_type); in release_bp_slot()
401 __release_bp_slot(bp, bp->attr.bp_type); in dbg_release_bp_slot()
471 to->bp_type = from->bp_type; in hw_breakpoint_copy_attr()
496 if (bp->attr.bp_type != attr->bp_type) { in modify_user_hw_breakpoint_check()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/events/
H A Dhw_breakpoint.c78 if (bp_type & HW_BREAKPOINT_RW) in find_slot_idx()
289 if (bp_type == HW_BREAKPOINT_EMPTY || in __reserve_bp_slot()
290 bp_type == HW_BREAKPOINT_INVALID) in __reserve_bp_slot()
293 type = find_slot_idx(bp_type); in __reserve_bp_slot()
322 ret = __reserve_bp_slot(bp, bp->attr.bp_type); in reserve_bp_slot()
336 type = find_slot_idx(bp_type); in __release_bp_slot()
346 __release_bp_slot(bp, bp->attr.bp_type); in release_bp_slot()
401 __release_bp_slot(bp, bp->attr.bp_type); in dbg_release_bp_slot()
471 to->bp_type = from->bp_type; in hw_breakpoint_copy_attr()
496 if (bp->attr.bp_type != attr->bp_type) { in modify_user_hw_breakpoint_check()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/events/
H A Dhw_breakpoint.c78 if (bp_type & HW_BREAKPOINT_RW) in find_slot_idx()
289 if (bp_type == HW_BREAKPOINT_EMPTY || in __reserve_bp_slot()
290 bp_type == HW_BREAKPOINT_INVALID) in __reserve_bp_slot()
293 type = find_slot_idx(bp_type); in __reserve_bp_slot()
322 ret = __reserve_bp_slot(bp, bp->attr.bp_type); in reserve_bp_slot()
336 type = find_slot_idx(bp_type); in __release_bp_slot()
346 __release_bp_slot(bp, bp->attr.bp_type); in release_bp_slot()
401 __release_bp_slot(bp, bp->attr.bp_type); in dbg_release_bp_slot()
471 to->bp_type = from->bp_type; in hw_breakpoint_copy_attr()
496 if (bp->attr.bp_type != attr->bp_type) { in modify_user_hw_breakpoint_check()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/debug/kdb/
H A Dkdb_bp.c42 if (bp->bp_type < 0 || bp->bp_type > 4) in kdb_bptype()
45 return kdb_rwtypes[bp->bp_type]; in kdb_bptype()
56 bp->bp_type = BP_ACCESS_WATCHPOINT; in kdb_parsebp()
58 bp->bp_type = BP_WRITE_WATCHPOINT; in kdb_parsebp()
60 bp->bp_type = BP_HARDWARE_BREAKPOINT; in kdb_parsebp()
97 if (!bp->bp_type) in _kdb_bp_remove()
102 bp->bp_type); in _kdb_bp_remove()
145 if (!bp->bp_type) in _kdb_bp_install()
150 bp->bp_type); in _kdb_bp_install()
156 if (!bp->bp_type) { in _kdb_bp_install()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/debug/kdb/
H A Dkdb_bp.c42 if (bp->bp_type < 0 || bp->bp_type > 4) in kdb_bptype()
45 return kdb_rwtypes[bp->bp_type]; in kdb_bptype()
56 bp->bp_type = BP_ACCESS_WATCHPOINT; in kdb_parsebp()
58 bp->bp_type = BP_WRITE_WATCHPOINT; in kdb_parsebp()
60 bp->bp_type = BP_HARDWARE_BREAKPOINT; in kdb_parsebp()
97 if (!bp->bp_type) in _kdb_bp_remove()
102 bp->bp_type); in _kdb_bp_remove()
145 if (!bp->bp_type) in _kdb_bp_install()
150 bp->bp_type); in _kdb_bp_install()
156 if (!bp->bp_type) { in _kdb_bp_install()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/debug/kdb/
H A Dkdb_bp.c42 if (bp->bp_type < 0 || bp->bp_type > 4) in kdb_bptype()
45 return kdb_rwtypes[bp->bp_type]; in kdb_bptype()
56 bp->bp_type = BP_ACCESS_WATCHPOINT; in kdb_parsebp()
58 bp->bp_type = BP_WRITE_WATCHPOINT; in kdb_parsebp()
60 bp->bp_type = BP_HARDWARE_BREAKPOINT; in kdb_parsebp()
97 if (!bp->bp_type) in _kdb_bp_remove()
102 bp->bp_type); in _kdb_bp_remove()
145 if (!bp->bp_type) in _kdb_bp_install()
150 bp->bp_type); in _kdb_bp_install()
156 if (!bp->bp_type) { in _kdb_bp_install()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/kernel/
H A Dptrace.c373 if (bp->attr.bp_type & HW_BREAKPOINT_X) { in ptrace_hbptriggered()
397 attr.bp_type = type; in ptrace_hbp_create()
437 if (bp->attr.bp_type & HW_BREAKPOINT_R) in ptrace_gethbpregs()
439 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()
458 int bp_type = 0; in ptrace_sethbpregs() local
470 bp_type |= HW_BREAKPOINT_R; in ptrace_sethbpregs()
472 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()
475 bp_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
480 bp_type ? bp_type : HW_BREAKPOINT_RW); in ptrace_sethbpregs()
492 attr.bp_type = bp_type; in ptrace_sethbpregs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/kernel/
H A Dptrace.c373 if (bp->attr.bp_type & HW_BREAKPOINT_X) { in ptrace_hbptriggered()
397 attr.bp_type = type; in ptrace_hbp_create()
437 if (bp->attr.bp_type & HW_BREAKPOINT_R) in ptrace_gethbpregs()
439 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()
458 int bp_type = 0; in ptrace_sethbpregs() local
470 bp_type |= HW_BREAKPOINT_R; in ptrace_sethbpregs()
472 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()
475 bp_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
480 bp_type ? bp_type : HW_BREAKPOINT_RW); in ptrace_sethbpregs()
492 attr.bp_type = bp_type; in ptrace_sethbpregs()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/kernel/
H A Dptrace.c373 if (bp->attr.bp_type & HW_BREAKPOINT_X) { in ptrace_hbptriggered()
397 attr.bp_type = type; in ptrace_hbp_create()
437 if (bp->attr.bp_type & HW_BREAKPOINT_R) in ptrace_gethbpregs()
439 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()
458 int bp_type = 0; in ptrace_sethbpregs() local
470 bp_type |= HW_BREAKPOINT_R; in ptrace_sethbpregs()
472 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()
475 bp_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
480 bp_type ? bp_type : HW_BREAKPOINT_RW); in ptrace_sethbpregs()
492 attr.bp_type = bp_type; in ptrace_sethbpregs()
/dports/emulators/bfe/bfe2/
H A Dbreakpoints.c20 s_bgroup *bp_type; variable
88 switch(bp_type->current){ in add_breakpoint()
170 bp_type = new_button_group(hbox, TRUE, HORIZONTAL, 3, bp_titles); in breakpointsInit()
232 old_bp_type = bp_type->current; in breakpointsReload()
245 bp_type->current = breakpoints[x].type; in breakpointsReload()
250 bp_type->current = old_bp_type; in breakpointsReload()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dbp-table.h44 struct bp_type struct
49 bp_type (int l, const std::string& c) : line (l), cond (c) { } in bp_type() function
75 typedef std::map <std::string, std::list<bp_type>> fname_bp_map;
H A Dpt-stmt.cc228 std::list<bp_type>
234 std::list<bp_type> retval; in breakpoints_and_conds()
240 retval.push_back (bp_type (lines(i).double_value (), in breakpoints_and_conds()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-cmd-break.c54 enum bp_type enum
74 enum bp_type type = REG_BP; in mi_cmd_break_insert()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-cmd-break.c54 enum bp_type enum
74 enum bp_type type = REG_BP; in mi_cmd_break_insert()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c137 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg()
156 &attr.bp_type); in ptrace_set_debugreg()
245 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c137 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg()
156 &attr.bp_type); in ptrace_set_debugreg()
245 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c137 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg()
156 &attr.bp_type); in ptrace_set_debugreg()
245 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/
H A Dbp_account.c38 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
80 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
H A Dwp.c42 attr->bp_type = wp_type; in get__perf_event_attr()
60 pr_debug("failed opening event %x\n", attr.bp_type); in __event()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/
H A Dbp_account.c38 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
80 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
H A Dwp.c42 attr->bp_type = wp_type; in get__perf_event_attr()
60 pr_debug("failed opening event %x\n", attr.bp_type); in __event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/
H A Dbp_account.c38 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
80 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
H A Dwp.c42 attr->bp_type = wp_type; in get__perf_event_attr()
60 pr_debug("failed opening event %x\n", attr.bp_type); in __event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/attr/
H A Dbase-stat36 bp_type=0
H A Dbase-record36 bp_type=0

1234567891011