Home
last modified time | relevance | path

Searched refs:STATIC_RW_DATA (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/decompress/
H A Dmm.h21 * GOT references). This is achieved by defining STATIC_RW_DATA to
24 #ifndef STATIC_RW_DATA
25 #define STATIC_RW_DATA static macro
31 STATIC_RW_DATA unsigned long malloc_ptr;
32 STATIC_RW_DATA int malloc_count;
/kernel/linux/linux-6.6/include/linux/decompress/
H A Dmm.h21 * GOT references). This is achieved by defining STATIC_RW_DATA to
24 #ifndef STATIC_RW_DATA
25 #define STATIC_RW_DATA static macro
39 STATIC_RW_DATA unsigned long malloc_ptr;
40 STATIC_RW_DATA int malloc_count;
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_crc32.c21 * STATIC_RW_DATA is used in the pre-boot environment on some architectures.
24 #ifndef STATIC_RW_DATA
25 # define STATIC_RW_DATA static macro
28 STATIC_RW_DATA uint32_t xz_crc32_table[256];
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_crc32.c21 * STATIC_RW_DATA is used in the pre-boot environment on some architectures.
24 #ifndef STATIC_RW_DATA
25 # define STATIC_RW_DATA static macro
28 STATIC_RW_DATA uint32_t xz_crc32_table[256];
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Ddecompress.c12 #define STATIC_RW_DATA /* non-static please */ macro
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Ddecompress.c12 #define STATIC_RW_DATA /* non-static please */ macro

Completed in 2 milliseconds