Searched refs:symbol (Results 1 – 16 of 16) sorted by relevance
/arch/mips/include/asm/ |
D | sim.h | 20 #define save_static_function(symbol) \ argument 23 ".globl\t__" #symbol "\n\t" \ 25 ".type\t__" #symbol ", @function\n\t" \ 26 ".ent\t__" #symbol ", 0\n__" \ 27 #symbol":\n\t" \ 38 "j\t" #symbol "\n\t" \ 39 ".end\t__" #symbol "\n\t" \ 40 ".size\t__" #symbol",. - __" #symbol) 48 #define save_static_function(symbol) \ argument 51 ".globl\t__" #symbol "\n\t" \ [all …]
|
D | asm.h | 52 #define LEAF(symbol) \ argument 53 .globl symbol; \ 55 .type symbol, @function; \ 56 .ent symbol, 0; \ 57 symbol: .frame sp, 0, ra; \ 64 #define NESTED(symbol, framesize, rpc) \ argument 65 .globl symbol; \ 67 .type symbol, @function; \ 68 .ent symbol, 0; \ 69 symbol: .frame sp, framesize, rpc; \ [all …]
|
/arch/xtensa/kernel/ |
D | syscall.c | 36 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
|
/arch/arm/mach-exynos/ |
D | suspend.c | 225 #define EXYNOS_PMU_IRQ(symbol, name) IRQCHIP_DECLARE(symbol, name, exynos_pmu_irq_init) argument
|
/arch/ |
D | Kconfig | 131 This symbol should be selected by an architecture if 64 bit 147 This symbol should be selected by an architecture if it can 259 This symbol should be selected by an architecure if it supports 375 An arch should select this symbol if it provides all of these things: 399 An arch should select this symbol if it supports building with 529 An arch should select this symbol if: 789 An arch should select this symbol if it supports setting a variable 827 An arch should select this symbol if it supports running applications 951 An arch should select this symbol if it can support kernel stacks
|
/arch/metag/ |
D | Kconfig | 102 Select this from the SoC config symbol to indicate that it contains a 108 Select this from the SoC config symbol to indicate that it contains a
|
/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 107 ! Use a local label to avoid creating a symbol that will confuse the !
|
/arch/mips/kvm/ |
D | mips.c | 276 static inline void dump_handler(const char *symbol, void *start, void *end) in dump_handler() argument 280 pr_debug("LEAF(%s)\n", symbol); in dump_handler() 290 pr_debug("\tEND(%s)\n", symbol); in dump_handler()
|
/arch/openrisc/kernel/ |
D | head.S | 40 #define LOAD_SYMBOL_2_GPR(gpr,symbol) \ argument 41 l.movhi gpr,hi(symbol) ;\ 42 l.ori gpr,gpr,lo(symbol)
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 94 no symbol names, this section contains function entry points that are fixed
|
D | isp.doc | 102 no symbol names, this section contains function entry points that are fixed
|
D | TEST.DOC | 89 no symbol names, this section contains function entry points that are fixed
|
/arch/mips/mm/ |
D | tlbex.c | 256 static inline void dump_handler(const char *symbol, const u32 *handler, int count) in dump_handler() argument 260 pr_debug("LEAF(%s)\n", symbol); in dump_handler() 270 pr_debug("\tEND(%s)\n", symbol); in dump_handler()
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 392 This symbol controls whether we build the 32-bit VDSO. We obviously
|
/arch/cris/arch-v10/kernel/ |
D | head.S | 347 move.d ibr_start,$r0 ; this symbol is set by the linker script
|
/arch/arm/ |
D | Kconfig | 1553 destination of the symbol, or any candidate locations for a
|