<< Back to Codezero API Reference

3.) L4_UNMAP System Call

int l4_unmap(void *virtual, unsigned long npages, l4id_t tid); 
Purpose
Operational Model
L4 Userspace Library Functions
/* 
 * Unmaps the given virtual address from current address space
 * spanning npages number of pages. Returns negative value
 * if the address was already unmapped.
 */
static inline void *l4_unmap_helper(void *virt, int npages)