Searched refs:stub (Results 1 – 25 of 167) sorted by relevance
1234567
/arch/mn10300/ |
D | Kconfig.debug | 49 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/ |
D | module.c | 444 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/ |
D | Kconfig.debug | 18 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/ |
D | Makefile | 22 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 | .gitignore | 5 hyp-stub.S
|
/arch/frv/kernel/ |
D | Makefile | 13 debug-stub.o irq.o sleep.o uaccess.o 15 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-io.o
|
/arch/mn10300/kernel/ |
D | gdb-io-ttysm-low.S | 3 # 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
|
D | gdb-low.S | 27 # GDB stub read memory with guard 70 # GDB stub write memory with guard 110 # GDB stub BUG() trap
|
D | Makefile | 20 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-low.o
|
D | gdb-io-serial-low.S | 28 # GDB stub serial receive interrupt entry point
|
/arch/arm64/kernel/ |
D | Makefile | 19 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/ |
D | ftrace.c | 549 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()
|
D | module_64.c | 147 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/ |
D | Makefile | 90 obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o 91 AFLAGS_hyp-stub.o :=-Wa,-march=armv7-a
|
D | hyp-stub.S | 127 @ Now install the hypervisor stub:
|
/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 27 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 27 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
|
/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
|
/arch/m32r/kernel/ |
D | entry.S | 151 ; userspace resumption stub bypassing syscall exit tracing
|
/arch/powerpc/boot/dts/fsl/ |
D | qoriq-qman1.dtsi | 2 * QorIQ QMan device tree stub [ controller @ offset 0x318000 ]
|
D | pq3-usb2-dr-0.dtsi | 2 * PQ3 USB DR device tree stub [ controller @ offset 0x22000 ]
|
D | pq3-i2c-1.dtsi | 2 * PQ3 I2C device tree stub [ controller @ offset 0x3100 ]
|
D | qoriq-usb2-dr-0.dtsi | 2 * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ]
|
D | pq3-etsec2-grp2-1.dtsi | 2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]
|
1234567