Searched defs:cpu (Results 26 - 50 of 176) sorted by relevance

12345678

/freebsd-10.0-release/sys/kern/
H A Dkern_pmc.c143 pmc_cpu_is_active(int cpu) argument
155 pmc_cpu_is_disabled(int cpu) argument
161 pmc_cpu_is_present(int cpu) argument
171 pmc_cpu_is_primary(int cpu) argument
[all...]
H A Dkern_switch.c415 int cpu = PCPU_GET(cpuid); local
/freebsd-10.0-release/sys/mips/mips/
H A Dmp_machdep.c103 ipi_cpu(int cpu, u_int ipi) argument
116 u_int cpu, ipi, ipi_bitmap; local
207 int cpu, last; local
[all...]
/freebsd-10.0-release/sys/powerpc/aim/
H A Dclock.c150 struct cpuref cpu; local
/freebsd-10.0-release/sys/powerpc/booke/
H A Dclock.c152 struct cpuref cpu; local
H A Dplatform_bare.c67 static int cpu, maxcpu; variable
/freebsd-10.0-release/sys/powerpc/include/
H A Dframe.h70 } cpu; member in struct:trapframe
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dplatform_powermac.c170 powermac_smp_fill_cpuref(struct cpuref *cpuref, phandle_t cpu) argument
193 phandle_t cpu, dev, root; local
233 phandle_t cpu; local
272 phandle_t cpu; local
[all...]
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dmp_machdep.c146 struct cpuref bsp, cpu; local
358 ipi_cpu(int cpu, u_int ipi) argument
[all...]
H A Dopenpic.c89 u_int cpu, ipi, irq; local
335 openpic_ipi(device_t dev, u_int cpu) argument
[all...]
H A Dplatform.c115 platform_timebase_freq(struct cpuref *cpu) argument
121 platform_smp_first_cpu(struct cpuref *cpu) argument
127 platform_smp_next_cpu(struct cpuref *cpu) argument
133 platform_smp_get_bsp(struct cpuref *cpu) argument
139 platform_smp_start_cpu(struct pcpu *cpu) argument
[all...]
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3pic.c206 ps3pic_ipi(device_t dev, u_int cpu) argument
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dxics.c205 cell_t status, cpu; local
256 cell_t status, cpu; local
294 xicp_ipi(device_t dev, u_int cpu) argument
/freebsd-10.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c112 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) argument
147 int cpu; local
[all...]
H A Dsrat.c90 ACPI_SRAT_CPU_AFFINITY *cpu; local
349 struct cpu_info *cpu; local
[all...]
/freebsd-10.0-release/usr.bin/cpuset/
H A Dcpuset.c150 int cpu; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, argument
/freebsd-10.0-release/contrib/amd/amd/
H A Damd.c65 char *cpu = HOST_CPU; /* CPU type */ variable
/freebsd-10.0-release/lib/libmemstat/
H A Dmemstat.c362 memstat_get_percpu_memalloced(const struct memory_type *mtp, int cpu) argument
369 memstat_get_percpu_memfreed(const struct memory_type *mtp, int cpu) argument
376 memstat_get_percpu_numallocs(const struct memory_type *mtp, int cpu) argument
383 memstat_get_percpu_numfrees(const struct memory_type *mtp, int cpu) argument
390 memstat_get_percpu_sizemask(const struct memory_type *mtp, int cpu) argument
397 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, int index) argument
405 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, int index, void *value) argument
413 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, int index) argument
421 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, uint64_t value) argument
429 memstat_get_percpu_free(const struct memory_type *mtp, int cpu) argument
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c120 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
371 uintptr_t cpu = (uintptr_t) arg; local
/freebsd-10.0-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c49 dtrace_debug_lock(int cpu) argument
60 dtrace_debug_unlock(int cpu) argument
155 dtrace_debug__putc(int cpu, char c) argument
177 int cpu; local
190 int cpu; local
230 dtrace_debug_vprintf(int cpu, const char *fmt, va_list ap) argument
540 int cpu; local
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c121 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
372 uintptr_t cpu = (uintptr_t) arg; local
/freebsd-10.0-release/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c129 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
169 uintptr_t cpu = (uintptr_t) arg; local
/freebsd-10.0-release/sys/ddb/
H A Ddb_sym.c246 int cpu; local
/freebsd-10.0-release/sys/dev/cfe/
H A Dcfe_api.c115 cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1) argument
139 cfe_cpu_stop(int cpu) argument

Completed in 231 milliseconds

12345678