Searched refs:kdb_cpu_clr_watchpoint (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dkdb.h67 kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size) function
/freebsd-13-stable/sys/riscv/include/
H A Dkdb.h70 kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size) function
/freebsd-13-stable/sys/arm64/include/
H A Dkdb.h43 int kdb_cpu_clr_watchpoint(vm_offset_t addr, size_t size);
/freebsd-13-stable/sys/i386/include/
H A Dkdb.h40 int kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size);
/freebsd-13-stable/sys/arm/include/
H A Dkdb.h45 int kdb_cpu_clr_watchpoint(vm_offset_t addr, size_t size);
/freebsd-13-stable/sys/amd64/include/
H A Dkdb.h40 int kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size);
/freebsd-13-stable/sys/powerpc/include/
H A Dkdb.h65 kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size) function
/freebsd-13-stable/sys/ddb/
H A Ddb_watch.c293 rc = kdb_cpu_clr_watchpoint((vm_offset_t)addr, (vm_size_t)size);
/freebsd-13-stable/sys/x86/x86/
H A Ddbreg.c298 kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size) function
/freebsd-13-stable/sys/arm64/arm64/
H A Ddebug_monitor.c253 kdb_cpu_clr_watchpoint(vm_offset_t addr, vm_size_t size) function
/freebsd-13-stable/sys/gdb/
H A Dgdb_main.c694 error = kdb_cpu_clr_watchpoint((vm_offset_t)addr,
/freebsd-13-stable/sys/arm/arm/
H A Ddebug_monitor.c352 kdb_cpu_clr_watchpoint(vm_offset_t addr, size_t size) function

Completed in 159 milliseconds