Searched refs:kernel (Results 276 - 300 of 9451) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc836x_rdk.c11 #include <linux/kernel.h>
/linux-master/arch/powerpc/platforms/microwatt/
H A Dsetup.c8 #include <linux/kernel.h>
/linux-master/kernel/trace/rv/
H A Dreactor_panic.c3 * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org>
6 * Prints the exception msg to the kernel message log and panic().
11 #include <linux/kernel.h>
H A Dreactor_printk.c3 * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org>
6 * Prints the exception msg to the kernel message log.
10 #include <linux/kernel.h>
22 .description = "prints the exception msg to the kernel message log.",
/linux-master/tools/objtool/
H A Dsync-check.sh55 if [ ! -d ../../kernel ] || [ ! -d ../../tools ] || [ ! -d ../objtool ]; then
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c3 * arch/arm/kernel/sys_oabi-compat.c
6 * old ABI user space binaries with an EABI kernel.
200 static int get_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) argument
208 kernel->l_type = user.l_type;
209 kernel->l_whence = user.l_whence;
210 kernel->l_start = user.l_start;
211 kernel->l_len = user.l_len;
212 kernel->l_pid = user.l_pid;
217 static int put_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) argument
221 user.l_type = kernel
289 struct epoll_event kernel; local
[all...]
/linux-master/tools/perf/trace/beauty/
H A Darch_prctl.c9 #include <linux/kernel.h>
/linux-master/drivers/leds/trigger/
H A Dledtrig-disk.c10 #include <linux/kernel.h>
/linux-master/drivers/usb/common/
H A Dled.c9 #include <linux/kernel.h>
/linux-master/lib/
H A Dclz_ctz.c9 * despite appearing unreferenced in kernel source.
15 #include <linux/kernel.h>
/linux-master/security/integrity/platform_certs/
H A Dload_ipl_s390.c3 #include <linux/kernel.h>
/linux-master/drivers/clk/hisilicon/
H A Dclk-hip04.c11 #include <linux/kernel.h>
/linux-master/kernel/power/
H A Dpoweroff.c6 #include <linux/kernel.h>
/linux-master/drivers/pmdomain/renesas/
H A Dr8a774b1-sysc.c11 #include <linux/kernel.h>
H A Dr8a7779-sysc.c8 #include <linux/kernel.h>
H A Dr8a7792-sysc.c9 #include <linux/kernel.h>
/linux-master/arch/m68k/kernel/
H A Ddma.c8 #include <linux/kernel.h>
/linux-master/arch/m68k/sun3/prom/
H A Dprintf.c12 #include <linux/kernel.h>
/linux-master/scripts/dummy-tools/
H A Dgcc6 # build the kernel on the same host machine.
9 # build environment (typically this happens when you package the kernel for
87 # For arch/powerpc/tools/gcc-check-mprofile-kernel.sh
88 if arg_contain -m64 "$@" && arg_contain -mprofile-kernel "$@"; then
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_drv.h13 #include <linux/kernel.h>
/linux-master/arch/loongarch/kernel/
H A Dunwind.c5 #include <linux/kernel.h>
/linux-master/arch/powerpc/platforms/44x/
H A Didle.c12 #include <linux/kernel.h>
/linux-master/arch/arm64/kernel/
H A Dkexec_image.c13 #include <linux/kernel.h>
37 char *kernel, unsigned long kernel_len,
50 * We require a kernel with an unambiguous Image header. Per
54 h = (struct arm64_image_header *)kernel;
74 /* Load the kernel */
80 kbuf.buffer = kernel;
87 /* Adjust kernel segment with TEXT_OFFSET */
93 * The location of the kernel segment may make it impossible to satisfy
108 * kernel segment and try the next available hole.
116 pr_err("Could not find any suitable kernel locatio
36 image_load(struct kimage *image, char *kernel, unsigned long kernel_len, char *initrd, unsigned long initrd_len, char *cmdline, unsigned long cmdline_len) argument
[all...]
/linux-master/drivers/input/
H A Dvivaldi-fmap.c10 #include <linux/kernel.h>
/linux-master/arch/mips/sgi-ip32/
H A Dip32-berr.c11 #include <linux/kernel.h>

Completed in 220 milliseconds

<<11121314151617181920>>