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

/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp236 arch_debug_memcpy(void* dst, const void* src, size_t size) function
252 if (arch_debug_memcpy(&val, adr++, sizeof(val)) < B_OK) {
281 if (arch_debug_memcpy(&fp, (uint64*)fp - 1, sizeof(pc)) < B_OK)
285 if (arch_debug_memcpy(&pc, (uint64*)fp - 1, sizeof(pc)) < B_OK)
287 if (arch_debug_memcpy(&fp, (uint64*)fp - 2, sizeof(pc)) < B_OK)

Completed in 569 milliseconds