MCPcopy 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
149static 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_breakpointFunction · 0.85
cmd_del_breakpointFunction · 0.85
debugger_bpointFunction · 0.85

Calls 1

smc_coherenceFunction · 0.70

Tested by

no test coverage detected