Searched defs:DECLARE_BITMAP (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 11 #define DECLARE_BITMAP(name,bits) \ macro
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 10 #define DECLARE_BITMAP(name,bits) \ macro
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_smp.h | 78 #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 D | types.h | 16 #define DECLARE_BITMAP(name, bits) \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_cfg.h | 24 typedef DECLARE_BITMAP(mdp5_smp_state_t, MAX_SMP_BLOCKS); typedef
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_cfg.h | 24 typedef DECLARE_BITMAP(mdp5_smp_state_t, MAX_SMP_BLOCKS); typedef
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | fpsimd.c | 700 static void sve_probe_vqs(DECLARE_BITMAP(map, SVE_VQ_MAX)) in DECLARE_BITMAP() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | types.h | 10 #define DECLARE_BITMAP(name,bits) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | types.h | 10 #define DECLARE_BITMAP(name,bits) \ macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mce.h | 255 typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); typedef
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mce.h | 253 typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); typedef
|
Completed in 8 milliseconds