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

/linux-master/arch/arm/include/asm/
H A Dhw_breakpoint.h64 #define ARM_BREAKPOINT_LOAD 1 macro
/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h60 #define ARM_BREAKPOINT_LOAD 1 macro
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c360 case ARM_BREAKPOINT_LOAD:
366 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE:
423 hw->ctrl.type = ARM_BREAKPOINT_LOAD;
429 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE;
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c475 case ARM_BREAKPOINT_LOAD:
481 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE:
522 hw->ctrl.type = ARM_BREAKPOINT_LOAD;
528 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE;
653 (hw->ctrl.type == ARM_BREAKPOINT_LOAD ||

Completed in 100 milliseconds