Home
last modified time | relevance | path

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

12345678910>>...20

/arch/powerpc/boot/
DzImage.lds.S48 .kernel:dtb :
51 *(.kernel:dtb)
56 .kernel:vmlinux.strip :
59 *(.kernel:vmlinux.strip)
64 .kernel:initrd :
67 *(.kernel:initrd)
72 .kernel:esm_blob :
75 *(.kernel:esm_blob)
DzImage.ps3.lds.S8 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) }
13 .kernel:dtb : { *(.kernel:dtb) }
18 .kernel:initrd : { *(.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=
169 [ -z "$kernel" ] || usage
170 kernel="$1"
187 if [ -z "$kernel" ]; then
188 kernel=vmlinux
191 LANG=C elfformat="`${CROSS}objdump -p "$kernel" | grep 'file format' | awk '{print $4}'`"
226 ksection=.kernel:vmlinux.strip
227 isection=.kernel:initrd
228 esection=.kernel:esm_blob
312 ksection=.kernel:vmlinux.bin
[all …]
DzImage.coff.lds.S24 *(.kernel:dtb)
28 *(.kernel:vmlinux.strip)
32 *(.kernel:initrd)
/arch/arm/mach-ep93xx/
DKconfig15 Enable kernel support for MaverickCrunch.
22 Say 'Y' here if you want your kernel to support the ADS
29 Say 'Y' here if you want your kernel to support the
39 Say 'Y' here if you want your kernel to support the Cirrus
46 Say 'Y' here if you want your kernel to support the Cirrus
53 Say 'Y' here if you want your kernel to support the Cirrus
60 Say 'Y' here if you want your kernel to support the Cirrus
67 Say 'Y' here if you want your kernel to support the Cirrus
74 Say 'Y' here if you want your kernel to support the Cirrus
81 Say 'Y' here if you want your kernel to support the Cirrus
[all …]
/arch/arm/mach-orion5x/
DKconfig28 Say 'Y' here if you want your kernel to support the
35 Say 'Y' here if you want your kernel to support the
42 Say 'Y' here if you want your kernel to support the
50 Say 'Y' here if you want your kernel to support the Marvell
57 Say 'Y' here if you want your kernel to support the
64 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/hexagon/lib/
Dmemcpy.S163 #define kernel R4 /* number of 32byte chunks in kernel */ macro
243 kernel = sub(len, prolog); define
250 epilog = and(kernel, #31);
256 kernel = lsr(kernel, #5); define
267 nokernel = cmp.eq(kernel,#0);
276 p2 = cmp.eq(kernel, #1); /* skip ovr if kernel == 0 */
339 p3 = cmp.gtu(kernel, #0);
341 if(p3.new) kernel = add(kernel, #-1);
346 nokernel = cmp.eq(kernel, #0); /* after adjustment, recheck */
355 loop0(.Loword_loop_25to31, kernel);
[all …]
/arch/nios2/
DKconfig49 source "kernel/Kconfig.hz"
56 The kernel memory allocator divides physically contiguous memory
58 pages. This option selects the largest power of two that the kernel
92 bool "Default bootloader kernel arguments"
96 string "Default kernel command string"
101 pass arguments to the kernel. For these platforms, you can supply
103 other cases you can specify kernel args so that you don't have
107 bool "Force default kernel command string"
110 Set this to have arguments from the default kernel command string
114 bool "Ignore kernel command string from DTB"
[all …]
/arch/arm64/
DKconfig.debug7 bool "Export kernel pagetable layout to userspace via debugfs"
12 Say Y here if you want to show the kernel pagetable layout in a
13 debugfs file. This information is only useful for kernel developers
14 who are working in architecture specific areas of the kernel.
16 kernel.
23 Enabling this option causes the kernel to write the current PID to
26 planning to use hardware trace tools with this kernel.
32 of the kernel to be randomized at build-time. When selected,
34 build of the kernel, and the offset will be reflected in the
38 This option is intended for bootloader and/or kernel testing
[all …]
/arch/s390/
DKconfig.debug7 bool "Export kernel pagetable layout to userspace via debugfs"
11 Say Y here if you want to show the kernel pagetable layout in a
12 debugfs file. This information is only useful for kernel developers
13 who are working in architecture specific areas of the kernel.
15 kernel.
/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
53 # Use the generic interrupt handling code in kernel/irq/
56 bool "Default bootloader kernel arguments"
64 to pass arguments to the kernel. For these architectures, you should
69 bool "Force default kernel command string"
73 Set this to have arguments from the default kernel command string
77 bool "Build big-endian kernel"
80 Say Y if you plan on running a kernel in big-endian mode.
[all …]
/arch/powerpc/mm/
Dpgtable-frag.c55 static pte_t *__alloc_for_ptecache(struct mm_struct *mm, int kernel) in __alloc_for_ptecache() argument
60 if (!kernel) { in __alloc_for_ptecache()
98 pte_t *pte_fragment_alloc(struct mm_struct *mm, int kernel) in pte_fragment_alloc() argument
106 return __alloc_for_ptecache(mm, kernel); in pte_fragment_alloc()
109 void pte_fragment_free(unsigned long *table, int kernel) in pte_fragment_free() argument
115 if (!kernel) in pte_fragment_free()
/arch/um/
D.gitignore1 kernel/config.c
2 kernel/config.tmp
3 kernel/vmlinux.lds
DKconfig.debug7 This allows profiling of a User-Mode Linux kernel with the gprof
13 If you're involved in UML kernel development and want to use gprof,
27 If you're involved in UML kernel development and want to use gcov,
34 Write kernel log output directly to stdout.
36 This is useful for kernel debugging when your machine crashes very
/arch/arm/mach-footbridge/
DKconfig15 Say Y here if you intend to run this kernel on the CATS.
17 Saying N will reduce the size of the Footbridge kernel.
26 Say Y here if you intend to run this kernel on the Compaq
29 Saying N will reduce the size of the Footbridge kernel.
45 Say Y here if you intend to run this kernel on the EBSA285 card
48 Saying N will reduce the size of the Footbridge kernel.
59 Say Y here if you intend to run this kernel on the EBSA285 card
62 Saying N will reduce the size of the Footbridge kernel.
73 Say Y here if you intend to run this kernel on the Rebel.COM
78 Saying N will reduce the size of the Footbridge kernel.
/arch/alpha/kernel/
Dvmlinux.lds.S11 PHDRS { kernel PT_LOAD; note PT_NOTE; }
30 } :kernel
34 NOTES :kernel :note
37 } :kernel
/arch/arc/
DKconfig.debug4 bool "Use 16Kb for kernel stacks instead of 8Kb"
6 If you say Y here the kernel will use a 16Kb stacksize for the
7 kernel stack attached to each process/thread. The default is 8K.
8 This increases the resident kernel footprint and will cause less
/arch/microblaze/
DKconfig94 source "kernel/Kconfig.hz"
103 bool "Default bootloader kernel arguments"
106 string "Default kernel command string"
111 to pass arguments to the kernel. For these architectures, you should
116 bool "Force default kernel command string"
120 Set this to have arguments from the default kernel command string
128 This kernel feature is useful for number crunching applications
149 bool "Prompt for advanced kernel configuration options"
151 This option will enable prompting for a variety of advanced kernel
152 configuration options. These options can cause the kernel to not
[all …]
/arch/mips/netlogic/
DKconfig10 Add an FDT blob for XLP EVP boards into the kernel.
12 pointer to the kernel. The corresponding DTS file is at
20 Add an FDT blob for XLP VP boards into the kernel.
22 pointer to the kernel. The corresponding DTS file is at
30 Add an FDT blob for XLP FVP board into the kernel.
32 pointer to the kernel. The corresponding DTS file is at
40 Add an FDT blob for XLP GVP board into the kernel.
42 pointer to the kernel. The corresponding DTS file is at
49 Add an FDT blob for XLP RVP board into the kernel.
51 pointer to the kernel. The corresponding DTS file is at
/arch/x86/
DKconfig.debug21 Write kernel log output directly into the VGA buffer or to a serial
24 This is useful for kernel debugging when your machine crashes very
35 Write kernel log output directly into the EHCI debug port.
37 This is useful for kernel debugging when your machine crashes very
48 Write kernel log output directly into the xHCI debug port.
50 One use for this feature is kernel debugging, for example when your
69 tristate "Export kernel pagetable layout to userspace via debugfs"
74 Say Y here if you want to show the kernel pagetable layout in a
75 debugfs file. This information is only useful for kernel developers
76 who are working in architecture specific areas of the kernel.
[all …]
/arch/s390/boot/
Dhead_kdump.S17 # kdump entry (new kernel - not yet relocated)
33 lghi %r2,0 # Yes: Start kdump kernel
69 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp
70 mvc 0(256,%r5),0(%r11) # Copy new kernel to old
78 basr %r14,%r14 # Start relocated kernel
84 # Startup of kdump (relocated new kernel)
89 0: lpswe .Lrestart_psw-0b(%r13) # Start new kernel...
/arch/powerpc/purgatory/
Dtrampoline.S65 ld %r4,(kernel - 0b)(%r18)
94 .globl kernel symbol
95 kernel: label
97 .size kernel, . - kernel
/arch/arm/kernel/
Dsys_oabi-compat.c197 struct flock64 kernel; in do_locks() local
205 kernel.l_type = user.l_type; in do_locks()
206 kernel.l_whence = user.l_whence; in do_locks()
207 kernel.l_start = user.l_start; in do_locks()
208 kernel.l_len = user.l_len; in do_locks()
209 kernel.l_pid = user.l_pid; in do_locks()
213 ret = sys_fcntl64(fd, cmd, (unsigned long)&kernel); in do_locks()
217 user.l_type = kernel.l_type; in do_locks()
218 user.l_whence = kernel.l_whence; in do_locks()
219 user.l_start = kernel.l_start; in do_locks()
[all …]
/arch/parisc/
DKconfig147 used for optimizing purposes. In order to compile a kernel
151 Specifying "PA8000" here will allow you to select a 64-bit kernel
205 If you configure the kernel to include many drivers built-in instead
206 as modules, the kernel executable may become too big, so that the
208 your vmlinux kernel. In that case enabling this option will help you
212 a kernel which includes all necessary drivers built-in and which can
215 Enabling this option will probably slow down your kernel.
218 bool "64-bit kernel"
221 Enable this if you want to support 64bit kernel on PA-RISC platform.
227 enable this option otherwise. The 64bit kernel is significantly bigger
[all …]

12345678910>>...20