Searched refs:symbol (Results 1 – 19 of 19) sorted by relevance
| /arch/mips/include/asm/ |
| A D | sim.h | 23 ".globl\t__" #symbol "\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) 49 ".globl\t__" #symbol "\n\t" \ 53 #symbol":\n\t" \ 64 "j\t" #symbol "\n\t" \ 65 ".end\t__" #symbol "\n\t" \ [all …]
|
| A D | asm.h | 44 #define LEAF(symbol) \ argument 46 .globl symbol; \ 49 .ent symbol, 0; \ 59 .globl symbol; \ 62 .ent symbol, 0; \ 79 .globl symbol; \ 80 symbol: 86 .globl symbol; \ 88 symbol: .insn 94 .globl symbol; \ [all …]
|
| /arch/powerpc/include/asm/ |
| A D | vdso_datapage.h | 18 .macro get_datapage ptr symbol 22 addis \ptr, \ptr, (\symbol - 999b)@ha 23 addi \ptr, \ptr, (\symbol - 999b)@l
|
| /arch/s390/lib/ |
| A D | test_kprobes.c | 12 const char *symbol, int offset) in setup_kprobe() argument 16 kp->symbol_name = symbol; in setup_kprobe()
|
| /arch/arm64/boot/ |
| A D | Makefile | 54 EFI_ZBOOT_OBJCOPY_FLAGS = --add-symbol zboot_code_size=0x$$( \
|
| /arch/arm64/kernel/ |
| A D | image-vars.h | 18 __PI_EXPORT_SYM(sym, __pi_ ## sym, Cannot export BSS symbol sym to startup code)
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | am57xx-evm.dtso | 23 // information in the base dtb symbol
|
| /arch/ |
| A D | Kconfig | 22 # IOMMUs not handled by dma-iommu. Drivers must never select this symbol. 168 This symbol should be selected by an architecture if 64 bit 184 This symbol should be selected by an architecture if it can 374 This symbol should be selected by an architecture if it provides 381 This symbol should be selected by an architecture if it supports 390 This symbol should be selected by an architecture if it 396 This symbol should be selected by an architecture if it 402 This symbol should be selected by an architecture if it supports 659 An arch should select this symbol if: 1430 An arch should select this symbol if it can support kernel stacks [all …]
|
| /arch/arm/mach-exynos/ |
| A D | suspend.c | 229 #define EXYNOS_PMU_IRQ(symbol, name) IRQCHIP_DECLARE(symbol, name, exynos_pmu_irq_init) argument
|
| /arch/mips/kvm/ |
| A D | mips.c | 241 static inline void dump_handler(const char *symbol, void *start, void *end) in dump_handler() argument 245 pr_debug("LEAF(%s)\n", symbol); in dump_handler() 255 pr_debug("\tEND(%s)\n", symbol); in dump_handler()
|
| /arch/x86/ |
| A D | Makefile | 195 KBUILD_CFLAGS += -mstack-protector-guard-symbol=__ref_stack_chk_guard
|
| /arch/openrisc/kernel/ |
| A 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/ |
| A D | TEST.DOC | 89 no symbol names, this section contains function entry points that are fixed
|
| A D | fpsp.doc | 94 no symbol names, this section contains function entry points that are fixed
|
| A D | isp.doc | 102 no symbol names, this section contains function entry points that are fixed
|
| /arch/mips/mm/ |
| A D | tlbex.c | 262 static inline void dump_handler(const char *symbol, const void *start, const void *end) in dump_handler() argument 268 pr_debug("LEAF(%s)\n", symbol); in dump_handler() 278 pr_debug("\tEND(%s)\n", symbol); in dump_handler()
|
| /arch/powerpc/platforms/ |
| A D | Kconfig.cputype | 604 This symbol controls whether we build the 32-bit VDSO. We obviously
|
| /arch/riscv/ |
| A D | Kconfig | 734 # This symbol indicates that the toolchain supports all v1.0 vector crypto
|
| /arch/arm/ |
| A D | Kconfig | 1384 Due to the fact that GCC uses an ordinary symbol reference from
|
Completed in 45 milliseconds