Home
last modified time | relevance | path

Searched defs:DECLARE_GLOBAL_DATA_PTR (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dglobal_data.h29 #define DECLARE_GLOBAL_DATA_PTR static volatile gd_t *gd = &g_gd macro
31 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("$r10") macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dglobal_data.h85 #define DECLARE_GLOBAL_DATA_PTR macro
108 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("x18") macro
110 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r9") macro
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Dglobal_data.h18 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25") macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dglobal_data.h18 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31") macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dglobal_data.h20 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dglobal_data.h20 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dglobal_data.h18 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dglobal_data.h30 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h110 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2") macro
113 #define DECLARE_GLOBAL_DATA_PTR XTRN_DECLARE_GLOBAL_DATA_PTR \ macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dglobal_data.h35 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("k0") macro
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h27 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dglobal_data.h118 #define DECLARE_GLOBAL_DATA_PTR extern struct global_data *global_data_ptr macro
135 #define DECLARE_GLOBAL_DATA_PTR macro