Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
DKconfig305 Enable access to SIF0 through /dev/ttySM0 or gdb-stub
327 Enable access to SIF1 through /dev/ttySM1 or gdb-stub
358 Enable access to SIF2 through /dev/ttySM2 or gdb-stub
/linux-4.4.14/Documentation/
Defi-stub.txt8 jumps to are collectively known as the "EFI boot stub", and live in
10 respectively. For ARM the EFI stub is implemented in
12 arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared
13 between architectures is in drivers/firmware/efi/efi-stub-helper.c.
16 masquerades as a PE/COFF image and the EFI stub is linked into the
17 kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S
18 and arch/arm64/kernel/efi-stub.c.
20 By using the EFI boot stub it's possible to boot a Linux kernel
22 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
25 The EFI boot stub is enabled with the CONFIG_EFI_STUB kernel option.
[all …]
Dgdb-kernel-debugging.txt39 o Enable the gdb stub of QEMU/KVM, either
Dadding-syscalls.txt174 generic numbering, Kconfig changes and fallback stub implementation.
215 The file kernel/sys_ni.c provides a fallback stub implementation of each system
238 - fallback stub in kernel/sys_ni.c
415 table will also need to invoke a stub that calls on to the compat_sys_
D00-INDEX176 efi-stub.txt
177 - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems.
DCodingStyle887 files, providing no-op stub versions in the #else case, and then call those
889 any code for the stub calls, producing identical results, but the logic will
Dkernel-parameters.txt1103 boot stub, as chunking can cause problems with some
/linux-4.4.14/drivers/firmware/efi/libstub/
DMakefile26 lib-y := efi-stub-helper.o
34 lib-$(CONFIG_EFI_ARMSTUB) += arm-stub.o fdt.o string.o \
37 lib-$(CONFIG_ARM64) += arm64-stub.o
38 CFLAGS_arm64-stub.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
55 lib-$(CONFIG_EFI_ARMSTUB) := $(patsubst %.o,%.stub.o,$(lib-y))
62 $(obj)/%.stub.o: $(obj)/%.o FORCE
/linux-4.4.14/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 …]
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt6 The kernel contains a GDB stub that talks GDB remote protocol across a serial
13 GDB stub hijacks a serial port for its own purposes, and makes it
17 On the MB93091-VDK CPU boards, the GDB stub uses UART1, which would otherwise
18 be /dev/ttyS1. On the MB93093-PDK, the GDB stub uses UART0. Therefore, on the
22 Note that the GDB stub runs entirely within CPU debug mode, and so should not
40 (*) "In-kernel GDB stub"
42 Set this to "Y". This causes the GDB stub to be compiled into the
47 Set this to "Y" if you want the GDB stub to activate as soon as possible
51 (*) "Console through GDB stub"
111 GDB stub and the debugger:
[all …]
Dfeatures.txt164 that if the GDB stub is compiled in, ttyS1 will not actually be available
165 as it will be being used for the GDB stub.
175 Level 15 (Non-maskable) interrupts are dealt with by the GDB stub if
176 present, and cause a panic if not. If the GDB stub is present, ttyS1's
Dmmu-layout.txt209 The gdb-stub included in this kernel provides a number of services to aid in the debugging of MMU
213 variable is defined in arch/frv/kernel/gdb-stub.c. Note that the gdbinit file in this
Dbooting.txt78 This will start the kernel running. Note that if the GDB-stub is compiled in,
/linux-4.4.14/Documentation/arm/
Duefi.txt25 UEFI stub
27 The "stub" is a feature that extends the Image/zImage into a valid UEFI
32 The kernel image built with stub support remains a valid kernel image for
38 when boot is performed through the stub.
40 When booting in UEFI mode, the stub deletes any memory nodes from a provided DT.
43 The stub populates the FDT /chosen node with (and the kernel scans for) the
/linux-4.4.14/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
/linux-4.4.14/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
Dentry.S164 # userspace resumption stub bypassing syscall exit tracing
/linux-4.4.14/arch/arm64/kernel/
DMakefile17 hyp-stub.o psci.o psci-call.o cpu_ops.o insn.o \
25 $(obj)/%.stub.o: $(obj)/%.o FORCE
40 arm64-obj-$(CONFIG_EFI) += efi.o efi-entry.stub.o
/linux-4.4.14/arch/arm/boot/compressed/
DMakefile22 OBJS += hyp-stub.o
100 hyp-stub.S
187 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
D.gitignore5 hyp-stub.S
/linux-4.4.14/arch/frv/kernel/
DMakefile13 debug-stub.o irq.o sleep.o uaccess.o
15 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-io.o
Dhead.S522 # invoke the debugging stub if present
523 # - arch/frv/kernel/debug-stub.c will shift control directly to init/main.c
Dbreak.S466 # we'll want to try the trap stub again
/linux-4.4.14/arch/powerpc/kernel/
Dftrace.c490 unsigned long stub = (unsigned long)(&ftrace_graph_stub); in ftrace_enable_ftrace_graph_caller() local
493 old = ftrace_call_replace(ip, stub, 0); in ftrace_enable_ftrace_graph_caller()
503 unsigned long stub = (unsigned long)(&ftrace_graph_stub); in ftrace_disable_ftrace_graph_caller() local
507 new = ftrace_call_replace(ip, stub, 0); in ftrace_disable_ftrace_graph_caller()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dhi6220-clock.txt18 - "hisilicon,hi6220-stub-clk"
42 compatible = "hisilicon,hi6220-stub-clk";
/linux-4.4.14/Documentation/i2c/
Di2c-stub1 MODULE: i2c-stub
36 There's a script named i2c-stub-from-dump in the i2c-tools package which
60 stub could lock it up. Use i2cset to unlock it.
/linux-4.4.14/drivers/clk/hisilicon/
DMakefile11 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o
DKconfig12 Build the Hisilicon Hi6220 stub clock driver.
/linux-4.4.14/drivers/i2c/
DMakefile11 obj-$(CONFIG_I2C_STUB) += i2c-stub.o
DKconfig109 in <file:Documentation/i2c/i2c-stub>.
/linux-4.4.14/Documentation/tpm/
Dxen-tpmfront.txt77 * vtpm-stubdom: A mini-os stub domain that implements a vTPM. There is a
106 the vTPM and vTPM Manager stub domains. Once the stub domains are running, a
/linux-4.4.14/arch/xtensa/kernel/
DMakefile11 obj-$(CONFIG_KGDB) += xtensa-stub.o
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt114 ftrace_graph_entry_stub). If either of those is not set to the relevant stub
202 along to ftrace_push_return_trace() instead of a stub value of 0.
256 - mcount() (new stub)
274 will be able to stub it out like so:
290 stub function. This is because the mcount() will only be used during boot
375 - add a nop stub after the ftrace_call location named ftrace_graph_call;
376 stub needs to be large enough to support a call to ftrace_graph_caller()
Dftrace.txt2134 (which is just a function stub). They now call into the ftrace
/linux-4.4.14/drivers/pci/
DMakefile55 obj-$(CONFIG_PCI_STUB) += pci-stub.o
/linux-4.4.14/drivers/xen/
DMakefile32 obj-$(CONFIG_XEN_STUB) += xen-stub.o
DKconfig207 bool "Xen stub drivers"
211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
/linux-4.4.14/arch/s390/kernel/vdso64/
Dvdso64.lds.S27 *(.text .stub .text.* .gnu.linkonce.t.*)
/linux-4.4.14/arch/s390/kernel/vdso32/
Dvdso32.lds.S27 *(.text .stub .text.* .gnu.linkonce.t.*)
/linux-4.4.14/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/linux-4.4.14/arch/arm/kernel/
Dhyp-stub.S126 @ Now install the hypervisor stub:
DMakefile89 obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o
Dentry-armv.S1021 * Common stub entry macro:
/linux-4.4.14/arch/m68k/ifpsp060/
DCHANGES96 "call-out" stub by the user as appropriate. The MC68060 User's Manual
118 "call-out" stub by the user as appropriate. The MC68060 User's Manual
/linux-4.4.14/arch/m32r/kernel/
Dentry.S151 ; userspace resumption stub bypassing syscall exit tracing
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dqoriq-gpio-1.dtsi2 * QorIQ GPIO device tree stub [ controller @ offset 0x131000 ]
Dqoriq-qman1.dtsi2 * QorIQ QMan device tree stub [ controller @ offset 0x318000 ]
Dpq3-mpic-timer-B.dtsi2 * PQ3 MPIC Timer (Group B) device tree stub [ controller @ offset 0x42100 ]
Dpq3-espi-0.dtsi2 * PQ3 eSPI device tree stub [ controller @ offset 0x7000 ]
Dpq3-mpic-message-B.dtsi2 * PQ3 MPIC Message (Group B) device tree stub [ controller @ offset 0x42400 ]
Dpq3-esdhc-0.dtsi2 * PQ3 eSDHC device tree stub [ controller @ offset 0x2e000 ]
Dpq3-sata2-0.dtsi2 * PQ3 SATAv2 device tree stub [ controller @ offset 0x18000 ]
Dqoriq-gpio-0.dtsi2 * QorIQ GPIO device tree stub [ controller @ offset 0x130000 ]
Dqoriq-qman3.dtsi2 * QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ]
Dpq3-usb2-dr-1.dtsi2 * PQ3 USB DR device tree stub [ controller @ offset 0x23000 ]
Dpq3-sata2-1.dtsi2 * PQ3 SATAv2 device tree stub [ controller @ offset 0x19000 ]
Dqoriq-usb2-dr-0.dtsi2 * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ]
Dqoriq-espi-0.dtsi2 * QorIQ eSPI device tree stub [ controller @ offset 0x110000 ]
Dqonverge-usb2-dr-0.dtsi2 * QorIQ Qonverge USB Host device tree stub [ controller @ offset 0x210000 ]
Dpq3-usb2-dr-0.dtsi2 * PQ3 USB DR device tree stub [ controller @ offset 0x22000 ]
Dqoriq-gpio-3.dtsi2 * QorIQ GPIO device tree stub [ controller @ offset 0x133000 ]
Dpq3-etsec2-grp2-2.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb6000 ]
Dqoriq-esdhc-0.dtsi2 * QorIQ eSDHC device tree stub [ controller @ offset 0x114000 ]
Dqoriq-bman1.dtsi2 * QorIQ BMan device tree stub [ controller @ offset 0x31a000 ]
Dpq3-etsec2-grp2-0.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb4000 ]
Dpq3-etsec2-grp2-1.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]
Dqoriq-sata2-1.dtsi2 * QorIQ SATAv2 device tree stub [ controller @ offset 0x221000 ]
Dpq3-gpio-0.dtsi2 * PQ3 GPIO device tree stub [ controller @ offset 0xfc00 ]
Dqoriq-gpio-2.dtsi2 * QorIQ GPIO device tree stub [ controller @ offset 0x132000 ]
Dpq3-i2c-1.dtsi2 * PQ3 I2C device tree stub [ controller @ offset 0x3100 ]
Dqoriq-usb2-mph-0.dtsi2 * QorIQ USB Host device tree stub [ controller @ offset 0x210000 ]
Dpq3-etsec1-timer-0.dtsi2 * PQ3 eTSEC Timer (IEEE 1588) device tree stub [ @ offsets 0x24e00 ]
Dpq3-i2c-0.dtsi2 * PQ3 I2C device tree stub [ controller @ offset 0x3000 ]
Dqoriq-sata2-0.dtsi2 * QorIQ SATAv2 device tree stub [ controller @ offset 0x220000 ]
Dpq3-sec3.1-0.dtsi2 * PQ3 Sec/Crypto 3.1 device tree stub [ controller @ offset 0x30000 ]
Dqoriq-duart-0.dtsi2 * QorIQ DUART device tree stub [ controller @ offset 0x11c000 ]
Dpq3-etsec2-1.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x25000/0xb1000 ]
Dpq3-etsec1-0.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ]
Dpq3-sec3.3-0.dtsi2 * PQ3 Sec/Crypto 3.3 device tree stub [ controller @ offset 0x30000 ]
Dpq3-etsec2-0.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
Dqoriq-duart-1.dtsi2 * QorIQ DUART device tree stub [ controller @ offset 0x11d000 ]
Dqoriq-i2c-1.dtsi2 * QorIQ I2C device tree stub [ controller @ offset 0x119000 ]
Dqoriq-i2c-0.dtsi2 * QorIQ I2C device tree stub [ controller @ offset 0x118000 ]
Dpq3-etsec1-1.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ]
Dpq3-etsec2-2.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x26000/0xb2000 ]
Dpq3-sec3.0-0.dtsi2 * PQ3 Sec/Crypto 3.0 device tree stub [ controller @ offset 0x30000 ]
Dpq3-duart-0.dtsi2 * PQ3 DUART device tree stub [ controller @ offset 0x4000 ]
Dpq3-sec2.1-0.dtsi2 * PQ3 Sec/Crypto 2.1 device tree stub [ controller @ offset 0x30000 ]
Dpq3-etsec1-3.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ]
Dinterlaken-lac.dtsi2 * T4 Interlaken Look-aside Controller (LAC) device tree stub
Dpq3-etsec1-2.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ]
Dqoriq-fman3-1-1g-2.dtsi2 * QorIQ FMan v3 1g port #2 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman-1-1g-0.dtsi2 * QorIQ FMan 1g port #0 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman3-0-1g-2.dtsi2 * QorIQ FMan v3 1g port #2 device tree stub [ controller @ offset 0x400000 ]
Dpq3-dma-1.dtsi2 * PQ3 DMA device tree stub [ controller @ offset 0xc300 ]
Dqoriq-fman3-0-10g-1.dtsi2 * QorIQ FMan v3 10g port #1 device tree stub [ controller @ offset 0x400000 ]
Dpq3-mpic.dtsi2 * PQ3 MPIC device tree stub [ controller @ offset 0x40000 ]
Dqoriq-fman-1-1g-4.dtsi2 * QorIQ FMan 1g port #4 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman3-1-1g-1.dtsi2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman-0-1g-4.dtsi2 * QorIQ FMan 1g port #4 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-0-1g-0.dtsi2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-1-1g-0.dtsi2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-dma-1.dtsi2 * QorIQ DMA device tree stub [ controller @ offset 0x101000 ]
Dqoriq-fman3-1-10g-0.dtsi2 * QorIQ FMan v3 10g port #0 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman-0-10g-0.dtsi2 * QorIQ FMan 10g port #0 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman-1-1g-1.dtsi2 * QorIQ FMan 1g port #1 device tree stub [ controller @ offset 0x500000 ]
Dpq3-dma-0.dtsi2 * PQ3 DMA device tree stub [ controller @ offset 0x21000 ]
Dqoriq-fman3-1-1g-3.dtsi2 * QorIQ FMan v3 1g port #3 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-rmu-0.dtsi2 * QorIQ RIO Message Unit device tree stub [ controller @ offset 0xd3000 ]
Dqoriq-fman3-0-10g-0-best-effort.dtsi2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-0-1g-5.dtsi2 * QorIQ FMan v3 1g port #5 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-0-10g-0.dtsi2 * QorIQ FMan v3 10g port #0 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-0-1g-4.dtsi2 * QorIQ FMan v3 1g port #4 device tree stub [ controller @ offset 0x400000 ]
Dpq3-rmu-0.dtsi2 * PQ3 RIO Message Unit device tree stub [ controller @ offset 0xd3000 ]
Dqoriq-fman-0-1g-1.dtsi2 * QorIQ FMan 1g port #1 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-1-1g-5.dtsi2 * QorIQ FMan v3 1g port #5 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman3-0-10g-1-best-effort.dtsi2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-dma-0.dtsi2 * QorIQ DMA device tree stub [ controller @ offset 0x100000 ]
Dqoriq-fman-0-1g-3.dtsi2 * QorIQ FMan 1g port #3 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman-1-1g-3.dtsi2 * QorIQ FMan 1g port #3 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman-1-10g-0.dtsi2 * QorIQ FMan 10g port #0 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman-0-1g-2.dtsi2 * QorIQ FMan 1g port #2 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman-0-1g-0.dtsi2 * QorIQ FMan 1g port #0 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-1-1g-4.dtsi2 * QorIQ FMan v3 1g port #4 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman3-1-10g-1.dtsi2 * QorIQ FMan v3 10g port #1 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-sec6.0-0.dtsi2 * QorIQ Sec/Crypto 6.0 device tree stub
Dqoriq-fman-1-1g-2.dtsi2 * QorIQ FMan 1g port #2 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-fman3-0-1g-3.dtsi2 * QorIQ FMan v3 1g port #3 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-0-1g-1.dtsi2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x400000 ]
Delo3-dma-1.dtsi2 * QorIQ Elo3 DMA device tree stub [ controller @ offset 0x101000 ]
Dbsc9131rdb.dtsi2 * BSC9131 RDB Device Tree Source stub (no addresses or top-level ranges)
Dp1010rdb-pa.dtsi2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
Dpq3-sec4.4-0.dtsi2 * PQ3 Sec/Crypto 4.4 device tree stub [ controller @ offset 0x30000 ]
Dqoriq-clockgen2.dtsi2 * QorIQ clock control device tree stub [ controller @ offset 0xe1000 ]
Dp1010rdb_32b.dtsi2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
Delo3-dma-2.dtsi2 * QorIQ Elo3 DMA device tree stub [ controller @ offset 0x102300 ]
Dqoriq-mpic.dtsi2 * QorIQ MPIC device tree stub [ controller @ offset 0x40000 ]
Delo3-dma-0.dtsi2 * QorIQ Elo3 DMA device tree stub [ controller @ offset 0x100000 ]
Dqoriq-raid1.0-0.dtsi2 * QorIQ RAID 1.0 device tree stub [ controller @ offset 0x320000 ]
Dp1010rdb_36b.dtsi2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
Dqoriq-fman-0.dtsi2 * QorIQ FMan device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3l-0.dtsi2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman-1.dtsi2 * QorIQ FMan device tree stub [ controller @ offset 0x500000 ]
Dqoriq-sec4.0-0.dtsi2 * QorIQ Sec/Crypto 4.0 device tree stub [ controller @ offset 0x300000 ]
Dbsc9132qds.dtsi2 * BSC9132 QDS Device Tree Source stub (no addresses or top-level ranges)
Dqoriq-bman1-portals.dtsi2 * QorIQ BMan Portal device tree stub for 10 portals
Dqoriq-qman1-portals.dtsi2 * QorIQ QMan Portal device tree stub for 10 portals & 15 pool channels
Dqoriq-fman3-0.dtsi2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ]
Dqoriq-fman3-1.dtsi2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x500000 ]
Dqoriq-mpic4.3.dtsi2 * QorIQ MPIC device tree stub [ controller @ offset 0x40000 ]
Dqoriq-clockgen1.dtsi2 * QorIQ clock control device tree stub [ controller @ offset 0xe1000 ]
Dqoriq-sec5.0-0.dtsi2 * QorIQ Sec/Crypto 5.0 device tree stub [ controller @ offset 0x300000 ]
Dqoriq-sec4.2-0.dtsi2 * QorIQ Sec/Crypto 4.2 device tree stub [ controller @ offset 0x300000 ]
Dp1020utm-pc.dtsi2 * P1020 UTM-PC Device Tree Source stub (no addresses or top-level ranges)
Dp1020mbg-pc.dtsi2 * P1020 MBG-PC Device Tree Source stub (no addresses or top-level ranges)
Dqoriq-sec5.3-0.dtsi2 * QorIQ Sec/Crypto 5.3 device tree stub [ controller @ offset 0x300000 ]
Dqoriq-sec5.2-0.dtsi2 * QorIQ Sec/Crypto 5.2 device tree stub [ controller @ offset 0x300000 ]
Dmpc8544ds.dtsi2 * MPC8544DS Device Tree Source stub (no addresses or top-level ranges)
Dinterlaken-lac-portals.dtsi1 /* T4240 Interlaken LAC Portal device tree stub with 24 portals.
Dmpc8536ds.dtsi2 * MPC8536DS Device Tree Source stub (no addresses or top-level ranges)
Dp1022ds.dtsi2 * P1022 DS Device Tree Source stub (no addresses or top-level ranges)
Dp1010rdb.dtsi2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
Dp1024rdb.dtsi2 * P1024 RDB Device Tree Source stub (no addresses or top-level ranges)
Dp1020rdb.dtsi2 * P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
Dp2020rdb-pc.dtsi2 * P2020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
Dp1020rdb-pc.dtsi2 * P1020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
Dp1021rdb-pc.dtsi2 * P1021 RDB Device Tree Source stub (no addresses or top-level ranges)
Dp2020ds.dtsi2 * P2020DS Device Tree Source stub (no addresses or top-level ranges)
Dp1025twr.dtsi2 * P1025 TWR Device Tree Source stub (no addresses or top-level ranges)
Dmpc8548cds.dtsi2 * MPC8548CDS Device Tree Source stub (no addresses or top-level ranges)
Dp1025rdb.dtsi2 * P1025 RDB Device Tree Source stub (no addresses or top-level ranges)
Dmpc8572ds.dtsi2 * MPC8572DS Device Tree Source stub (no addresses or top-level ranges)
/linux-4.4.14/Documentation/zh_CN/arm64/
Dbooting.txt111stub 代码完成了它的使命,它会跳转到 code0 继续正常的启动流程。
/linux-4.4.14/arch/um/kernel/
Ddyn.lds.S73 *(.stub .text.* .gnu.linkonce.t.*)
/linux-4.4.14/arch/x86/entry/
Dentry_32.S249 # userspace resumption stub bypassing syscall exit tracing
290 # SYSENTER call handler stub
342 # system call handler stub
/linux-4.4.14/arch/sh/
DKconfig.debug12 Say Y here if your target has the gdb-sh-stub
/linux-4.4.14/arch/sparc/kernel/
Dhead_32.S439 stub %g1, [%g2 + %lo(boot_cpu_id)]
538 stub %g3, [%g2 + %lo(boot_cpu_id)]
/linux-4.4.14/arch/sh/kernel/cpu/sh2/
Dentry.S116 add #-4,r2 ! exception frame stub (sr)
/linux-4.4.14/tools/perf/
Ddesign.txt455 - asm/perf_event.h - a basic stub will suffice at first
459 weak stub hw_perf_event_init() to register hardware counters.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S36 # to call a given routine. The stub routine actually performs the
37 # callout. The ISP code does a "bsr" to the stub routine. This
Dpfpsp.S36 # to call a given routine. The stub routine actually performs the
37 # callout. The FPSP code does a "bsr" to the stub routine. This
Dfpsp.S37 # to call a given routine. The stub routine actually performs the
38 # callout. The FPSP code does a "bsr" to the stub routine. This
/linux-4.4.14/drivers/net/can/
Drcar_can.c40 u8 stub; /* Not used */ member
/linux-4.4.14/Documentation/arm64/
Dbooting.txt95 entry point (efi_stub_entry). When the stub has done its work, it
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-pci273 driver_override file (echo pci-stub > driver_override) and
/linux-4.4.14/Documentation/scsi/
Daic7xxx.txt131 SCSI "stub" effects.
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt60 provided my routines with little stub interfaces so they can be
/linux-4.4.14/arch/arm64/
DKconfig743 clock, and platform reset). A UEFI stub is also provided to
/linux-4.4.14/arch/x86/
DKconfig1701 bool "EFI stub support"
1708 See Documentation/efi-stub.txt for more information.
1719 kernel via the EFI boot stub - a bootloader that supports
/linux-4.4.14/Documentation/x86/
Dboot.txt1109 boot stub. The boot loader is required to load the kernel/initrd(s)
/linux-4.4.14/init/
DKconfig340 # Kind of a stub config for the pure tick based cputime accounting
/linux-4.4.14/
DCREDITS1560 D: i2c-sis96x and i2c-stub SMBus drivers
DMAINTAINERS4096 F: Documentation/efi-stub.txt
5184 F: drivers/i2c/i2c-stub.c
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt2185 #define KVM_PIT_SPEAKER_DUMMY 1 /* emulate speaker port stub */