cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/include/asm/mmx.h

#ifndef _ASM_X86_MMX_H

#define _ASM_X86_MMX_H

/*
 *      MMX 3Dnow! helper operations
 */

#include <linux/types.h>

extern void *_mmx_memcpy(void *to, const void *from, size_t size);
extern void mmx_clear_page(void *page);
extern void mmx_copy_page(void *to, void *from);

#endif /* _ASM_X86_MMX_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)5094.34%266.67%
H. Peter Anvin35.66%133.33%
Total53100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.