#include <assert.h>
#include <errno.h>
#include <malloc.h>
#include <mem.h>
#include <as.h>
Go to the source code of this file.
Defines | |
| #define | UHCI_REQUIRED_PAGE_SIZE 4096 |
| #define | UHCI_STRCUTURES_ALIGNMENT 16 |
Functions | |
| static uintptr_t | addr_to_phys (void *addr) |
| Get physical address translation. | |
| static void | free32 (void *addr) |
| Physical mallocator simulator. | |
| static void * | get_page (void) |
| Create 4KB page mapping. | |
| static void * | malloc32 (size_t size) |
| Physical mallocator simulator. | |
Definition in file malloc32.h.
1.4.7