bp_cpuinfo
struct bp_cpuinfo *info = get_bp_info(cpu, i);
struct bp_cpuinfo *info = get_bp_info(cpu, type);
struct bp_cpuinfo *info = get_bp_info(bp->cpu, type);
static DEFINE_PER_CPU(struct bp_cpuinfo, bp_cpuinfo[TYPE_MAX]);
static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type)
return per_cpu_ptr(bp_cpuinfo + type, cpu);
struct bp_cpuinfo *info = get_bp_info(cpu, type);