Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
421
pub 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
sch
Function · 0.85
Calls
2
id
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected