init_asinfo()

Updated: April 19, 2023

Initialize the asinfo section of the system page.

Synopsis:

void init_asinfo(unsigned mem);

Arguments:

mem
The offset of the memory entry in the asinfo area of the system page.

Description:

Initialize the asinfo section of the system page. The mem parameter can be used as the owner parameter value for as_add() calls that are adding entries to the asinfo area describing memory (see Address space trees).