/arch/powerpc/boot/ |
D | zImage.lds.S | 56 .kernel:dtb : 59 *(.kernel:dtb) 64 .kernel:vmlinux.strip : 67 *(.kernel:vmlinux.strip) 72 .kernel:initrd : 75 *(.kernel:initrd) 80 .kernel:esm_blob : 83 *(.kernel:esm_blob)
|
D | zImage.ps3.lds.S | 8 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) } 13 .kernel:dtb : { *(.kernel:dtb) } 18 .kernel:initrd : { *(.kernel:initrd) }
|
D | README | 2 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
|
D | wrapper | 38 kernel= 174 [ -z "$kernel" ] || usage 175 kernel="$1" 192 if [ -z "$kernel" ]; then 193 kernel=vmlinux 196 LC_ALL=C elfformat="`${CROSS}objdump -p "$kernel" | grep 'file format' | awk '{print $4}'`" 248 ksection=.kernel:vmlinux.strip 249 isection=.kernel:initrd 250 esection=.kernel:esm_blob 334 ksection=.kernel:vmlinux.bin [all …]
|
D | zImage.coff.lds.S | 24 *(.kernel:dtb) 28 *(.kernel:vmlinux.strip) 32 *(.kernel:initrd)
|
/arch/hexagon/lib/ |
D | memcpy.S | 163 #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/um/ |
D | .gitignore | 2 kernel/config.c 3 kernel/config.tmp 4 kernel/vmlinux.lds 5 kernel/capflags.c
|
D | Kconfig.debug | 7 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, 28 If you're involved in UML kernel development and want to use gcov, 35 Write kernel log output directly to stdout. 37 This is useful for kernel debugging when your machine crashes very
|
/arch/nios2/ |
D | Kconfig | 46 source "kernel/Kconfig.hz" 52 The kernel page allocator limits the size of maximal physically 87 bool "Default bootloader kernel arguments" 91 string "Default kernel command string" 96 pass arguments to the kernel. For these platforms, you can supply 98 other cases you can specify kernel args so that you don't have 102 bool "Force default kernel command string" 105 Set this to have arguments from the default kernel command string 109 bool "Ignore kernel command string from DTB" 118 bool "Passed kernel command line from u-boot" [all …]
|
/arch/microblaze/ |
D | Kconfig | 90 source "kernel/Kconfig.hz" 98 bool "Default bootloader kernel arguments" 101 string "Default kernel command string" 106 to pass arguments to the kernel. For these architectures, you should 111 bool "Force default kernel command string" 115 Set this to have arguments from the default kernel command string 127 bool "Prompt for advanced kernel configuration options" 129 This option will enable prompting for a variety of advanced kernel 130 configuration options. These options can cause the kernel to not 132 aspects of kernel memory management. [all …]
|
/arch/arm/mach-orion5x/ |
D | Kconfig | 28 Say 'Y' here if you want your kernel to support the 36 Say 'Y' here if you want your kernel to support the Marvell 44 Say 'Y' here if you want your kernel to support the 52 Say 'Y' here if you want your kernel to support the 59 Say 'Y' here if you want your kernel to support the 66 Say 'Y' here if you want your kernel to support the 74 Say 'Y' here if you want your kernel to support the 82 Say 'Y' here if you want your kernel to support the 89 Say 'Y' here if you want your kernel to support the 96 Say 'Y' here if you want your kernel to support the [all …]
|
/arch/arm/mach-ep93xx/ |
D | Kconfig | 32 Say 'Y' here if you want your kernel to support the 42 Say 'Y' here if you want your kernel to support the Cirrus 49 Say 'Y' here if you want your kernel to support the Cirrus 56 Say 'Y' here if you want your kernel to support the Cirrus 63 Say 'Y' here if you want your kernel to support the Cirrus 70 Say 'Y' here if you want your kernel to support the Cirrus 77 Say 'Y' here if you want your kernel to support the Cirrus 84 Say 'Y' here if you want your kernel to support the Cirrus 91 Say 'Y' here if you want your kernel to support the Cirrus 97 Say 'Y' here if you want your kernel to support the [all …]
|
/arch/sh/ |
D | Kconfig.debug | 8 in FLASH or EPROM. The kernel will use standard BIOS calls during 29 Say Y here to redirect kernel printk messages to the serial port 31 process and ending when the kernel's serial console is initialised. 32 This option is only useful while porting the kernel to a new machine, 33 when the kernel may crash or hang before the serial console is 37 bool "Use 4Kb for kernel stacks instead of 8Kb" 40 If you say Y here the kernel will use a 4Kb stacksize for the 41 kernel stack attached to each process/thread. This facilitates 47 bool "Use separate kernel stacks when processing interrupts" 50 If you say Y here the kernel will use separate kernel stacks [all …]
|
/arch/powerpc/mm/ |
D | pgtable-frag.c | 55 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() 118 void pte_fragment_free(unsigned long *table, int kernel) in pte_fragment_free() argument 127 if (kernel) in pte_fragment_free()
|
/arch/arc/ |
D | Kconfig.debug | 4 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/s390/boot/ |
D | head_kdump.S | 17 # 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...
|
/arch/loongarch/ |
D | Kconfig.debug | 2 prompt "Choose kernel unwinder" 5 This determines which method will be used for unwinding kernel stack 12 This option enables the "guess" unwinder for unwinding kernel stack 13 traces. It scans the stack and reports every kernel text address it 23 This option enables the "prologue" unwinder for unwinding kernel stack
|
D | Kconfig | 270 source "kernel/Kconfig.hz" 332 string "Built-in kernel command line" 334 For most platforms, the arguments for the kernel's command line 340 line here and choose how the kernel should use it later on. 346 Choose how the kernel will handle the provided built-in command 350 bool "Use bootloader kernel arguments if available" 357 bool "Use built-in to extend bootloader kernel arguments" 365 bool "Always use the built-in kernel command string" 387 This enables the kernel to use EFI runtime services that are 396 This kernel feature allows the kernel to be loaded directly by [all …]
|
/arch/mips/ |
D | Kconfig.debug | 8 This option enables special console drivers which allow the kernel 11 This is useful for kernel debugging when your machine crashes very 30 bool "Built-in kernel command line" 33 by default specifies the kernel command line options. However, 35 default kernel command line or add a few extra options to it. 37 command line options directly into the kernel. For that, you 49 string "Default kernel command string" 53 pass arguments to the kernel. For these platforms, and for the cases 57 kernel args so that you don't have to set them up in board prom 67 By setting this option to 'Y' you will have your kernel ignore [all …]
|
/arch/arm/kernel/ |
D | sys_oabi-compat.c | 200 static int get_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in get_oabi_flock() argument 208 kernel->l_type = user.l_type; in get_oabi_flock() 209 kernel->l_whence = user.l_whence; in get_oabi_flock() 210 kernel->l_start = user.l_start; in get_oabi_flock() 211 kernel->l_len = user.l_len; in get_oabi_flock() 212 kernel->l_pid = user.l_pid; in get_oabi_flock() 217 static int put_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in put_oabi_flock() argument 221 user.l_type = kernel->l_type; in put_oabi_flock() 222 user.l_whence = kernel->l_whence; in put_oabi_flock() 223 user.l_start = kernel->l_start; in put_oabi_flock() [all …]
|
/arch/arm/ |
D | Kconfig.debug | 7 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. 27 This is useful for discovering cases where the kernel is leaving 38 Note that even if the check fails, your kernel is possibly 41 of other unfixed kernel bugs easier. 44 once the kernel has booted up - it's a one time check. 49 prompt "Choose kernel unwinder" [all …]
|
/arch/s390/kernel/ |
D | kexec_elf.c | 23 void *kernel; in kexec_file_add_kernel_elf() local 26 kernel = image->kernel_buf; in kexec_file_add_kernel_elf() 27 ehdr = (Elf_Ehdr *)kernel; in kexec_file_add_kernel_elf() 39 buf.buffer = kernel + phdr->p_offset; in kexec_file_add_kernel_elf() 67 char *kernel, unsigned long kernel_len, in s390_elf_load() argument 77 ehdr = (Elf_Ehdr *)kernel; in s390_elf_load()
|
/arch/x86/ |
D | Kconfig.debug | 18 Write kernel log output directly into the VGA buffer or to a serial 21 This is useful for kernel debugging when your machine crashes very 32 Write kernel log output directly into the EHCI debug port. 34 This is useful for kernel debugging when your machine crashes very 45 Write kernel log output directly into the xHCI debug port. 47 One use for this feature is kernel debugging, for example when your 76 kernel flushes one-by-one instead of doing a full TLB flush. In 78 tlb_flushall_shift knob under /sys/kernel/debug/x86. If you set it 80 for positive values of it, the kernel will use single TLB entry 171 Some of these sanity checks may slow down kernel entries and [all …]
|
/arch/powerpc/ |
D | Kconfig | 14 # instructions are generated from regular kernel code. So Clang can't 81 This defines the number of virtual interrupt numbers the kernel 97 watchdog is selected (arch/powerpc/kernel/watchdog.c). It is 486 source "kernel/Kconfig.hz" 496 say Y here, the kernel will include code to emulate a floating-point 512 Select this option will enable the kernel to support to emulate 539 This option paravirtualizes the kernel to run in POWER platforms that 558 …def_bool $(success,$(srctree)/arch/powerpc/tools/gcc-check-mprofile-kernel.sh $(CC) -mlittle-endia… 559 …def_bool $(success,$(srctree)/arch/powerpc/tools/gcc-check-mprofile-kernel.sh $(CC) -mbig-endian) … 624 prompt "Build big-endian kernel using ELF ABI V2" if LD_IS_BFD && EXPERT [all …]
|
/arch/hexagon/ |
D | Kconfig | 44 Platforms that don't load the kernel at zero set this. 62 # Use the generic interrupt handling code in kernel/irq/: 96 string "Default kernel command string" 100 to pass arguments to the kernel. For these, you should supply some 108 Enables SMP support in the kernel. If unsure, say "Y" 117 kernel will support. The maximum supported value is 6 and the 121 approximately eight kilobytes to the kernel image. 143 source "kernel/Kconfig.hz"
|