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 v4.20 17 lines 342 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_S390_EXPOLINE_H 3#define _ASM_S390_EXPOLINE_H 4 5#ifndef __ASSEMBLY__ 6 7#include <linux/types.h> 8 9extern int nospec_disable; 10 11void nospec_init_branches(void); 12void nospec_auto_detect(void); 13void nospec_revert(s32 *start, s32 *end); 14 15#endif /* __ASSEMBLY__ */ 16 17#endif /* _ASM_S390_EXPOLINE_H */