Module smp

Source
Expand description

Symmetric Multi-Processing (SMP) support.

This module provides a way to execute code on other processors via inter- processor interrupts.

Structsยง

IpiGlobalData ๐Ÿ”’

Staticsยง

CALL_QUEUES ๐Ÿ”’
IPI_GLOBAL_DATA ๐Ÿ”’

Functionsยง

do_inter_processor_call ๐Ÿ”’
init ๐Ÿ”’
inter_processor_call
Executes a function on other processors.