Home
last modified time | relevance | path

Searched defs:DECLARE_BITMAP (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/tools/include/linux/
H A Dbitmap.h11 #define DECLARE_BITMAP(name,bits) \ macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dbitmap.h10 #define DECLARE_BITMAP(name,bits) \ macro
/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.h78 #undef DECLARE_BITMAP macro
80 #define DECLARE_BITMAP(name, bits) uint64_t name[BITS_TO_LONGS(bits)] macro
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h16 #define DECLARE_BITMAP(name, bits) \ macro
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.h24 typedef DECLARE_BITMAP(mdp5_smp_state_t, MAX_SMP_BLOCKS); typedef
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.h24 typedef DECLARE_BITMAP(mdp5_smp_state_t, MAX_SMP_BLOCKS); typedef
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dfpsimd.c700 static void sve_probe_vqs(DECLARE_BITMAP(map, SVE_VQ_MAX)) in DECLARE_BITMAP() function
/kernel/linux/linux-5.10/include/linux/
H A Dtypes.h10 #define DECLARE_BITMAP(name,bits) \ macro
/kernel/linux/linux-6.6/include/linux/
H A Dtypes.h10 #define DECLARE_BITMAP(name,bits) \ macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmce.h255 typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); typedef
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmce.h253 typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); typedef

Completed in 8 milliseconds