Home
last modified time | relevance | path

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

/arch/riscv/include/asm/
A Dglobal_data.h53 #define DECLARE_GLOBAL_DATA_PTR macro
67 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/arch/sh/include/asm/
A Dglobal_data.h21 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/arch/xtensa/include/asm/
A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/arch/microblaze/include/asm/
A Dglobal_data.h21 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r31") macro
/arch/arc/include/asm/
A Dglobal_data.h23 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r25") macro
/arch/arm/include/asm/
A Dglobal_data.h117 #define DECLARE_GLOBAL_DATA_PTR macro
136 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("x18") macro
138 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r9") macro
/arch/sandbox/include/asm/
A Dglobal_data.h28 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/arch/m68k/include/asm/
A Dglobal_data.h35 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("d7") macro
/arch/nios2/include/asm/
A Dglobal_data.h29 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/arch/mips/include/asm/
A Dglobal_data.h47 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("k0") macro
/arch/x86/include/asm/
A Dglobal_data.h145 #define DECLARE_GLOBAL_DATA_PTR extern struct global_data *global_data_ptr macro
162 #define DECLARE_GLOBAL_DATA_PTR macro
/arch/powerpc/include/asm/
A Dglobal_data.h96 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r2") macro

Completed in 20 milliseconds