Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nds32/include/asm/
H A Dglobal_data.h28 #define DECLARE_GLOBAL_DATA_PTR static volatile gd_t *gd = &g_gd macro
30 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("$r10") macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dglobal_data.h87 #define DECLARE_GLOBAL_DATA_PTR macro
110 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("x18") macro
112 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r9") macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31") macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dglobal_data.h23 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25") macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dglobal_data.h23 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dglobal_data.h32 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dglobal_data.h34 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("k0") macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h113 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2") macro
116 #define DECLARE_GLOBAL_DATA_PTR XTRN_DECLARE_GLOBAL_DATA_PTR \ macro
/openbmc/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h26 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/openbmc/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