Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ write_inst
Function
write_inst
kernel/arch/mips32/src/debugger.c:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
static inline void write_inst(uintptr_t addr, uint32_t inst)
150
{
151
*((uint32_t *) addr) = inst;
152
smc_coherence((uint32_t *) addr, 4);
153
}
154
155
#ifdef CONFIG_KCONSOLE
156
Callers
3
cmd_add_breakpoint
Function · 0.85
cmd_del_breakpoint
Function · 0.85
debugger_bpoint
Function · 0.85
Calls
1
smc_coherence
Function · 0.70
Tested by
no test coverage detected