Home
last modified time | relevance | path

Searched refs:__is_defined (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Darch_hweight.h33 if (__is_defined(MARCH_HAS_Z15_FEATURES)) in __arch_hweight64()
35 if (__is_defined(MARCH_HAS_Z196_FEATURES)) { in __arch_hweight64()
47 if (__is_defined(MARCH_HAS_Z15_FEATURES)) in __arch_hweight32()
49 if (__is_defined(MARCH_HAS_Z196_FEATURES)) { in __arch_hweight32()
60 if (__is_defined(MARCH_HAS_Z15_FEATURES)) in __arch_hweight16()
62 if (__is_defined(MARCH_HAS_Z196_FEATURES)) { in __arch_hweight16()
72 if (__is_defined(MARCH_HAS_Z196_FEATURES)) in __arch_hweight8()
H A Dnospec-branch.h15 if (__is_defined(__DECOMPRESSOR)) in nobp_enabled()
26 return __is_defined(CC_USING_EXPOLINE) && !nospec_disable; in nospec_uses_trampoline()
H A Dmachine.h83 if (!__is_defined(__DECOMPRESSOR) && __builtin_constant_p(feature)) \
H A Dfacility.h81 if (!__is_defined(__DECOMPRESSOR) && __builtin_constant_p(nr)) { in test_facility()
H A Dlowcore.h222 if (__is_defined(__DECOMPRESSOR)) in get_lowcore()
H A Duaccess.h403 if (__is_defined(__DECOMPRESSOR)) in s390_kernel_write()
/linux-6.15/tools/include/linux/
H A Dkconfig.h35 #define __is_defined(x) ___is_defined(x) macro
44 #define IS_BUILTIN(option) __is_defined(option)
50 #define IS_MODULE(option) __is_defined(option##_MODULE)
59 __and(IS_MODULE(option), __is_defined(MODULE)))
/linux-6.15/include/linux/
H A Dkconfig.h41 #define __is_defined(x) ___is_defined(x) macro
50 #define IS_BUILTIN(option) __is_defined(option)
57 #define IS_MODULE(option) __is_defined(option##_MODULE)
66 __and(IS_MODULE(option), __is_defined(MODULE)))
H A Dcookie.h37 if (__is_defined(CONFIG_SMP) && in gen_cookie_next()
H A Dpgtable.h1860 #define mm_p4d_folded(mm) __is_defined(__PAGETABLE_P4D_FOLDED)
1864 #define mm_pud_folded(mm) __is_defined(__PAGETABLE_PUD_FOLDED)
1868 #define mm_pmd_folded(mm) __is_defined(__PAGETABLE_PMD_FOLDED)
H A Dftrace.h885 #define ftrace_need_init_nop() (!__is_defined(CC_USING_NOP_MCOUNT))
/linux-6.15/arch/x86/include/asm/
H A Dvmware.h107 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall1()
132 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall3()
157 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall4()
183 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall5()
211 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall6()
239 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall7()
/linux-6.15/tools/include/tools/
H A Dconfig.h23 #define __is_defined(x) ___is_defined(x) macro
32 #define IS_BUILTIN(option) __is_defined(option)
/linux-6.15/arch/arm64/include/asm/
H A Dvirt.h120 BUILD_BUG_ON(__is_defined(__KVM_NVHE_HYPERVISOR__) || in is_kernel_in_hyp_mode()
121 __is_defined(__KVM_VHE_HYPERVISOR__)); in is_kernel_in_hyp_mode()
H A Dkernel-pgtable.h43 #define EXTRA_PAGE __is_defined(CONFIG_RELOCATABLE)
H A Dcpufeature.h415 return __is_defined(__KVM_VHE_HYPERVISOR__); in is_vhe_hyp_code()
421 return __is_defined(__KVM_NVHE_HYPERVISOR__); in is_nvhe_hyp_code()
H A Dkvm_nested.h12 return (!__is_defined(__KVM_NVHE_HYPERVISOR__) && in vcpu_has_nv()
/linux-6.15/arch/s390/kernel/
H A Dnospec-branch.c69 if (__is_defined(CC_USING_EXPOLINE)) in nospec_auto_detect()
72 } else if (__is_defined(CC_USING_EXPOLINE)) { in nospec_auto_detect()
/linux-6.15/arch/powerpc/include/asm/vdso/
H A Dtimebase.h54 if (__is_defined(__powerpc64__)) in get_tb()
/linux-6.15/drivers/crypto/
H A Dsahara.c345 if (!__is_defined(DEBUG)) in sahara_decode_status()
397 if (!__is_defined(DEBUG)) in sahara_dump_descriptors()
418 if (!__is_defined(DEBUG)) in sahara_dump_links()
/linux-6.15/mm/
H A Dslab_common.c471 if (__is_defined(SLAB_SUPPORTS_SYSFS) && slab_state >= FULL) in kmem_cache_release()
/linux-6.15/drivers/usb/host/
H A Dsl811-hcd.c1293 if (__is_defined(VERBOSE) || in sl811h_hub_control()
/linux-6.15/security/smack/
H A Dsmack_lsm.c3042 if (__is_defined(SMACK_IPV6_SECMARK_LABELING)) in smack_socket_connect()