Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ reg
Function
reg
src/sys/proc.rs:369–374 ·
view source on GitHub ↗
Registers
()
Source
from the content-addressed store, hash-verified
367
368
// Registers
369
pub fn reg() -> Reg
370
{
371
let tab = PROCTAB.read();
372
let proc = &tab[id()];
373
proc.reg
374
}
375
376
377
// Set code address
Callers
1
sch
Function · 0.85
Calls
2
id
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected