|
Linux Kernel
3.7.1
|
#include <linux/hardirq.h>#include <linux/string.h>#include <linux/module.h>#include <linux/sched.h>#include <linux/types.h>#include <asm/i387.h>#include <asm/asm.h>Go to the source code of this file.
Functions | |
| void * | _mmx_memcpy (void *to, const void *from, size_t len) |
| EXPORT_SYMBOL (_mmx_memcpy) | |
| void | mmx_clear_page (void *page) |
| EXPORT_SYMBOL (mmx_clear_page) | |
| void | mmx_copy_page (void *to, void *from) |
| EXPORT_SYMBOL (mmx_copy_page) | |
| EXPORT_SYMBOL | ( | _mmx_memcpy | ) |
| EXPORT_SYMBOL | ( | mmx_clear_page | ) |
| EXPORT_SYMBOL | ( | mmx_copy_page | ) |
1.8.2