#include <linux/slab.h>
#include <rtai_shm.h>
Include dependency graph for kvmem.c:
Go to the source code of this file.
Functions | |
void * | rvmalloc (unsigned long size) |
void | rvfree (void *mem, unsigned long size) |
int | rvmmap (void *mem, unsigned long memsize, struct vm_area_struct *vma) |
void * | rkmalloc (int *memsize, int suprt) |
void | rkfree (void *mem, unsigned long size) |
int | rkmmap (void *mem, unsigned long memsize, struct vm_area_struct *vma) |
|
Definition at line 99 of file kvmem.c. Referenced by _rt_shm_alloc(), and _rt_shm_free(). |
|
Definition at line 83 of file kvmem.c. Referenced by _rt_shm_alloc(). |
|
Definition at line 115 of file kvmem.c. Referenced by rtai_shm_f_mmap(). |
|
Definition at line 38 of file kvmem.c. References kvirt_to_pa(). Referenced by _rt_shm_alloc(), and _rt_shm_free(). Here is the call graph for this function: ![]() |
|
Definition at line 22 of file kvmem.c. References kvirt_to_pa(). Referenced by _rt_shm_alloc(). Here is the call graph for this function: ![]() |
|
Definition at line 53 of file kvmem.c. References kvirt_to_pa(). Referenced by rtai_shm_f_mmap(). Here is the call graph for this function: ![]() |