template<typename... _args_type>
static void for_each_cpu_ipi( auto&& callback, _args_type&&... arguments ) noexcept
{
auto packed_callback_data = pack_callback_data( callback, arguments... );
KeIpiGenericCall( packed_callback_data.get_callback<PKIPI_BROADCAST_WORKER>(),
packed_callback_data.get_context<uint64_t*>() );
}
-
Notifications
You must be signed in to change notification settings - Fork 1
License
Luchinkin/packed_callback
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published