Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/arch/powerpc/boot/
DzImage.ps3.lds.S7 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) }
12 .kernel:dtb : { *(.kernel:dtb) }
17 .kernel:initrd : { *(.kernel:initrd) }
DzImage.lds.S47 .kernel:dtb :
50 *(.kernel:dtb)
55 .kernel:vmlinux.strip :
58 *(.kernel:vmlinux.strip)
63 .kernel:initrd :
66 *(.kernel:initrd)
DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
5 objcopy -j .kernel:System.map -O binary zImage System.map.gz
6 objcopy -j .kernel:.config -O binary zImage config.gz
7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
Dwrapper35 kernel=
155 [ -z "$kernel" ] || usage
156 kernel="$1"
173 if [ -z "$kernel" ]; then
174 kernel=vmlinux
177 LANG=C elfformat="`${CROSS}objdump -p "$kernel" | grep 'file format' | awk '{print $4}'`"
212 ksection=.kernel:vmlinux.strip
213 isection=.kernel:initrd
291 ksection=.kernel:vmlinux.bin
292 isection=.kernel:initrd
[all …]
DzImage.coff.lds.S23 *(.kernel:dtb)
27 *(.kernel:vmlinux.strip)
31 *(.kernel:initrd)
/arch/arm/mach-ep93xx/
DKconfig14 Enable kernel support for MaverickCrunch.
21 Say 'Y' here if you want your kernel to support the ADS
31 Say 'Y' here if you want your kernel to support the Cirrus
38 Say 'Y' here if you want your kernel to support the Cirrus
45 Say 'Y' here if you want your kernel to support the Cirrus
52 Say 'Y' here if you want your kernel to support the Cirrus
59 Say 'Y' here if you want your kernel to support the Cirrus
66 Say 'Y' here if you want your kernel to support the Cirrus
73 Say 'Y' here if you want your kernel to support the Cirrus
80 Say 'Y' here if you want your kernel to support the Cirrus
[all …]
/arch/arm64/
DKconfig.debug6 bool "Export kernel pagetable layout to userspace via debugfs"
10 Say Y here if you want to show the kernel pagetable layout in a
11 debugfs file. This information is only useful for kernel developers
12 who are working in architecture specific areas of the kernel.
14 kernel.
21 Enabling this option causes the kernel to write the current PID to
24 planning to use hardware trace tools with this kernel.
30 of the kernel to be randomized at build-time. When selected,
32 build of the kernel, and the offset will be reflected in the
36 This option is intended for bootloader and/or kernel testing
[all …]
/arch/tile/gxio/
DKconfig2 # gxio library, or from kernel space, via kernel IORPC support.
8 # TILE-Gx mPIPE and Trio hardware from kernel space.
13 # Support direct access to the TILE-Gx mPIPE hardware from kernel space.
19 # Support direct access to the TILE-Gx TRIO hardware from kernel space.
25 # Support direct access to the TILE-Gx USB hardware from kernel space.
30 # Support direct access to the TILE-Gx UART hardware from kernel space.
/arch/hexagon/lib/
Dmemcpy.S177 #define kernel R4 /* number of 32byte chunks in kernel */ macro
257 kernel = sub(len, prolog); define
264 epilog = and(kernel, #31);
270 kernel = lsr(kernel, #5); define
281 nokernel = cmp.eq(kernel,#0);
290 p2 = cmp.eq(kernel, #1); /* skip ovr if kernel == 0 */
353 p3 = cmp.gtu(kernel, #0);
355 if(p3.new) kernel = add(kernel, #-1);
360 nokernel = cmp.eq(kernel, #0); /* after adjustment, recheck */
369 loop0(.Loword_loop_25to31, kernel);
[all …]
/arch/nios2/
DKconfig51 source "kernel/Kconfig.preempt"
53 source "kernel/Kconfig.freezer"
55 source "kernel/Kconfig.hz"
64 The kernel memory allocator divides physically contiguous memory
66 pages. This option selects the largest power of two that the kernel
100 bool "Default bootloader kernel arguments"
104 string "Default kernel command string"
109 pass arguments to the kernel. For these platforms, you can supply
111 other cases you can specify kernel args so that you don't have
115 bool "Force default kernel command string"
[all …]
/arch/arm/mach-orion5x/
DKconfig26 Say 'Y' here if you want your kernel to support the
33 Say 'Y' here if you want your kernel to support the
40 Say 'Y' here if you want your kernel to support the
48 Say 'Y' here if you want your kernel to support the Marvell
55 Say 'Y' here if you want your kernel to support the
63 Say 'Y' here if you want your kernel to support the
70 Say 'Y' here if you want your kernel to support the
76 Say 'Y' here if you want your kernel to support the
83 Say 'Y' here if you want your kernel to support the
91 Say 'Y' here if you want your kernel to support the
[all …]
/arch/c6x/
DKconfig42 bool "Build a big kernel"
45 This is sufficient for most kernels, but some kernel configurations
48 function calls with 32-bit range. This will make the kernel both
55 # Use the generic interrupt handling code in kernel/irq/
57 source "kernel/Kconfig.freezer"
60 bool "Default bootloader kernel arguments"
68 to pass arguments to the kernel. For these architectures, you should
73 bool "Force default kernel command string"
77 Set this to have arguments from the default kernel command string
81 bool "Build big-endian kernel"
[all …]
/arch/s390/
DKconfig.debug9 bool "Export kernel pagetable layout to userspace via debugfs"
13 Say Y here if you want to show the kernel pagetable layout in a
14 debugfs file. This information is only useful for kernel developers
15 who are working in architecture specific areas of the kernel.
17 kernel.
/arch/metag/
DKconfig.debug10 bool "Use 4Kb for kernel stacks instead of 8Kb"
13 If you say Y here the kernel will use a 4Kb stacksize for the
14 kernel stack attached to each process/thread. This facilitates
22 If you say Y here the kernel will use the Meta hardware trace
27 bool "Poison catch buffer contents on kernel entry"
29 If you say Y here the kernel will write poison data to the
30 catch buffer registers on kernel entry. This will make any
/arch/um/
D.gitignore1 kernel/config.c
2 kernel/config.tmp
3 kernel/vmlinux.lds
/arch/arm/mach-ks8695/
DKconfig9 Say 'Y' here if you want your kernel to run on the original
15 Say 'Y' here if you want your kernel to run on the D-Link
21 say 'Y' here if you want your kernel to run on the Brivo
27 Say 'Y' here if you want your kernel to support the
34 Say 'Y' here if you want your kernel to support the
41 Say 'Y' here if you want your kernel to support the
49 Say 'Y' here if you want your kernel to support the OpenGear
57 Say 'Y' here if you want your kernel to support the OpenGear
65 Say 'Y' here if you want your kernel to support the OpenGear
73 Say 'Y' here if you want your kernel to support the OpenGear
[all …]
/arch/arm/mach-footbridge/
DKconfig14 Say Y here if you intend to run this kernel on the CATS.
16 Saying N will reduce the size of the Footbridge kernel.
25 Say Y here if you intend to run this kernel on the Compaq
28 Saying N will reduce the size of the Footbridge kernel.
44 Say Y here if you intend to run this kernel on the EBSA285 card
47 Saying N will reduce the size of the Footbridge kernel.
58 Say Y here if you intend to run this kernel on the EBSA285 card
61 Saying N will reduce the size of the Footbridge kernel.
72 Say Y here if you intend to run this kernel on the Rebel.COM
77 Saying N will reduce the size of the Footbridge kernel.
/arch/microblaze/
DKconfig72 source "kernel/Kconfig.freezer"
78 source "kernel/Kconfig.preempt"
80 source "kernel/Kconfig.hz"
89 bool "Default bootloader kernel arguments"
92 string "Default kernel command string"
97 to pass arguments to the kernel. For these architectures, you should
102 bool "Force default kernel command string"
106 Set this to have arguments from the default kernel command string
114 This kernel feature is useful for number crunching applications
135 bool "Prompt for advanced kernel configuration options"
[all …]
/arch/alpha/kernel/
Dvmlinux.lds.S10 PHDRS { kernel PT_LOAD; note PT_NOTE; }
29 } :kernel
33 NOTES :kernel :note
36 } :kernel
/arch/frv/kernel/
Dentry-table.S24 # (2) The trap table for kernel mode
35 # The user and kernel trap tables use the same prologue for normal
39 # (5) The fixup table for kernel-trap single-step
47 # The linker script places the user mode and kernel mode trap tables on to
65 # trap table for entry from kernel mode
66 .section .trap.kernel,"ax"
84 .section .trap.fixup.kernel,"a"
97 .section .trap.kernel
100 .section .trap.fixup.kernel
116 .section .trap.kernel
[all …]
/arch/arc/
DKconfig.debug6 bool "Use 16Kb for kernel stacks instead of 8Kb"
8 If you say Y here the kernel will use a 16Kb stacksize for the
9 kernel stack attached to each process/thread. The default is 8K.
10 This increases the resident kernel footprint and will cause less
/arch/tile/
DKconfig152 source "kernel/Kconfig.freezer"
163 smaller kernel memory footprint results from using a smaller
170 This lets you select the page size of the kernel. For best
190 source "kernel/Kconfig.hz"
197 current kernel, and to start another kernel. It is like a reboot
209 If enabled, the kernel will support running TILE-Gx binaries
216 This kernel feature is useful for number crunching applications
241 mapped" by the kernel. The physical memory that's not
244 If you are compiling a kernel which will never run on a
246 "false" here. This will result in the kernel mapping all of
[all …]
/arch/mips/netlogic/
DKconfig9 Add an FDT blob for XLP EVP boards into the kernel.
11 pointer to the kernel. The corresponding DTS file is at
19 Add an FDT blob for XLP VP boards into the kernel.
21 pointer to the kernel. The corresponding DTS file is at
29 Add an FDT blob for XLP FVP board into the kernel.
31 pointer to the kernel. The corresponding DTS file is at
39 Add an FDT blob for XLP GVP board into the kernel.
41 pointer to the kernel. The corresponding DTS file is at
48 Add an FDT blob for XLP RVP board into the kernel.
50 pointer to the kernel. The corresponding DTS file is at
/arch/cris/arch-v10/
DREADME.mm35 segmentation of the kernel memory space. We use this feature to avoid having
36 to use page-tables to map the physical memory into the kernel's address
38 map during kernel-mode, so that the kernel easily can access the corresponding
41 As a comparison, the Linux/i386 2.0 puts the kernel and physical RAM at
44 map through. That changed in 2.2, putting the kernel/physical RAM at
50 The kernel-mode segmentation map:
54 | kernel seg_f | flash | |
57 | kernel seg_e | flash | |
60 | kernel seg_d | =======> | |
63 | kernel seg_c |==\ | |
[all …]
/arch/s390/kernel/
Dhead_kdump.S16 # kdump entry (new kernel - not yet relocated)
32 lghi %r2,0 # Yes: Start kdump kernel
68 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp
69 mvc 0(256,%r5),0(%r11) # Copy new kernel to old
77 basr %r14,%r14 # Start relocated kernel
83 # Startup of kdump (relocated new kernel)
88 0: lpswe .Lrestart_psw-0b(%r13) # Start new kernel...

12345678910>>...21