Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7-rc4 8 lines 154 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <asm/ppc_asm.h> 3 4FUNC_START(memcpy) 5 b test_memcpy 6 7FUNC_START(backwards_memcpy) 8 b test_backwards_memcpy