Linux Kernel
3.7.1
|
#include <linux/list.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <memmap.h>
Go to the source code of this file.
Data Structures | |
struct | intmem_allocation |
Macros | |
#define | STATUS_FREE 0 |
#define | STATUS_ALLOCATED 1 |
#define | RESERVED_SIZE 0 |
Functions | |
void * | crisv32_intmem_alloc (unsigned size, unsigned align) |
void | crisv32_intmem_free (void *addr) |
void * | crisv32_intmem_phys_to_virt (unsigned long addr) |
unsigned long | crisv32_intmem_virt_to_phys (void *addr) |
module_init (crisv32_intmem_init) | |
void* crisv32_intmem_alloc | ( | unsigned | size, |
unsigned | align | ||
) |
module_init | ( | crisv32_intmem_init | ) |