next up previous contents index
Next: 11.3.8 smp_message_pass: Send an Up: 11.3 API reference Previous: 11.3.6 smp_map_range: Request the

11.3.7 smp_init_paging: Tell the SMP code that paging is being enabled

 

SYNOPSIS

#include <oskit/smp.h>

int smp_init_paging(void);

DESCRIPTION

This routine is called by the OS when it is ready to turn on paging. This call causes the SMP library to make call-backs to the OS to map the regions that are SMP-specific. On Intel x86 processors, this means the APICS.

RETURNS

Zero on success, non-zero on failure.



University of Utah Flux Research Group