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

/linux-4.4.14/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];
/linux-4.4.14/include/linux/decompress/
H A Dmm.h20 * GOT references). This is achieved by defining STATIC_RW_DATA to
23 #ifndef STATIC_RW_DATA
24 #define STATIC_RW_DATA static macro
30 STATIC_RW_DATA unsigned long malloc_ptr;
31 STATIC_RW_DATA int malloc_count;
/linux-4.4.14/arch/unicore32/boot/compressed/
H A Dmisc.c26 #define STATIC_RW_DATA /* non-static please */ macro
/linux-4.4.14/arch/arm/boot/compressed/
H A Ddecompress.c14 #define STATIC_RW_DATA /* non-static please */ macro

Completed in 184 milliseconds