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

1234567891011>>

/netbsd-current/distrib/prep/floppies/kernel-ramdisk/
H A DMakefile11 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/rs6000/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/sandpoint/md-kernel/
H A DMakefile11 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/sun3/
H A DMakeBootTape24 # Segment 2 is the Sun3 ramdisk kernel.
25 gzip -d -c ../../binary/kernel/netbsd-RAMDISK.gz |
28 # Segment 3 is the Sun3X ramdisk kernel.
29 gzip -d -c ../../binary/kernel/netbsd-RAMDISK3X.gz |
/netbsd-current/distrib/x68k/floppies/instkernel/
H A DMakefile12 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dclock.c34 #include <sys/kernel.h>
/netbsd-current/sys/arch/emips/emips/
H A Dclock.c45 #include <sys/kernel.h>
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dclock.c48 #include <sys/kernel.h>
/netbsd-current/tests/kernel/kqueue/read/
H A DMakefile7 TESTSDIR= ${TESTSBASE}/kernel/kqueue/read
/netbsd-current/tests/kernel/kqueue/write/
H A DMakefile7 TESTSDIR= ${TESTSBASE}/kernel/kqueue/write
/netbsd-current/tests/kernel/threadpool_tester/
H A DMakefile6 KMODULEDIR= ${DESTDIR}/${TESTSBASE}/kernel/${KMOD}
/netbsd-current/distrib/macppc/floppies/md-kernel/
H A DMakefile12 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/sys/rump/kern/lib/libsysproxy/
H A DMakefile5 COMMENT=Remote system call support (rump kernel as a server)
/netbsd-current/sys/rump/dev/lib/libputter/
H A DMakefile7 COMMENT=User/kernel protocol transporter (for puffs and pud)
/netbsd-current/distrib/macppc/cdroms/installcd/
H A DMakefile7 CDINSTKERNEL= ../../floppies/md-kernel
/netbsd-current/sys/arch/macppc/dev/
H A Ddeqvar.h40 #include <sys/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dvm_basic_types.h6 #include <linux/kernel.h>
/netbsd-current/sys/dev/
H A Dmidi_mod.c37 #include <sys/kernel.h>
H A Dsequencer_mod.c37 #include <sys/kernel.h>
/netbsd-current/distrib/next68k/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/sys/external/isc/libsodium/src/
H A Dsodium_module.c33 #include <sys/kernel.h>
/netbsd-current/share/mk/
H A Dbsd.kernobj.mk3 # KERNSRCDIR Is the location of the top of the kernel src.
6 # KERNARCHDIR Is the location of the machine dependent kernel sources.
14 # Users can set this to have build.sh find kernel
18 # KERNOBJDIR Is the kernel build directory. The kernel GENERIC for
/netbsd-current/sys/arch/sparc/stand/boot/
H A Dboot.c70 * this list is used in sequence, to find a kernel.
168 loadk(char *kernel, u_long *marks) argument
176 if ((fd = open(kernel, 0)) < 0)
185 /* We want that leading 16K in front of the kernel image */
190 * Extra space for bootinfo and kernel bootstrap.
193 * is enough for the kernel to work with.
213 /* XXX - to do: inspect kernel image and set compat mode */
217 printf("%s: too large for compat mode\n", kernel);
243 char kernel[MAX_PROM_PATH]; local
265 * get default kernel
[all...]
/netbsd-current/sys/kern/
H A Dkern_threadpool.c91 #include <sys/kernel.h>
107 SDT_PROBE_DEFINE1(sdt, kernel, threadpool, get,
109 SDT_PROBE_DEFINE1(sdt, kernel, threadpool, get__create,
111 SDT_PROBE_DEFINE1(sdt, kernel, threadpool, get__race,
113 SDT_PROBE_DEFINE2(sdt, kernel, threadpool, put,
115 SDT_PROBE_DEFINE2(sdt, kernel, threadpool, put__destroy,
118 SDT_PROBE_DEFINE1(sdt, kernel, threadpool, percpu__get,
120 SDT_PROBE_DEFINE1(sdt, kernel, threadpool, percpu__get__create,
122 SDT_PROBE_DEFINE1(sdt, kernel, threadpool, percpu__get__race,
124 SDT_PROBE_DEFINE2(sdt, kernel, threadpoo
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c141 /* Structure describing the run-time and grid properties of an HSA kernel
154 /* Collection of information needed for a dispatch of a kernel from a
155 kernel. */
159 /* Pointer to a command queue associated with a kernel dispatch agent. */
163 /* Pointer to a memory space used for kernel arguments passing. */
173 /* Number of children kernel dispatches. */
179 /* Kernel dispatch structures created for children kernel dispatches. */
352 /* Information required to identify, finalize and run any given kernel. */
356 /* Name of the kernel, required to locate it within the brig module. */
360 /* The specific agent the kernel ha
858 init_basic_kernel_info(struct kernel_info *kernel, struct hsa_kernel_description *d, struct agent_info *agent, struct module_info *module) argument
898 struct kernel_info *kernel; local
1125 create_single_kernel_dispatch(struct kernel_info *kernel, unsigned omp_data_size) argument
1190 init_single_kernel(struct kernel_info *kernel, unsigned *max_omp_data_size) argument
1315 create_kernel_dispatch(struct kernel_info *kernel, unsigned omp_data_size) argument
1344 init_kernel(struct kernel_info *kernel) argument
1459 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; local
1491 run_kernel(struct kernel_info *kernel, void *vars, struct GOMP_kernel_launch_attributes *kla) argument
1628 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; local
[all...]

Completed in 402 milliseconds

1234567891011>>