Home
last modified time | relevance | path

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

/u-boot/arch/sh/include/asm/
A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/u-boot/arch/xtensa/include/asm/
A Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/u-boot/arch/microblaze/include/asm/
A Dglobal_data.h20 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31") macro
/u-boot/arch/arc/include/asm/
A Dglobal_data.h21 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25") macro
/u-boot/arch/sandbox/include/asm/
A Dglobal_data.h20 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/u-boot/arch/arm/include/asm/
A Dglobal_data.h111 #define DECLARE_GLOBAL_DATA_PTR macro
130 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("x18") macro
132 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r9") macro
/u-boot/arch/m68k/include/asm/
A Dglobal_data.h37 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") macro
/u-boot/arch/riscv/include/asm/
A Dglobal_data.h39 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/u-boot/arch/nios2/include/asm/
A Dglobal_data.h26 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/u-boot/arch/mips/include/asm/
A Dglobal_data.h46 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("k0") macro
/u-boot/arch/x86/include/asm/
A Dglobal_data.h138 #define DECLARE_GLOBAL_DATA_PTR extern struct global_data *global_data_ptr macro
155 #define DECLARE_GLOBAL_DATA_PTR macro
/u-boot/arch/powerpc/include/asm/
A Dglobal_data.h95 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2") macro

Completed in 18 milliseconds