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

/u-boot/arch/sh/include/asm/
H A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/u-boot/arch/xtensa/include/asm/
H A Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/u-boot/arch/arc/include/asm/
H A Dglobal_data.h21 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25") macro
/u-boot/arch/microblaze/include/asm/
H A Dglobal_data.h20 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31") macro
/u-boot/arch/sandbox/include/asm/
H A Dglobal_data.h27 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/u-boot/arch/m68k/include/asm/
H A Dglobal_data.h35 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") macro
/u-boot/arch/riscv/include/asm/
H A Dglobal_data.h49 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/u-boot/arch/mips/include/asm/
H A Dglobal_data.h46 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("k0") macro
/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h28 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h94 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2") macro
/u-boot/arch/arm/include/asm/
H A Dglobal_data.h116 #define DECLARE_GLOBAL_DATA_PTR macro
135 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("x18") macro
137 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r9") macro
/u-boot/arch/x86/include/asm/
H A Dglobal_data.h144 #define DECLARE_GLOBAL_DATA_PTR extern struct global_data *global_data_ptr macro
161 #define DECLARE_GLOBAL_DATA_PTR macro

Completed in 159 milliseconds