Searched refs:cpu (Results 276 - 300 of 796) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/x86/x86/
H A Ducode.c266 ucode_load_ap(int cpu) argument
269 KASSERT(cpu_info[cpu_apic_ids[cpu]].cpu_present,
270 ("cpu %d not present", cpu));
272 if (cpu_info[cpu_apic_ids[cpu]].cpu_hyperthread)
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_mscm.c53 #include <machine/cpu.h>
H A Dvf_tcon.c53 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/mv/
H A Dmvreg.h430 #define PMSU_BOOT_ADDR_REDIRECT_OFFSET(cpu) (((cpu) * 0x100) + 0x124)
437 #define CPU_RESET_OFFSET(cpu) ((cpu) * 0x8)
/freebsd-12-stable/sys/arm/ralink/
H A Drt1310_machdep.c58 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm64/arm64/
H A Dcpu_errata.c43 #include <machine/cpu.h>
/freebsd-12-stable/tools/tools/vhba/
H A Dvhba.h46 #include <machine/cpu.h>
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp239 const llvm::Triple::ArchType cpu = arch.GetMachine(); local
240 if (cpu == llvm::Triple::x86 || cpu == llvm::Triple::x86_64)
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_x509.h649 } cpu; member in struct:__anon327
935 } cpu; member in struct:__anon329
1127 } cpu; member in struct:__anon332
/freebsd-12-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_subr.c128 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
132 if (cpu == DTRACE_CPUALL)
135 CPU_SETOF(cpu, &cpus);
189 * a flag in its per-cpu flags to indicate that it doesn't
/freebsd-12-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_subr.c141 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
145 if (cpu == DTRACE_CPUALL)
148 CPU_SETOF(cpu, &cpus);
200 * a flag in its per-cpu flags to indicate that it doesn't
/freebsd-12-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c130 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
134 if (cpu == DTRACE_CPUALL)
137 CPU_SETOF(cpu, &cpus);
191 * a flag in its per-cpu flags to indicate that it doesn't
/freebsd-12-stable/sys/riscv/riscv/
H A Dtimer.c58 #include <machine/cpu.h>
70 #define TIMER_MTIMECMP(cpu) (cpu * 8)
/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c369 int cpu; local
376 CPU_FOREACH(cpu) {
378 CPU_SETOF(cpu, &cpu_mask);
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c33 #include <sys/cpu.h>
41 #include <machine/cpu.h>
147 node = ofw_bus_find_child(node, "cpu");
149 device_printf(sc->dev, "Cannot find 'cpu'\n");
226 * Add the MIBs to dev.cpu.N and dev.cpu.N.coretemp.
271 DRIVER_MODULE(tegra124_coretemp, cpu, tegra124_coretemp_driver,
/freebsd-12-stable/lib/libpmc/
H A Dlibpmc.c378 EV_ALIAS("unhalted-cycles", "k8-bu-cpu-clk-unhalted"),
1010 uint32_t flags, int cpu, pmc_id_t *pmcid,
1031 pmc_config.pm_cpu = cpu;
1188 pmc_disable(int cpu, int pmc) argument
1192 ssa.pm_cpu = cpu;
1199 pmc_enable(int cpu, int pmc) argument
1203 ssa.pm_cpu = cpu;
1611 _pmc_name_of_event(enum pmc_event pe, enum pmc_cputype cpu) argument
1623 switch (cpu) {
1636 switch (cpu) {
1009 pmc_allocate(const char *ctrspec, enum pmc_mode mode, uint32_t flags, int cpu, pmc_id_t *pmcid, uint64_t count) argument
1727 pmc_npmc(int cpu) argument
1743 pmc_pmcinfo(int cpu, struct pmc_pmcinfo **ppmci) argument
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dgic.c201 u_int irq, cpu; local
204 cpu = PCPU_GET(cpuid);
205 arm_gic_map[cpu] = gic_cpu_mask(sc);
226 if (intr_isrc_init_on_cpu(GIC_INTR_ISRC(sc, irq), cpu))
231 if (intr_isrc_init_on_cpu(GIC_INTR_ISRC(sc, irq), cpu))
363 /* Find the current cpu mask */
367 /* Set all four targets to this cpu */
639 uint32_t cpu, end, mask; local
642 for (cpu = end; cpu < MAXCP
[all...]
H A Dmachdep.c60 #include <sys/cpu.h>
265 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
278 /* Get current clock frequency for the given cpu id. */
321 cpu_idle_wakeup(int cpu) argument
790 set_stackptrs(int cpu) argument
794 irqstack + ((IRQ_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
796 abtstack + ((ABT_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
798 undstack + ((UND_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
802 set_stackptrs(int cpu) argument
806 irqstack.pv_va + ((IRQ_STACK_SIZE * PAGE_SIZE) * (cpu
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp65 cpu_type_t cpu; local
66 size_t cpu_len = sizeof(cpu);
67 if (::sysctl(mib, static_cast<u_int>(len), &cpu, &cpu_len, 0, 0))
68 cpu = 0;
69 return cpu;
418 "%s(): cpu type for launched process pid=%i: "
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c492 p_BmPortal->cpu = (int)p_BmPortalParam->swPortalId;
519 BmSetPortalHandle(p_BmPortal->h_Bm, (t_Handle)p_BmPortal, (e_DpaaSwPortal)p_BmPortal->cpu);
525 p_BmPortal->cpu,
531 p_BmPortal->cpu,
545 BmSetPortalHandle(p_BmPortal->h_Bm, NULL, (e_DpaaSwPortal)p_BmPortal->cpu);
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_zbpci.c217 * byte swaps when data crosses the pci-cpu interface.
223 * automatically swaps bytes when data crosses the pci-cpu
331 * changes the per-cpu pci config space va-to-pa mappings.
336 int cpu; local
343 cpu = PCPU_GET(cpuid);
344 va_page = zbpci_config_space[cpu].vaddr;
351 if (zbpci_config_space[cpu].paddr != pa_page) {
354 zbpci_config_space[cpu].paddr = pa_page;
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dtrap.c66 #include <machine/cpu.h>
193 return ((frame->cpu.booke.esr & ESR_PTR) != 0);
233 * a flag in its per-cpu flags to indicate that it doesn't
345 frame->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC);
480 (u_long)frame->cpu.aim.dsisr);
501 (int)frame->cpu.booke.esr, ESR_BITMASK);
785 if (frame->cpu.booke.esr & ESR_ST)
787 if (frame->cpu.aim.dsisr & DSISR_STORE)
840 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE));
875 indicator = (frame->cpu
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-config.c107 user.cpu.vendor = pcv_intel;
115 ptu_int_eq(config.cpu.vendor, pcv_intel);
128 user.size = offsetof(struct pt_config, cpu);
134 ptu_uint_eq(config.size, offsetof(struct pt_config, cpu));
137 ptu_int_eq(config.cpu.vendor, pcv_unknown);
151 user.cpu.vendor = pcv_intel;
159 ptu_int_eq(config.cpu.vendor, pcv_intel);
/freebsd-12-stable/sys/amd64/amd64/
H A Ddb_trace.c38 #include <machine/cpu.h>
481 int avail, c, cpu, i, wsize; local
484 cpu = PCPU_GET(cpuid);
513 if (c == cpu)
530 int i, c, cpu; local
533 cpu = PCPU_GET(cpuid);
547 if (c == cpu)
/freebsd-12-stable/contrib/binutils/opcodes/
H A DMakefile.am428 CPUDIR = $(CGENDIR)/cpu
433 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
485 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
487 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
491 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
493 archfile=$(srcdir)/../cpu/m32c.cpu \
494 opcfile=$(srcdir)/../cpu/m32
[all...]

Completed in 309 milliseconds

<<11121314151617181920>>