MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / interrupt_test

Function interrupt_test

tests/system_test/interrupt_test.cpp:22–30  ·  view source on GitHub ↗

@todo 等用户态调通后补上

Source from the content-addressed store, hash-verified

20
21/// @todo 等用户态调通后补上
22auto interrupt_test() -> bool {
23 klog::Info("interrupt_test: start");
24
25 (void)InterruptSingleton::instance().BroadcastIpi();
26
27 klog::Info("interrupt_test: broadcast ipi passed");
28
29 return true;
30}

Callers

nothing calls this directly

Calls 2

InfoFunction · 0.85
BroadcastIpiMethod · 0.45

Tested by

no test coverage detected