Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mmx.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

void_mmx_memcpy (void *to, const void *from, size_t size)
 
void mmx_clear_page (void *page)
 
void mmx_copy_page (void *to, void *from)
 

Function Documentation

void* _mmx_memcpy ( void to,
const void from,
size_t  size 
)

Definition at line 28 of file mmx_32.c.

void mmx_clear_page ( void page)

Definition at line 349 of file mmx_32.c.

void mmx_copy_page ( void to,
void from 
)

Definition at line 370 of file mmx_32.c.