Searched refs:__kconfig (Results 1 – 19 of 19) sorted by relevance
13 extern int LINUX_KERNEL_VERSION __kconfig;14 extern int LINUX_UNKNOWN_VIRTUAL_EXTERN __kconfig __weak;15 extern bool CONFIG_BPF_SYSCALL __kconfig; /* strong */16 extern enum libbpf_tristate CONFIG_TRISTATE __kconfig __weak;17 extern bool CONFIG_BOOL __kconfig __weak;18 extern char CONFIG_CHAR __kconfig __weak;19 extern uint16_t CONFIG_USHORT __kconfig __weak;20 extern int CONFIG_INT __kconfig __weak;21 extern uint64_t CONFIG_ULONG __kconfig __weak;22 extern const char CONFIG_STR[8] __kconfig __weak;[all …]
8 extern bool CONFIG_X86_KERNEL_IBT __kconfig __weak;9 extern bool CONFIG_PPC_FTRACE_OUT_OF_LINE __kconfig __weak;10 extern bool CONFIG_KPROBES_ON_FTRACE __kconfig __weak;11 extern bool CONFIG_PPC64 __kconfig __weak;
10 extern bool CONFIG_SECURITY_SELINUX __kconfig __weak;11 extern bool CONFIG_SECURITY_SMACK __kconfig __weak;12 extern bool CONFIG_SECURITY_APPARMOR __kconfig __weak;
8 extern int LINUX_KERNEL_VERSION __kconfig;10 extern bool CONFIG_BPF_SYSCALL __kconfig;
8 extern int LINUX_KERNEL_VERSION __kconfig;10 extern bool CONFIG_BPF_SYSCALL __kconfig __weak;
38 extern bool CONFIG_BPF_SYSCALL __kconfig;39 extern int LINUX_KERNEL_VERSION __kconfig;
15 extern volatile bool CONFIG_BPF_SYSCALL __kconfig;
7 extern bool CONFIG_PREEMPTION __kconfig __weak;
13 extern bool CONFIG_PREEMPTION __kconfig __weak;
17 extern volatile bool CONFIG_BPF_SYSCALL __kconfig;
15 extern bool CONFIG_X86_KERNEL_IBT __kconfig __weak;
11 extern unsigned long CONFIG_HZ __kconfig;
16 extern unsigned long CONFIG_HZ __kconfig;
117 extern unsigned long CONFIG_HZ __kconfig;
244 extern bool CONFIG_CGROUP_PIDS __kconfig __weak;
27 extern int LINUX_KERNEL_VERSION __kconfig;28 extern const char CONFIG_CC_VERSION_TEXT[64] __kconfig __weak;29 extern const char CONFIG_LOCALVERSION[64] __kconfig __weak;
77 extern const _Bool LINUX_HAS_BPF_COOKIE __kconfig;
183 #define __kconfig __attribute__((section(".kconfig"))) macro
901 extern _Bool LINUX_HAS_SYSCALL_WRAPPER __kconfig; \