MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / setsf

Function setsf

src/sys/proc.rs:421–426  ·  view source on GitHub ↗

Set stack-frame

(sf: InterruptStackFrameValue)

Source from the content-addressed store, hash-verified

419
420// Set stack-frame
421pub fn setsf(sf: InterruptStackFrameValue)
422{
423 let mut tab = PROCTAB.write();
424 let mut proc = &mut tab[id()];
425 proc.sf = sf;
426}
427
428
429// Set user

Callers 1

schFunction · 0.85

Calls 2

idFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected