Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dhw_breakpoint.c251 struct breakpoint **cpu_bp; in cpu_bps_add() local
262 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() local
279 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() local
298 cpu_bp = per_cpu_ptr(cpu_bps, cpu); in cpu_bps_check()
[all …]

Completed in 4 milliseconds