<< Back to Codezero API Reference
int l4_unmap(void *virtual, unsigned long npages, l4id_t tid);
/* * 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)