Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 25 of 167) sorted by relevance

1234567

/arch/mn10300/
DKconfig.debug49 bool "Break into GDB stub immediately"
52 If you say Y here, GDB stub will break into the program as soon as
57 bool "Allow software single-stepping in GDB stub"
60 Allow GDB stub to perform software single-stepping through the
73 bool "Debug GDB stub by messages to serial port"
77 during execution of the GDB stub routines. Such messages will be
78 displayed on ttyS0 if that isn't the GDB stub's port, or ttySM0
82 bool "Debug GDB stub entry"
86 from the main GDB stub routine.
89 bool "Debug GDB stub protocol"
[all …]
/arch/parisc/kernel/
Dmodule.c444 struct stub_entry *stub; in get_stub() local
457 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub()
471 stub->insns[0] = 0x20200000; /* ldil L'XXX,%r1 */ in get_stub()
472 stub->insns[1] = 0xe0202002; /* be,n R'XXX(%sr4,%r1) */ in get_stub()
474 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub()
475 stub->insns[1] |= reassemble_17(rrsel(value, addend) / 4); in get_stub()
502 stub->insns[0] = 0x0f6010db; /* ldd 0(%dp),%dp */ in get_stub()
503 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub()
506 stub->insns[0] = 0x537b0000; /* ldd 0(%dp),%dp */ in get_stub()
507 stub->insns[0] |= reassemble_16a(d); in get_stub()
[all …]
/arch/frv/
DKconfig.debug18 prompt "GDB stub port"
22 Select the on-CPU port used for GDB-stub
33 bool "Break into GDB stub immediately"
36 If you say Y here, GDB stub will break into the program as soon as
/arch/arm/boot/compressed/
DMakefile22 OBJS += hyp-stub.o
97 $(libfdt) $(libfdt_hdrs) hyp-stub.S
195 AFLAGS_hyp-stub.o := -Wa,-march=armv7-a
197 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
D.gitignore5 hyp-stub.S
/arch/frv/kernel/
DMakefile13 debug-stub.o irq.o sleep.o uaccess.o
15 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-io.o
/arch/mn10300/kernel/
Dgdb-io-ttysm-low.S3 # MN10300 On-chip serial Rx interrupt handler for GDB stub I/O
28 # GDB stub serial receive interrupt entry point
71 # debugging interrupt - enter the GDB stub proper
Dgdb-low.S27 # GDB stub read memory with guard
70 # GDB stub write memory with guard
110 # GDB stub BUG() trap
DMakefile20 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-low.o
Dgdb-io-serial-low.S28 # GDB stub serial receive interrupt entry point
/arch/arm64/kernel/
DMakefile19 hyp-stub.o psci.o cpu_ops.o insn.o \
27 $(obj)/%.stub.o: $(obj)/%.o FORCE
42 arm64-obj-$(CONFIG_EFI) += efi.o efi-entry.stub.o
/arch/powerpc/kernel/
Dftrace.c549 unsigned long stub = (unsigned long)(&ftrace_graph_stub); in ftrace_enable_ftrace_graph_caller() local
552 old = ftrace_call_replace(ip, stub, 0); in ftrace_enable_ftrace_graph_caller()
562 unsigned long stub = (unsigned long)(&ftrace_graph_stub); in ftrace_disable_ftrace_graph_caller() local
566 new = ftrace_call_replace(ip, stub, 0); in ftrace_disable_ftrace_graph_caller()
Dmodule_64.c147 struct ppc64_stub_entry *stub; in module_trampoline_target() local
156 stub = (struct ppc64_stub_entry *)addr; in module_trampoline_target()
158 if (probe_kernel_read(&magic, &stub->magic, sizeof(magic))) { in module_trampoline_target()
168 if (probe_kernel_read(&funcdata, &stub->funcdata, sizeof(funcdata))) { in module_trampoline_target()
475 struct ppc64_stub_entry *stub = (struct ppc64_stub_entry *)addr; in squash_toc_save_inst() local
481 stub->jump[2] = PPC_INST_NOP; in squash_toc_save_inst()
/arch/arm/kernel/
DMakefile90 obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o
91 AFLAGS_hyp-stub.o :=-Wa,-march=armv7-a
Dhyp-stub.S127 @ Now install the hypervisor stub:
/arch/s390/kernel/vdso64/
Dvdso64.lds.S27 *(.text .stub .text.* .gnu.linkonce.t.*)
/arch/s390/kernel/vdso32/
Dvdso32.lds.S27 *(.text .stub .text.* .gnu.linkonce.t.*)
/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/arch/m32r/kernel/
Dentry.S151 ; userspace resumption stub bypassing syscall exit tracing
/arch/powerpc/boot/dts/fsl/
Dqoriq-qman1.dtsi2 * QorIQ QMan device tree stub [ controller @ offset 0x318000 ]
Dpq3-usb2-dr-0.dtsi2 * PQ3 USB DR device tree stub [ controller @ offset 0x22000 ]
Dpq3-i2c-1.dtsi2 * PQ3 I2C device tree stub [ controller @ offset 0x3100 ]
Dqoriq-usb2-dr-0.dtsi2 * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ]
Dpq3-etsec2-grp2-1.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]

1234567