Searched refs:DEFINE_STATIC_KEY_FALSE (Results 1 - 25 of 138) sorted by relevance

123456

/linux-master/lib/kunit/
H A Dhooks.c15 DEFINE_STATIC_KEY_FALSE(kunit_running);
/linux-master/arch/x86/kernel/
H A Dtracepoint.c10 DEFINE_STATIC_KEY_FALSE(trace_pagefault_key);
/linux-master/arch/s390/crypto/
H A Darch_random.c16 DEFINE_STATIC_KEY_FALSE(s390_arch_random_available);
/linux-master/lib/
H A Dtest_static_key_base.c29 DEFINE_STATIC_KEY_FALSE(base_false_key);
31 DEFINE_STATIC_KEY_FALSE(base_inv_false_key);
H A Dtest_static_keys.c20 DEFINE_STATIC_KEY_FALSE(false_key);
/linux-master/arch/powerpc/kernel/
H A Dfirmware.c25 DEFINE_STATIC_KEY_FALSE(kvm_guest);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx_onhyperv.c6 DEFINE_STATIC_KEY_FALSE(__kvm_is_using_evmcs);
/linux-master/arch/x86/crypto/
H A Dblake2s-glue.c25 static __ro_after_init DEFINE_STATIC_KEY_FALSE(blake2s_use_ssse3);
26 static __ro_after_init DEFINE_STATIC_KEY_FALSE(blake2s_use_avx512);
H A Dchacha_glue.c38 static __ro_after_init DEFINE_STATIC_KEY_FALSE(chacha_use_simd);
39 static __ro_after_init DEFINE_STATIC_KEY_FALSE(chacha_use_avx2);
40 static __ro_after_init DEFINE_STATIC_KEY_FALSE(chacha_use_avx512vl);
H A Dpoly1305_glue.c33 static __ro_after_init DEFINE_STATIC_KEY_FALSE(poly1305_use_avx);
34 static __ro_after_init DEFINE_STATIC_KEY_FALSE(poly1305_use_avx2);
35 static __ro_after_init DEFINE_STATIC_KEY_FALSE(poly1305_use_avx512);
/linux-master/mm/
H A Ddebug_page_alloc.c10 DEFINE_STATIC_KEY_FALSE(_debug_pagealloc_enabled);
13 DEFINE_STATIC_KEY_FALSE(_debug_guardpage_enabled);
H A Dpage_poison.c13 DEFINE_STATIC_KEY_FALSE(_page_poisoning_enabled);
H A Dshuffle.c12 DEFINE_STATIC_KEY_FALSE(page_alloc_shuffle_key);
/linux-master/fs/xfs/
H A Dxfs_hooks.h27 static DEFINE_STATIC_KEY_FALSE(name)
H A Dxfs_drain.c26 static DEFINE_STATIC_KEY_FALSE(xfs_drain_waiter_gate);
/linux-master/arch/x86/lib/
H A Dcopy_mc.c13 static DEFINE_STATIC_KEY_FALSE(copy_mc_fragile_key);
/linux-master/drivers/gpu/drm/i915/
H A Di915_memcpy.c40 static DEFINE_STATIC_KEY_FALSE(has_movntdqa);
/linux-master/mm/kasan/
H A Dhw_tags.c49 DEFINE_STATIC_KEY_FALSE(kasan_flag_enabled);
63 DEFINE_STATIC_KEY_FALSE(kasan_flag_vmalloc);
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_book3s_64.c22 DEFINE_STATIC_KEY_FALSE(powerpc_kasan_enabled_key);
/linux-master/kernel/
H A Dstackleak.c21 static DEFINE_STATIC_KEY_FALSE(stack_erasing_bypass);
H A Dscs.c16 DEFINE_STATIC_KEY_FALSE(dynamic_scs_enabled);
/linux-master/drivers/s390/cio/
H A Dcio_inject.c22 DEFINE_STATIC_KEY_FALSE(cio_inject_enabled);
/linux-master/arch/arm/crypto/
H A Dcurve25519-glue.c26 static __ro_after_init DEFINE_STATIC_KEY_FALSE(have_neon);
/linux-master/kernel/sched/
H A Dclock.c69 static DEFINE_STATIC_KEY_FALSE(sched_clock_running);
79 static DEFINE_STATIC_KEY_FALSE(__sched_clock_stable);
/linux-master/arch/x86/kernel/apic/
H A Dipi.c11 DEFINE_STATIC_KEY_FALSE(apic_use_ipi_shorthand);

Completed in 421 milliseconds

123456