Searched refs:cpu_bp (Results 1 – 1 of 1) sorted by relevance
229 struct breakpoint **cpu_bp; in cpu_bps_add() local239 if (!cpu_bp[i]) { in cpu_bps_add()240 cpu_bp[i] = tmp; in cpu_bps_add()249 struct breakpoint **cpu_bp; in cpu_bps_remove() local254 if (!cpu_bp[i]) in cpu_bps_remove()257 if (cpu_bp[i]->bp == bp) { in cpu_bps_remove()258 kfree(cpu_bp[i]); in cpu_bps_remove()259 cpu_bp[i] = NULL; in cpu_bps_remove()267 struct breakpoint **cpu_bp; in cpu_bps_check() local270 cpu_bp = per_cpu_ptr(cpu_bps, cpu); in cpu_bps_check()[all …]
Completed in 5 milliseconds