Searched refs:cpu_bp (Results 1 – 1 of 1) sorted by relevance
251 struct breakpoint **cpu_bp; in cpu_bps_add() local262 if (!cpu_bp[i]) { in cpu_bps_add()263 cpu_bp[i] = tmp; in cpu_bps_add()273 struct breakpoint **cpu_bp; in cpu_bps_remove() local279 if (!cpu_bp[i]) in cpu_bps_remove()282 if (cpu_bp[i]->bp == bp) { in cpu_bps_remove()283 kfree(cpu_bp[i]); in cpu_bps_remove()284 cpu_bp[i] = NULL; in cpu_bps_remove()293 struct breakpoint **cpu_bp; in cpu_bps_check() local298 cpu_bp = per_cpu_ptr(cpu_bps, cpu); in cpu_bps_check()[all …]
Completed in 4 milliseconds