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

/linux-master/arch/powerpc/include/asm/
H A Dhw_breakpoint.h45 #define HW_BREAKPOINT_SIZE 0x4 macro
47 #define HW_BREAKPOINT_SIZE 0x8 macro
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c25 hw_start_addr = ALIGN_DOWN(info->address, HW_BREAKPOINT_SIZE);
26 hw_end_addr = ALIGN(info->address + info->len, HW_BREAKPOINT_SIZE);
35 unsigned long align_size = HW_BREAKPOINT_SIZE;
H A Dhw_breakpoint.c151 * start_addr = address & ~(HW_BREAKPOINT_SIZE - 1)
162 start_addr = ALIGN_DOWN(hw->address, HW_BREAKPOINT_SIZE);
163 end_addr = ALIGN(hw->address + hw->len, HW_BREAKPOINT_SIZE);
334 hw_end_addr = ALIGN(info->address + info->len, HW_BREAKPOINT_SIZE);
H A Dprocess.c837 unsigned long start_addr = ALIGN_DOWN(brk->address, HW_BREAKPOINT_SIZE);
838 unsigned long end_addr = ALIGN(brk->address + brk->len, HW_BREAKPOINT_SIZE);
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c217 brk.address = ALIGN_DOWN(bp_info->addr, HW_BREAKPOINT_SIZE);

Completed in 128 milliseconds