Searched refs:kernel (Results 126 - 150 of 3400) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_common.c33 #include <sys/kernel.h>
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_common.c40 #include <sys/kernel.h>
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dnpt.c33 #include <sys/kernel.h>
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_common.c33 #include <sys/kernel.h>
/freebsd-11-stable/sys/arm/ti/
H A Dti_common.c40 #include <sys/kernel.h>
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_common.c42 #include <sys/kernel.h>
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_common.c33 #include <sys/kernel.h>
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_common.c38 #include <sys/kernel.h>
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_md.h31 * This header file is meant for use of Concurrency Kit in the FreeBSD kernel.
40 #error This header file is meant for the FreeBSD kernel.
70 * Do not enable pointer-packing-related (VMA) optimizations in kernel-space.
78 * kernel.
85 * Do not enable double operations in kernel-space.
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pd.c28 #include <linux/kernel.h>
/freebsd-11-stable/share/examples/kld/cdev/module/
H A Dcdevmod.c72 #include <sys/kernel.h>
115 /* Do any initialization that you should do with the kernel */
/freebsd-11-stable/sys/dev/xz/
H A Dxz_mod.c32 #include <sys/kernel.h>
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb_var.h37 #include <sys/kernel.h>
/freebsd-11-stable/contrib/smbfs/
H A DMakefile62 SUBDIR+= kernel/modules
70 cd kernel && make ${.TARGET}
/freebsd-11-stable/sys/conf/
H A Ddtb.mk22 # install the kernel module; if the Makefile
30 # Grab all the options for a kernel build. For backwards compat, we need to
34 # Search for kernel source tree in standard places.
41 .error "can't find kernel source tree"
/freebsd-11-stable/
H A DMakefile.inc140 # doxygen - build API documentation of the kernel
161 (make(buildworld) || make(buildkernel) || make(kernel-toolchain) || \
449 TAGS+= kernel
450 PACKAGE= kernel
546 # kernel-tools stage
668 # kernel stage
796 ${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools
889 kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_libraries} .PHONY
954 # supported by the currently running kernel), abort the installation.
1220 # KERNCONF. If not defined a GENERIC kernel i
[all...]
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex17 Benjamin Herrenschmidt \texttt{<{benh}{@}{kernel.crashing.org}>}\\
42 We present a method for booting a \ppc{}\R Linux\R kernel on an
43 embedded machine. To do this, we supply the kernel with a compact
51 the kernel. The compiler can produce either a binary ``blob'' or an
56 booting a \texttt{ppc64} kernel without Open Firmware, and we plan
70 the Linux kernel uses OF calls to scan the device tree and transfer it
87 variety of hacks spread across the kernel to deal with the lack of
93 kernel image that supports multiple embedded machines.
103 the kernel boots, it takes over full control of the system from OF,
105 kernel, O
[all...]
/freebsd-11-stable/stand/lua/
H A Dcli.lua105 local kernel, argstr = parseBootArgs(argv)
106 if kernel ~= nil then
108 config.selectKernel(kernel)
121 local kernel, argstr = parseBootArgs(argv)
122 if kernel ~= nil then
124 config.selectKernel(kernel)
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dnfssrv.d34 #pragma D depends_on module kernel
/freebsd-11-stable/sys/arm/mv/orion/
H A Ddb88f5xxx.c38 #include <sys/kernel.h>
56 * 0xc040_0000 - virtual_avail : kernel reserved (text, data, page tables
/freebsd-11-stable/sys/arm/arm/
H A Delf_trampoline.c26 * Since we are compiled outside of the normal kernel build process, we
193 * Figure out the physical address the kernel was loaded at. This
470 inflate_kernel(void *kernel, void *startaddr) argument
475 orig_input = kernel;
477 i_input = (unsigned char *)kernel + GZ_HEAD;
478 if (((char *)kernel)[3] & 0x18) {
684 * For some reason, the KB9202 won't boot the kernel unless
697 char *kernel = (char *)&kernel_start; local
705 if (*kernel == 0x1f && kernel[
[all...]
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper2/
H A Dk_helper2.c33 #include <sys/kernel.h>
/freebsd-11-stable/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c33 #include <sys/kernel.h>
/freebsd-11-stable/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c36 #include <sys/kernel.h>
H A Dtsleep.c36 #include <sys/kernel.h>

Completed in 231 milliseconds

1234567891011>>