CALL_PERNODE_MEMORY

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

call_pernode_memory - use SRAT to call callback functions with node info  

SYNOPSIS

"SYNOPSIS"

void call_pernode_memory (unsigned long start, unsigned long len, void * arg);  

ARGUMENTS

start
physical start of range
len
length of range
arg
function to call for each range
 

DESCRIPTION

efi_memmap_walk knows nothing about layout of memory across nodes. Find out to which node a block of memory belongs. Ignore memory that we cannot identify, and split blocks that run across multiple nodes.

Take this opportunity to round the start address up and the end address down to page boundaries.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:01:59 GMT, October 09, 2005