Searched refs:kernel (Results 101 - 125 of 3110) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/alpha/pci/
H A Dpci_sgmap_pte32.c39 #include <sys/kernel.h>
/netbsd-current/sys/arch/alpha/tc/
H A Dtc_sgmap.c39 #include <sys/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dpp_overdriver.h30 #include <linux/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga_types.h30 #include <linux/kernel.h>
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dinterrupt.h42 #include <linux/kernel.h>
/netbsd-current/sys/netmpls/
H A Dmpls_var.h36 #error This file should NOT be included anywhere else than kernel
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nvptx/
H A Dcrt0.c35 extern void __main (int *, int, void **) __attribute__((kernel));
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dphsa-rt.h37 /* Pointer type for the public facing kernel launcher function generated
38 by gccbrig. This launches the actual kernel for all work groups and
42 /* Pointer type for kernel functions produced by gccbrig from the HSAIL.
48 /* Context data that is passed to the kernel function, initialized
57 /* Data set by the HSA Runtime's kernel launcher. */
63 gccbrigKernelFunc kernel; member in struct:__anon1404
89 where the kernel can actually read its arguments. Might point to the
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nvptx/
H A Dcrt0.c35 extern void __main (int *, int, void **) __attribute__((kernel));
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Daczephyr.h56 #include <zephyr/kernel.h>
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dclock.c46 #include <sys/kernel.h>
/netbsd-current/sys/kern/
H A Dsubr_workqueue.c74 SDT_PROBE_DEFINE7(sdt, kernel, workqueue, create,
82 SDT_PROBE_DEFINE1(sdt, kernel, workqueue, destroy,
85 SDT_PROBE_DEFINE3(sdt, kernel, workqueue, enqueue,
89 SDT_PROBE_DEFINE4(sdt, kernel, workqueue, entry,
94 SDT_PROBE_DEFINE4(sdt, kernel, workqueue, return,
99 SDT_PROBE_DEFINE2(sdt, kernel, workqueue, wait__start,
102 SDT_PROBE_DEFINE2(sdt, kernel, workqueue, wait__self,
105 SDT_PROBE_DEFINE2(sdt, kernel, workqueue, wait__hit,
108 SDT_PROBE_DEFINE2(sdt, kernel, workqueue, wait__done,
112 SDT_PROBE_DEFINE1(sdt, kernel, workqueu
[all...]
/netbsd-current/sys/arch/pmax/stand/common/
H A Dboot.c80 * We won't go overboard with gzip'd kernel names. After all we can
81 * still boot a gzip'd kernel called "netbsd.pmax" - it doesn't need
113 char *name, **namep, *dev, *kernel; local
139 if ((kernel = devname(bootname)) == NULL) {
151 kernel = *namep;
153 strcat(bootpath, kernel);
164 strncpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);
190 * bootpath including the kernel name. This code to do this
192 * Returns the kernel name, or NULL if no kernel nam
[all...]
/netbsd-current/sys/arch/pmax/stand/smallnet/setnetimage/
H A Dsetnetimage.c81 const char *kernel, *bootfile; local
92 fprintf(stderr, "usage: %s kernel bootfile\n", getprogname());
96 kernel = argv[1];
99 if ((ifd = open(kernel, O_RDONLY)) < 0)
100 err(1, "%s", kernel);
134 errx(1, "No ELF header in %s", kernel);
141 err(1, "%s", kernel);
143 err(1, "%s", kernel);
177 err(1, "%s", kernel);
185 err(1, "%s", kernel);
[all...]
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dbsdstart.S29 * This function sets up the registers according to the kernel parameter block,
30 * disables the MMU and jumps to the kernel.
47 | the BSD kernel wants values into the following registers:
52 | d4: length of loaded kernel
54 | a0: start of loaded kernel
62 movl %a3@,%a0 | loaded kernel
63 movl %a3@(8),%d0 | kernel entry point
70 movl %a3@(4),%d4 | length of loaded kernel
108 rts | enter kernel at address on stack ***
/netbsd-current/distrib/utils/embedded/conf/
H A Darmv7.conf35 # Install GENERIC kernel to root of the FFS partition
36 ${GZIP_CMD} -dc ${kernel}/netbsd-${kernels_generic}.gz > "${mnt}/netbsd"
59 # The GENERIC .img kernel img is used for RPI2
72 kernel=/netbsd-GENERIC.img
122 echo "${bar} looking for kernels in ${kernel} ${bar}"
126 f="${kernel}/netbsd-${k}.ub.gz"
131 f="${kernel}/netbsd-${k}.img.gz"
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c200 /* Structure describing the run-time and grid properties of an HSA kernel
213 /* Collection of information needed for a dispatch of a kernel from a
214 kernel. */
219 /* Pointer to a command queue associated with a kernel dispatch agent. */
221 /* Pointer to a memory space used for kernel arguments passing. */
239 /* Leave space for the real kernel arguments.
276 struct kernel_info *kernel; member in struct:kernel_launch
362 /* Mkoffload uses this structure to describe a kernel.
364 OpenMP kernel dimensions are passed at runtime.
365 OpenACC kernel dimension
1868 create_kernel_dispatch(struct kernel_info *kernel, int num_teams) argument
1939 console_output(struct kernel_info *kernel, struct kernargs *kernargs, bool final) argument
2005 init_kernel_properties(struct kernel_info *kernel) argument
2066 init_kernel(struct kernel_info *kernel) argument
2100 run_kernel(struct kernel_info *kernel, void *vars, struct GOMP_kernel_launch_attributes *kla, struct goacc_asyncqueue *aq, bool module_locked) argument
2315 init_basic_kernel_info(struct kernel_info *kernel, struct hsa_kernel_description *d, struct agent_info *agent, struct module_info *module) argument
2717 queue_push_launch(struct goacc_asyncqueue *aq, struct kernel_info *kernel, void *vars, struct GOMP_kernel_launch_attributes *kla) argument
3025 gcn_exec(struct kernel_info *kernel, size_t mapnum, void **hostaddrs, void **devaddrs, unsigned *dims, void *targ_mem_desc, bool async, struct goacc_asyncqueue *aq) argument
3356 struct kernel_info *kernel; local
3627 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; local
3756 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; local
3782 struct kernel_info *kernel = (struct kernel_info *) tgt_fn; local
3813 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; local
3827 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; local
[all...]
/netbsd-current/etc/etc.macppc/
H A DMakefile.inc37 CDINSTKERNEL= ${MD_DISTRIBDIR}/floppies/md-kernel
43 .for kernel target in ${CDKERNELS}
45 ${_INSTKERNELNOBJDIR}/${kernel} ${CDROM.dir}/${target}
/netbsd-current/sys/conf/
H A Dparam.c61 #include <sys/kernel.h>
87 * the kernel; it should be modified there to suit local taste
94 #error TIMEZONE is an obsolete kernel option.
98 #error DST is an obsolete kernel option.
122 int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */
/netbsd-current/distrib/amd64/instkernel/
H A DMakefile19 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/ofppc/instkernel/
H A DMakefile17 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/prep/floppies/kernel-generic/
H A DMakefile20 ${RELEASE_INSTALL} ${KERNEL} ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel
/netbsd-current/distrib/sandpoint/
H A DMakefile8 SUBDIR= ramdisk .WAIT md-kernel cdroms
/netbsd-current/distrib/vax/
H A DMakefile6 SUBDIR= ramdisk .WAIT ramdisk-kernel .WAIT floppy cdroms liveimage
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dclock.c75 #include <sys/kernel.h> /* hz */

Completed in 630 milliseconds

1234567891011>>