Searched refs:TYPE_INST (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dhw_breakpoint.h11 TYPE_INST = 0, enumerator in enum:bp_type_idx
/linux-master/arch/xtensa/kernel/
H A Dhw_breakpoint.c27 case TYPE_INST:
/linux-master/kernel/events/
H A Dhw_breakpoint.c171 static_assert(hw_breakpoint_slots(TYPE_INST) == hw_breakpoint_slots(TYPE_DATA));
296 return TYPE_INST;
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c26 case TYPE_INST:
H A Dptrace.c530 num = hw_breakpoint_slots(TYPE_INST);
/linux-master/arch/arm/kernel/
H A Dptrace.c399 num_brps = hw_breakpoint_slots(TYPE_INST);
H A Dhw_breakpoint.c281 case TYPE_INST:
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c50 case TYPE_INST:
H A Dptrace.c366 num = hw_breakpoint_slots(TYPE_INST);
1971 num_brps = hw_breakpoint_slots(TYPE_INST);

Completed in 166 milliseconds