Home
last modified time | relevance | path

Searched refs:bp_cpuinfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/events/
H A Dhw_breakpoint.c53 struct bp_cpuinfo { struct
60 static DEFINE_PER_CPU(struct bp_cpuinfo, bp_cpuinfo[TYPE_MAX]); argument
62 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info()
64 return per_cpu_ptr(bp_cpuinfo + type, cpu); in get_bp_info()
206 struct bp_cpuinfo *info = get_bp_info(cpu, i); in init_breakpoint_slots()
390 struct bp_cpuinfo *info = get_bp_info(cpu, type); in max_bp_pinned_slots()
421 struct bp_cpuinfo *info = get_bp_info(bp->cpu, type); in toggle_bp_slot()
904 struct bp_cpuinfo *info = get_bp_info(cpu, type); in hw_breakpoint_is_used()