/arch/xtensa/kernel/ |
D | hw_breakpoint.c | 36 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 51 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info() 86 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 144 struct perf_event *bp) in alloc_slot() 157 static void set_ibreak_regs(int reg, struct perf_event *bp) in set_ibreak_regs() 167 static void set_dbreak_regs(int reg, struct perf_event *bp) in set_dbreak_regs() 181 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 203 struct perf_event *bp) in free_slot() 216 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 238 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read() [all …]
|
D | ptrace.c | 310 static void ptrace_hbptriggered(struct perf_event *bp, in ptrace_hbptriggered() 369 struct perf_event *bp; in ptrace_gethbpregs() local 403 struct perf_event *bp; in ptrace_sethbpregs() local
|
/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 63 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 89 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 106 void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint() 121 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 143 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 212 struct perf_event *bp; in hw_breakpoint_handler() local 307 struct perf_event *bp = NULL; in single_step_dabr_instruction() local 373 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
|
/arch/sh/kernel/ |
D | hw_breakpoint.c | 50 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 82 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 127 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 178 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info() 223 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 286 struct perf_event *bp; in hw_breakpoint_handler() local 406 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
|
D | ptrace_32.c | 66 void ptrace_triggered(struct perf_event *bp, in ptrace_triggered() 83 struct perf_event *bp; in set_single_step() local
|
/arch/x86/kernel/ |
D | hw_breakpoint.c | 106 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 146 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 175 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 237 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info() 325 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 380 struct perf_event *bp; in aout_dump_debugregs() local 451 struct perf_event *bp; in hw_breakpoint_handler() local 544 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
|
D | unwind_frame.c | 179 static struct pt_regs *decode_frame_pointer(unsigned long *bp) in decode_frame_pointer() 189 static struct pt_regs *decode_frame_pointer(unsigned long *bp) in decode_frame_pointer() 391 unsigned long *bp; in __unwind_start() local
|
D | ptrace.c | 553 static void ptrace_triggered(struct perf_event *bp, in ptrace_triggered() 577 static unsigned long ptrace_get_dr7(struct perf_event *bp[]) in ptrace_get_dr7() 626 static int ptrace_modify_breakpoint(struct perf_event *bp, int len, int type, in ptrace_modify_breakpoint() 657 struct perf_event *bp = thread->ptrace_bps[i]; in ptrace_write_dr7() local 700 struct perf_event *bp = thread->ptrace_bps[index]; in ptrace_get_debugreg() local 716 struct perf_event *bp = t->ptrace_bps[nr]; in ptrace_set_breakpoint_addr() local
|
D | kgdb.c | 211 struct perf_event *bp; in kgdb_correct_hw_break() local 316 struct perf_event *bp; in kgdb_remove_all_hw_break() local 402 struct perf_event *bp; in kgdb_disable_hw_debug() local
|
D | head64.c | 51 struct boot_params *bp) in __startup_64()
|
/arch/arm64/kernel/ |
D | hw_breakpoint.c | 172 static int is_compat_bp(struct perf_event *bp) in is_compat_bp() 201 struct perf_event *bp, in hw_breakpoint_slot_setup() 234 static int hw_breakpoint_control(struct perf_event *bp, in hw_breakpoint_control() 300 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 305 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 347 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 425 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info() 520 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 634 struct perf_event *bp, **slots; in breakpoint_handler() local 1020 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
|
D | ptrace.c | 177 static void ptrace_hbptriggered(struct perf_event *bp, in ptrace_hbptriggered() 247 struct perf_event *bp = ERR_PTR(-EINVAL); in ptrace_hbp_get_event() local 271 struct perf_event *bp) in ptrace_hbp_set_event() 300 struct perf_event *bp; in ptrace_hbp_create() local 400 struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx); in ptrace_hbp_get_ctrl() local 414 struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx); in ptrace_hbp_get_addr() local 427 struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx); in ptrace_hbp_get_initialised_bp() local 441 struct perf_event *bp; in ptrace_hbp_set_ctrl() local 466 struct perf_event *bp; in ptrace_hbp_set_addr() local
|
/arch/powerpc/sysdev/ |
D | grackle.c | 30 static inline void grackle_set_stg(struct pci_controller* bp, int enable) in grackle_set_stg() 43 static inline void grackle_set_loop_snoop(struct pci_controller *bp, int enable) in grackle_set_loop_snoop()
|
/arch/x86/include/asm/ |
D | mem_encrypt.h | 64 static inline void __init sme_encrypt_kernel(struct boot_params *bp) { } in sme_encrypt_kernel() 65 static inline void __init sme_enable(struct boot_params *bp) { } in sme_enable()
|
D | unwind.h | 21 unsigned long sp, bp, ip; member 25 unsigned long *bp, *orig_sp, ip; member
|
D | switch_to.h | 60 unsigned long bp; member
|
/arch/arm/kernel/ |
D | hw_breakpoint.c | 333 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 390 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 459 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 521 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info() 594 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 670 static void enable_single_step(struct perf_event *bp, u32 addr) in enable_single_step() 684 static void disable_single_step(struct perf_event *bp) in disable_single_step() 801 struct perf_event *bp, **slots; in breakpoint_handler() local 1136 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
|
/arch/tile/lib/ |
D | cpumask.c | 25 int bitmap_parselist_crop(const char *bp, unsigned long *maskp, int nmaskbits) in bitmap_parselist_crop()
|
/arch/m68k/include/asm/ |
D | io_no.h | 60 unsigned char *bp = (unsigned char *) buf; in io_outsb() local 68 unsigned short *bp = (unsigned short *) buf; in io_outsw() local 76 unsigned int *bp = (unsigned int *) buf; in io_outsl() local 84 unsigned char *bp = (unsigned char *) buf; in io_insb() local 92 unsigned short *bp = (unsigned short *) buf; in io_insw() local 100 unsigned int *bp = (unsigned int *) buf; in io_insl() local
|
/arch/h8300/kernel/ |
D | ptrace_s.c | 40 asmlinkage void trace_trap(unsigned long bp) in trace_trap()
|
/arch/um/kernel/ |
D | stacktrace.c | 24 unsigned long *sp, bp, addr; in dump_trace() local
|
/arch/ia64/hp/sim/boot/ |
D | bootloader.c | 67 register struct ia64_boot_param *bp; in start_bootloader() local
|
/arch/unicore32/include/asm/ |
D | processor.h | 39 struct debug_entry bp[2]; member
|
/arch/frv/include/asm/ |
D | io.h | 68 const uint8_t *bp = buf; in io_outsb() local 77 const uint16_t *bp = buf; in io_outsw() local 97 uint8_t *bp = buf; in io_insb() local 105 uint16_t *bp = buf; in io_insw() local
|
/arch/powerpc/xmon/ |
D | xmon.c | 122 #define BP_NUM(bp) ((bp) - bpts + 1) argument 456 struct bpt *bp; in xmon_core() local 706 struct bpt *bp; in xmon_bpt() local 769 struct bpt *bp; in xmon_fault_handler() local 789 struct bpt *bp; in at_breakpoint() local 815 struct bpt *bp; in new_breakpoint() local 838 struct bpt *bp; in insert_bpts() local 888 struct bpt *bp; in remove_bpts() local 1269 struct bpt *bp; in bpt_cmds() local
|