@todo 等用户态调通后补上
| 20 | |
| 21 | /// @todo 等用户态调通后补上 |
| 22 | auto 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 | } |
nothing calls this directly
no test coverage detected