Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dversion.h20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dversion.h7 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dversion.h20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_helpers.h74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/kernel/liteos_m/kal/cmsis/
H A Dcmsis_liteos2.c71 #define KERNEL_VERSION (((UINT32)LITEOS_VERSION_MAJOR * 10000000UL) | \ macro

Completed in 4 milliseconds