Searched refs:symbol (Results 1 – 15 of 15) 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) 46 #define save_static_function(symbol) \ argument 49 ".globl\t__" #symbol "\n\t" \ [all …]
|
D | asm.h | 42 #define LEAF(symbol) \ argument 44 .globl symbol; \ 46 .type symbol, @function; \ 47 .ent symbol, 0; \ 48 symbol: .frame sp, 0, ra; \ 55 #define NESTED(symbol, framesize, rpc) \ argument 57 .globl symbol; \ 59 .type symbol, @function; \ 60 .ent symbol, 0; \ 61 symbol: .frame sp, framesize, rpc; \ [all …]
|
/arch/mips/vdso/ |
D | Kconfig | 4 # because that relocation is not supported for that symbol. As a result
|
/arch/ |
D | Kconfig | 123 This symbol should be selected by an architecture if 64 bit 139 This symbol should be selected by an architecture if it can 253 # Select if the architecture provides the arch_dma_set_uncached symbol to 261 # Select if the architectures provides the arch_dma_clear_uncached symbol 321 This symbol should be selected by an architecture if it provides 328 This symbol should be selected by an architecture if it supports 337 This symbol should be selected by an architecture if it 343 This symbol should be selected by an architecture if it supports 470 An arch should select this symbol to support seccomp mode 1 (the fixed 482 An arch should select this symbol if it provides all of these things: [all …]
|
/arch/arm/mach-exynos/ |
D | suspend.c | 230 #define EXYNOS_PMU_IRQ(symbol, name) IRQCHIP_DECLARE(symbol, name, exynos_pmu_irq_init) argument
|
/arch/x86/ |
D | Makefile | 84 KBUILD_CFLAGS += -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard
|
/arch/mips/kvm/ |
D | mips.c | 277 static inline void dump_handler(const char *symbol, void *start, void *end) in dump_handler() argument 281 pr_debug("LEAF(%s)\n", symbol); in dump_handler() 291 pr_debug("\tEND(%s)\n", symbol); in dump_handler()
|
/arch/openrisc/kernel/ |
D | head.S | 36 #define LOAD_SYMBOL_2_GPR(gpr,symbol) \ argument 37 l.movhi gpr,hi(symbol) ;\ 38 l.ori gpr,gpr,lo(symbol)
|
/arch/m68k/ifpsp060/ |
D | TEST.DOC | 89 no symbol names, this section contains function entry points that are fixed
|
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
|
/arch/arm64/boot/dts/qcom/ |
D | sm8350.dtsi | 39 ufs_phy_rx_symbol_0_clk: ufs-phy-rx-symbol-0 { 45 ufs_phy_rx_symbol_1_clk: ufs-phy-rx-symbol-1 { 51 ufs_phy_tx_symbol_0_clk: ufs-phy-tx-symbol-0 {
|
/arch/mips/mm/ |
D | tlbex.c | 261 static inline void dump_handler(const char *symbol, const void *start, const void *end) in dump_handler() argument 267 pr_debug("LEAF(%s)\n", symbol); in dump_handler() 277 pr_debug("\tEND(%s)\n", symbol); in dump_handler()
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 524 This symbol controls whether we build the 32-bit VDSO. We obviously
|
/arch/arm/ |
D | Kconfig | 1613 Due to the fact that GCC uses an ordinary symbol reference from
|