<< Back to Codezero API Reference

2.) L4_MAP

 int l4_map(void *p, void *v, u32 npages, u32 flags, l4id_t tid) 
Purpose
Operational Model
L4 Userspace Library Functions
/* 
 * Map given physical address to a virtual address 
 * in the current task spanning npages in size.
 */
static inline void *l4_map_helper(void *phys, int npages)