Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c25 hw_start_addr = ALIGN_DOWN(info->address, HW_BREAKPOINT_SIZE); in dar_in_hw_range()
26 hw_end_addr = ALIGN(info->address + info->len, HW_BREAKPOINT_SIZE); in dar_in_hw_range()
35 unsigned long align_size = HW_BREAKPOINT_SIZE; in ea_hw_range_overlaps()
H A Dhw_breakpoint.c162 start_addr = ALIGN_DOWN(hw->address, HW_BREAKPOINT_SIZE); in hw_breakpoint_validate_len()
163 end_addr = ALIGN(hw->address + hw->len, HW_BREAKPOINT_SIZE); in hw_breakpoint_validate_len()
334 hw_end_addr = ALIGN(info->address + info->len, HW_BREAKPOINT_SIZE); in handle_p10dd1_spurious_exception()
H A Dprocess.c837 unsigned long start_addr = ALIGN_DOWN(brk->address, HW_BREAKPOINT_SIZE); in set_breakpoint_8xx()
838 unsigned long end_addr = ALIGN(brk->address + brk->len, HW_BREAKPOINT_SIZE); in set_breakpoint_8xx()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h45 #define HW_BREAKPOINT_SIZE 0x4 macro
47 #define HW_BREAKPOINT_SIZE 0x8 macro
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c217 brk.address = ALIGN_DOWN(bp_info->addr, HW_BREAKPOINT_SIZE); in ppc_set_hwdebug()