Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 19 of 19) sorted by relevance

/arch/mips/include/asm/
A Dsim.h23 ".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 Dasm.h44 #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 Dvdso_datapage.h18 .macro get_datapage ptr symbol
22 addis \ptr, \ptr, (\symbol - 999b)@ha
23 addi \ptr, \ptr, (\symbol - 999b)@l
/arch/s390/lib/
A Dtest_kprobes.c12 const char *symbol, int offset) in setup_kprobe() argument
16 kp->symbol_name = symbol; in setup_kprobe()
/arch/arm64/boot/
A DMakefile54 EFI_ZBOOT_OBJCOPY_FLAGS = --add-symbol zboot_code_size=0x$$( \
/arch/arm64/kernel/
A Dimage-vars.h18 __PI_EXPORT_SYM(sym, __pi_ ## sym, Cannot export BSS symbol sym to startup code)
/arch/arm/boot/dts/ti/omap/
A Dam57xx-evm.dtso23 // information in the base dtb symbol
/arch/
A DKconfig22 # 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 Dsuspend.c229 #define EXYNOS_PMU_IRQ(symbol, name) IRQCHIP_DECLARE(symbol, name, exynos_pmu_irq_init) argument
/arch/mips/kvm/
A Dmips.c241 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 DMakefile195 KBUILD_CFLAGS += -mstack-protector-guard-symbol=__ref_stack_chk_guard
/arch/openrisc/kernel/
A Dhead.S36 #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 DTEST.DOC89 no symbol names, this section contains function entry points that are fixed
A Dfpsp.doc94 no symbol names, this section contains function entry points that are fixed
A Disp.doc102 no symbol names, this section contains function entry points that are fixed
/arch/mips/mm/
A Dtlbex.c262 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 DKconfig.cputype604 This symbol controls whether we build the 32-bit VDSO. We obviously
/arch/riscv/
A DKconfig734 # This symbol indicates that the toolchain supports all v1.0 vector crypto
/arch/arm/
A DKconfig1384 Due to the fact that GCC uses an ordinary symbol reference from

Completed in 45 milliseconds