MCPcopy 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
369pub 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

schFunction · 0.85

Calls 2

idFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected