Searched refs:ARM_BREAKPOINT_STORE (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dhw_breakpoint.h65 #define ARM_BREAKPOINT_STORE 2 macro
/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h61 #define ARM_BREAKPOINT_STORE 2 macro
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c363 case ARM_BREAKPOINT_STORE:
366 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE:
426 hw->ctrl.type = ARM_BREAKPOINT_STORE;
429 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE;
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c478 case ARM_BREAKPOINT_STORE:
481 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE:
525 hw->ctrl.type = ARM_BREAKPOINT_STORE;
528 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE;
654 hw->ctrl.type == ARM_BREAKPOINT_STORE))

Completed in 118 milliseconds