Next:
14.3.1 smp_init: Initializes the
Up:
14 Symmetric Multiprocessing: liboskit_smp.a
Previous:
14.2.2 External dependencies
14.3 API reference
14.3.1
smp_init
: Initializes the SMP startup code
14.3.2
smp_find_cur_cpu
: Return the processor ID of the current processor.
14.3.3
smp_find_cpu
: Return the next processor ID
14.3.4
smp_start_cpu
: Starts a processor running a specified function
14.3.5
smp_get_num_cpus
: Returns the total number of processors
14.3.6
smp_map_range
: Request the OS map physical memory
14.3.7
smp_init_paging
: Tell the SMP code that paging is being enabled
14.3.8
smp_message_pass
: Send an inter-processor interrupt to another CPU
14.3.9
smp_message_pass_enable
:
smp_apic_ack
: (X86) acknowledge an inter-processor interrupt
Utah Flux Research Group