site logo  PsdHlpVmalloc

HomePage | Categories |* BLOG *| RecentChanges | RecentlyCommented | Login/Register

PSDHLP_VMALLOC


PSDHLP_VMALLOC keywords May Block

Description Allocate memory.

This function is used to allocate virtual memory, or map virtual memory to physical memory, depending on the value of the flags. All virtual addresses are allocated from the system arena (i.e. global address space).

Mode Callable in Init and Kernel mode.

Parameters Pointer to a VMALLOC structure.

Exit Return code.

Structures
typedef struct vmalloc_s {
   ulong_t addr;    (Input/Output)
   ulong_t cbsize;  (Input)
   ulong_t flags;   (Input)
} VMALLOC;



Notes None.

Return to SMP Programming Addendum Page.

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.7
Page was generated in 0.3897 seconds