HomeSort by: relevance | last modified time | path
    Searched defs:cpu (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/epoc32/stand/e32boot/ldd/
epoc32.h 32 CPU *cpu; member in class:EPOC32
epoc32.h 32 CPU *cpu; member in class:EPOC32
  /src/sys/arch/m68k/m68k/
procfs_machdep.c 21 const char *cpu, *mmu, *fpu; local in function:procfs_getcpuinfstr
26 cpu = "68020";
29 cpu = "68030";
32 cpu = "68040";
35 cpu = "68060";
38 cpu = "680x0";
83 "CPU:\t\t%s\n"
90 cpu, mmu, fpu);
procfs_machdep.c 21 const char *cpu, *mmu, *fpu; local in function:procfs_getcpuinfstr
26 cpu = "68020";
29 cpu = "68030";
32 cpu = "68040";
35 cpu = "68060";
38 cpu = "680x0";
83 "CPU:\t\t%s\n"
90 cpu, mmu, fpu);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am3517.dtsi 24 cpu: cpu@0 { label
33 compatible = "operating-points-v2-ti-cpu";
omap34xx.dtsi 18 cpu: cpu@0 { label
28 compatible = "operating-points-v2-ti-cpu";
180 #include "omap3-cpu-thermal.dtsi"
am3517.dtsi 24 cpu: cpu@0 { label
33 compatible = "operating-points-v2-ti-cpu";
omap34xx.dtsi 18 cpu: cpu@0 { label
28 compatible = "operating-points-v2-ti-cpu";
180 #include "omap3-cpu-thermal.dtsi"
omap36xx.dtsi 23 cpu: cpu@0 { label
33 compatible = "operating-points-v2-ti-cpu";
221 #include "omap3-cpu-thermal.dtsi"
omap36xx.dtsi 23 cpu: cpu@0 { label
33 compatible = "operating-points-v2-ti-cpu";
221 #include "omap3-cpu-thermal.dtsi"
  /src/sys/arch/hpc/stand/hpcboot/
framebuffer.h 35 uint32_t cpu, machine; member in struct:FrameBufferInfo::framebuffer_info
framebuffer.h 35 uint32_t cpu, machine; member in struct:FrameBufferInfo::framebuffer_info
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_console.h 47 uint32_t cpu, machine; member in struct:SHConsole::console_info
sh_console.h 47 uint32_t cpu, machine; member in struct:SHConsole::console_info
  /src/sys/dev/acpi/
acpi_srat.h 46 * entries or ACPI CPU device have a _CDM.
61 struct acpisrat_cpu **cpu; /* Array of cpus */ member in struct:acpisrat_node
acpi_srat.h 46 * entries or ACPI CPU device have a _CDM.
61 struct acpisrat_cpu **cpu; /* Array of cpus */ member in struct:acpisrat_node
  /src/sys/external/bsd/common/linux/
linux_srcu.c 42 * sections, on each CPU we store two counts of numbers of
55 * no new readers -- srcu uses two counts per CPU instead of one
126 * Internal subroutine: Add delta to the local CPU's count of
134 struct srcu_cpu *cpu; local in function:srcu_adjust
137 cpu = percpu_getref(srcu->srcu_percpu);
138 cpu->src_count[epoch] += delta;
166 * No stronger, inter-CPU memory barrier is needed: if there is
189 * All side effects have completed on this CPU before we
192 * No stronger, inter-CPU memory barrier is needed: if there is
232 * readers on this CPU in the inactive epoch to the global coun
239 struct srcu_cpu *cpu; local in function:synchronize_srcu_xc
    [all...]
linux_srcu.c 42 * sections, on each CPU we store two counts of numbers of
55 * no new readers -- srcu uses two counts per CPU instead of one
126 * Internal subroutine: Add delta to the local CPU's count of
134 struct srcu_cpu *cpu; local in function:srcu_adjust
137 cpu = percpu_getref(srcu->srcu_percpu);
138 cpu->src_count[epoch] += delta;
166 * No stronger, inter-CPU memory barrier is needed: if there is
189 * All side effects have completed on this CPU before we
192 * No stronger, inter-CPU memory barrier is needed: if there is
232 * readers on this CPU in the inactive epoch to the global coun
239 struct srcu_cpu *cpu; local in function:synchronize_srcu_xc
    [all...]
  /src/sys/arch/evbmips/sbmips/
cpu.c 1 /* $NetBSD: cpu.c,v 1.4 2023/12/05 19:16:48 andvar Exp $ */
36 __KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.4 2023/12/05 19:16:48 andvar Exp $");
41 #include <sys/cpu.h>
63 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
89 struct cpu_softc * const cpu = device_private(self); local in function:cpu_attach
96 /* XXX this code must run on the target CPU */
101 /* Determine CPU frequency */
103 /* XXX: We should determine the CPU frequency from a time source
104 * not coupled with the CPU crystal, like the RTC. Unfortunately
130 cpu->sb1cpu_dev = self
    [all...]
cpu.c 1 /* $NetBSD: cpu.c,v 1.4 2023/12/05 19:16:48 andvar Exp $ */
36 __KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.4 2023/12/05 19:16:48 andvar Exp $");
41 #include <sys/cpu.h>
63 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
89 struct cpu_softc * const cpu = device_private(self); local in function:cpu_attach
96 /* XXX this code must run on the target CPU */
101 /* Determine CPU frequency */
103 /* XXX: We should determine the CPU frequency from a time source
104 * not coupled with the CPU crystal, like the RTC. Unfortunately
130 cpu->sb1cpu_dev = self
    [all...]
  /src/sys/arch/sbmips/sbmips/
cpu.c 1 /* $NetBSD: cpu.c,v 1.24 2023/12/05 19:19:26 andvar Exp $ */
36 __KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.24 2023/12/05 19:19:26 andvar Exp $");
41 #include <sys/cpu.h>
62 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
88 struct cpu_softc * const cpu = device_private(self); local in function:cpu_attach
95 /* XXX this code must run on the target CPU */
100 /* Determine CPU frequency */
102 /* XXX: We should determine the CPU frequency from a time source
103 * not coupled with the CPU crystal, like the RTC. Unfortunately
129 cpu->sb1cpu_dev = self
    [all...]
cpu.c 1 /* $NetBSD: cpu.c,v 1.24 2023/12/05 19:19:26 andvar Exp $ */
36 __KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.24 2023/12/05 19:19:26 andvar Exp $");
41 #include <sys/cpu.h>
62 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
88 struct cpu_softc * const cpu = device_private(self); local in function:cpu_attach
95 /* XXX this code must run on the target CPU */
100 /* Determine CPU frequency */
102 /* XXX: We should determine the CPU frequency from a time source
103 * not coupled with the CPU crystal, like the RTC. Unfortunately
129 cpu->sb1cpu_dev = self
    [all...]
  /src/sys/arch/hppa/hppa/
ipifuncs.c 29 #include <machine/cpu.h>
107 struct iomod *cpu; local in function:hppa_ipi_send
113 * Send an IPI to the specified CPU by triggering EIR{1} (irq 30).
119 * the silicon or firmware on the target CPU that effectively
122 * if (atomic_load_acquire(&cpu->io_eir)) {
126 cpu = (struct iomod *)(ci->ci_hpa);
127 atomic_store_release(&cpu->io_eir, 1);
158 /* Turn off interrupts and halt CPU. */
174 /* Unicast: remote CPU. */
177 /* Broadcast: all, but local CPU (caller will handle it). *
    [all...]
ipifuncs.c 29 #include <machine/cpu.h>
107 struct iomod *cpu; local in function:hppa_ipi_send
113 * Send an IPI to the specified CPU by triggering EIR{1} (irq 30).
119 * the silicon or firmware on the target CPU that effectively
122 * if (atomic_load_acquire(&cpu->io_eir)) {
126 cpu = (struct iomod *)(ci->ci_hpa);
127 atomic_store_release(&cpu->io_eir, 1);
158 /* Turn off interrupts and halt CPU. */
174 /* Unicast: remote CPU. */
177 /* Broadcast: all, but local CPU (caller will handle it). *
    [all...]
  /src/sys/arch/hppa/dev/
cpu.c 1 /* $NetBSD: cpu.c,v 1.3 2022/02/14 08:12:48 riastradh Exp $ */
3 /* $OpenBSD: cpu.c,v 1.29 2009/02/08 18:33:28 miod Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.3 2022/02/14 08:12:48 riastradh Exp $");
64 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
105 /* Print the CPU chip name, nickname, and rev. */
117 /* Print the CPU type, spec, level, category, and speed. */
198 aprint_error(": unable to allocate CPU stack!\n");
228 struct iomod *cpu; local in function:cpu_boot_secondary_processors
244 * Release the specified CPU by triggering an EIR{0}.
253 * if (atomic_load_acquire(&cpu->io_eir) == 0)
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6