Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dhw_breakpoint.c229 struct breakpoint **cpu_bp; in cpu_bps_add() local
239 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() local
254 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() local
270 cpu_bp = per_cpu_ptr(cpu_bps, cpu); in cpu_bps_check()
[all …]

Completed in 4 milliseconds