Searched refs:HW_BREAKPOINT_SIZE (Results 1 – 5 of 5) sorted by relevance
25 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()
162 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()
837 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()
45 #define HW_BREAKPOINT_SIZE 0x4 macro47 #define HW_BREAKPOINT_SIZE 0x8 macro
217 brk.address = ALIGN_DOWN(bp_info->addr, HW_BREAKPOINT_SIZE); in ppc_set_hwdebug()