Next:
11.3.1 smp_init: Initializes the
Up:
11 Symmetric Multiprocessing: liboskit_smp.a
Previous:
11.2.2 External dependencies
11.3 API reference
11.3.1
smp_init
: Initializes the SMP startup code
11.3.2
smp_find_cur_cpu
: Return the processor ID of the current processor.
11.3.3
smp_find_cpu
: Return the next processor ID
11.3.4
smp_start_cpu
: Starts a processor running a specified function
11.3.5
smp_get_num_cpus
: Returns the total number of processors
11.3.6
smp_map_range
: Request the OS map physical memory
11.3.7
smp_init_paging
: Tell the SMP code that paging is being enabled
11.3.8
smp_message_pass
: Send an inter-processor interrupt to another CPU
11.3.9
smp_message_pass_enable
:
smp_apic_ack
: (X86) acknowledge an inter-processor interrupt
University of Utah Flux Research Group