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

/linux-master/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-master/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;
/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c12 #define STATIC_RW_DATA /* non-static please */ macro

Completed in 445 milliseconds