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

Function hltloop

src/lib.rs:74–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74pub fn hltloop() -> !
75{
76 loop
77 {
78 x86_64::instructions::hlt();
79 }
80}
81
82// This implementation is used for the FAT filesystem.
83pub trait BlockDevice

Callers 5

panicFunction · 0.85
test_panic_handlerFunction · 0.85
test_kernmainFunction · 0.85
_startFunction · 0.85
page_fault_handlerFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_panic_handlerFunction · 0.68
test_kernmainFunction · 0.68