Searched refs:kernel (Results 176 - 200 of 9451) sorted by relevance

1234567891011>>

/linux-master/drivers/pmdomain/renesas/
H A Dr8a7794-sysc.c8 #include <linux/kernel.h>
/linux-master/drivers/scsi/
H A Dscsi_sysctl.c8 #include <linux/kernel.h>
/linux-master/arch/xtensa/include/asm/
H A Dkasan.h9 #include <linux/kernel.h>
/linux-master/arch/mips/fw/arc/
H A Dpromlib.c9 #include <linux/kernel.h>
17 * for ARC calls need to reside in CKEG0/1. But as soon as the kernel
18 * switches to its first kernel thread stack is set to an address in
32 * kernel, this shouldn't cause any harm regardless what MIPS processor you
/linux-master/drivers/net/dsa/
H A Ddsa_loop_bdinfo.c2 #include <linux/kernel.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dchannels.h7 #include <linux/kernel.h>
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c11 #include <linux/kernel.h>
/linux-master/scripts/
H A DMakefile.kasan30 CFLAGS_KASAN_MINIMAL := -fsanitize=kernel-address
33 CFLAGS_KASAN_SHADOW := $(call cc-option, -fsanitize=kernel-address \
35 $(call cc-option, -fsanitize=kernel-address \
53 CFLAGS_KASAN += $(call cc-param,asan-kernel-mem-intrinsic-prefix=1)
65 CFLAGS_KASAN := -fsanitize=kernel-hwaddress \
73 CFLAGS_KASAN += $(call cc-param,hwasan-kernel-mem-intrinsic-prefix=1)
/linux-master/scripts/package/
H A Dmkdebian5 # Simple script to generate a debian/ directory for a Linux kernel.
184 * Custom built Linux kernel.
192 Section: kernel
198 Homepage: https://www.kernel.org/
202 Description: Linux kernel, version $version
203 This package contains the Linux kernel, modules and corresponding other
212 Provides: linux-kernel-headers
215 This package provides userspaces headers from the Linux kernel. These headers
225 Description: Linux kernel headers for $version on $debarch
226 This package provides kernel heade
[all...]
/linux-master/arch/s390/boot/
H A Dhead_kdump.S3 * S390 kdump lowlevel functions (new kernel)
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...
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c11 #include <linux/kernel.h>
23 void *kernel; local
26 kernel = image->kernel_buf;
27 ehdr = (Elf_Ehdr *)kernel;
39 buf.buffer = kernel + phdr->p_offset;
69 char *kernel, unsigned long kernel_len,
79 ehdr = (Elf_Ehdr *)kernel;
68 s390_elf_load(struct kimage *image, char *kernel, unsigned long kernel_len, char *initrd, unsigned long initrd_len, char *cmdline, unsigned long cmdline_len) argument
/linux-master/arch/powerpc/boot/
H A Dwrapper6 # This script takes a kernel binary and optionally an initrd image
17 # -c cache $kernel.strip.gz (use if present & newer, else make)
38 kernel=
166 # the kernel tree. So keeping this around for backwards compatibility.
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}'`"
206 # this script (wrapper) is distributed separately from the kernel sourc
[all...]
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.sh14 HUGE_PAGES=$(cat /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages)
32 sudo_echo "$(( $HUGE_PAGES + 3 ))" /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages
56 sudo_echo "$HUGE_PAGES" /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages
/linux-master/arch/alpha/lib/
H A Dsrm_printk.c6 #include <linux/kernel.h>
/linux-master/arch/parisc/kernel/
H A Dsys_parisc32.c15 #include <linux/kernel.h>
/linux-master/arch/mips/dec/prom/
H A Dcmdline.c9 #include <linux/kernel.h>
/linux-master/arch/mips/kernel/
H A Dearly_printk.c10 #include <linux/kernel.h>
/linux-master/arch/sh/drivers/pci/
H A Dfixups-sh03.c2 #include <linux/kernel.h>
H A Dfixups-snapgear.c13 #include <linux/kernel.h>
/linux-master/arch/sh/boards/mach-dreamcast/
H A Dsetup.c18 #include <linux/kernel.h>
/linux-master/arch/sh/kernel/
H A Dreturn_address.c3 * arch/sh/kernel/return_address.c
8 #include <linux/kernel.h>
/linux-master/arch/x86/kernel/
H A Debda.c2 #include <linux/kernel.h>
12 * are code), that must not be used by the kernel as available
47 * the BIOS didn't shut down *is* a big problem to the kernel,
/linux-master/arch/m68k/kernel/
H A Dirq.c13 #include <linux/kernel.h>
/linux-master/arch/mips/bcm63xx/
H A Ddev-hsspi.c10 #include <linux/kernel.h>
/linux-master/arch/sh/mm/
H A Dcache-shx3.c11 #include <linux/kernel.h>

Completed in 426 milliseconds

1234567891011>>