Searched defs:stub (Results 1 - 3 of 3) sorted by relevance

/arch/arm64/kernel/
H A DMakefile7 CFLAGS_efi-stub.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
18 hyp-stub.o psci.o cpu_ops.o insn.o return_address.o \
34 arm64-obj-$(CONFIG_EFI) += efi.o efi-stub.o efi-entry.o
/arch/powerpc/kernel/
H A Dftrace.c490 unsigned long stub = (unsigned long)(&ftrace_graph_stub); local
493 old = ftrace_call_replace(ip, stub, 0);
503 unsigned long stub = (unsigned long)(&ftrace_graph_stub); local
507 new = ftrace_call_replace(ip, stub, 0);
/arch/parisc/kernel/
H A Dmodule.c28 * - PLT stub handling
31 * fail to reach their PLT stub if we only create one big stub array for
33 * Instead we now insert individual PLT stub entries directly in front of
35 * This reduces the distance between the PCREL location and the stub entry
124 Elf32_Word insns[2]; /* each stub entry has two insns */
132 Elf64_Word insns[4]; /* each stub entry has four insns */
448 struct stub_entry *stub; local
460 /* get address of stub entry */
461 stub
[all...]

Completed in 94 milliseconds