Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
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
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/
Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31") macro
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/
Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dglobal_data.h90 #define DECLARE_GLOBAL_DATA_PTR macro
113 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("x18") macro
115 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r9") macro
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dglobal_data.h20 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/third_party/uboot/u-boot-2020.01/arch/arc/include/asm/
Dglobal_data.h23 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25") macro
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dglobal_data.h32 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") macro
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Dglobal_data.h37 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dglobal_data.h34 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("k0") macro
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/
Dglobal_data.h26 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
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
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dglobal_data.h119 #define DECLARE_GLOBAL_DATA_PTR extern struct global_data *global_data_ptr macro
136 #define DECLARE_GLOBAL_DATA_PTR macro