cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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)5092.59%250.00%
H. Peter Anvin35.56%125.00%
Greg Kroah-Hartman11.85%125.00%
Total54100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.