Searched refs:kernel (Results 51 - 75 of 9434) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-shmobile/
H A Dsetup-r7s9210.c10 #include <linux/kernel.h>
/linux-master/scripts/
H A Dprune-kernel13 echo "keeping $f (running kernel) "
19 if [ -x "$(command -v new-kernel-pkg)" ]; then
20 new-kernel-pkg --remove $f
21 elif [ -x "$(command -v kernel-install)" ]; then
22 kernel-install remove $f
H A Dgcc-x86_64-has-stack-protector.sh4 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
H A DMakefile.kmsan2 kmsan-cflags := -fsanitize=kernel-memory
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_rf.c9 #include <linux/kernel.h>
/linux-master/include/linux/
H A Dkernel-page-flags.h5 #include <uapi/linux/kernel-page-flags.h>
8 /* kernel hacking assistances
/linux-master/arch/arm/mach-stm32/
H A Dboard-dt.c8 #include <linux/kernel.h>
/linux-master/arch/arm/mach-omap2/
H A Dti81xx-restart.c2 #include <linux/kernel.h>
16 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
20 * kernel/sys.c. No return value.
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.h9 #include <linux/kernel.h>
/linux-master/arch/powerpc/tools/
H A Dgcc-check-mprofile-kernel.sh10 # -mprofile-kernel is only supported on 64-bit with ELFv2, so this should not
14 # Test whether the compile option -mprofile-kernel exists and generates
17 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
23 $* -m64 -mabi=elfv2 -S -x c -O2 -p -mprofile-kernel - -o - \
/linux-master/net/rxrpc/
H A Dmisc.c8 #include <linux/kernel.h>
/linux-master/drivers/md/dm-vdo/
H A Dstring-utils.h9 #include <linux/kernel.h>
/linux-master/arch/mips/mobileye/
H A Dboard-epm5.its.S19 description = "Mobileye EPM5 Linux kernel";
20 kernel = "kernel"; define
H A Dvmlinux.its.S9 kernel {
12 type = "kernel";
28 description = "Generic Linux kernel";
29 kernel = "kernel"; define
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dopcode_helper.c3 * arch/sh/kernel/cpu/sh2a/opcode_helper.c
9 #include <linux/kernel.h>
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-filter-stack.tc10 if [ -e /proc/sys/kernel/stack_tracer_enabled ]; then
11 echo 0 > /proc/sys/kernel/stack_tracer_enabled
36 echo 1 > /proc/sys/kernel/stack_tracer_enabled
55 echo 0 > /proc/sys/kernel/stack_tracer_enabled
/linux-master/arch/mips/generic/
H A Dvmlinux.its.S9 kernel {
12 type = "kernel";
28 description = "Generic Linux kernel";
29 kernel = "kernel"; define
/linux-master/tools/testing/selftests/fpu/
H A Drun_test_fpu.sh4 # Load kernel module for FPU tests
18 echo "$0: You must have the following enabled in your kernel:"
30 if [ ! -e /sys/kernel/debug/selftest_helpers/test_fpu ]; then
31 mount -t debugfs none /sys/kernel/debug
33 if [ ! -e /sys/kernel/debug/selftest_helpers/test_fpu ]; then
/linux-master/scripts/package/
H A Dkernel.spec8 Name: kernel
15 URL: https://www.kernel.org
19 Provides: kernel-%{KERNELRELEASE}
28 Summary: Header files for the Linux kernel for use by glibc
30 Obsoletes: kernel-headers
31 Provides: kernel-headers = %{version}
34 between the Linux kernel and userspace libraries and programs. The
41 Summary: Development package for building kernel modules to match the %{version} kernel
44 %description -n kernel
[all...]
/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids_pid_leak.sh11 echo > /sys/kernel/debug/damon/target_ids
/linux-master/arch/arm/include/asm/
H A Dmc146818rtc.h9 #include <linux/kernel.h>
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dpinmux-sh7786.c15 #include <linux/kernel.h>
H A Dpinmux-shx3.c9 #include <linux/kernel.h>
H A Dpinmux-sh7757.c15 #include <linux/kernel.h>
H A Dpinmux-sh7723.c10 #include <linux/kernel.h>

Completed in 182 milliseconds

1234567891011>>