Searched refs:CPUSET_ONLY (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | mp_call.c | 88 CPUSET_ONLY(set, cp->cpu_id); in cpu_call()
|
H A D | cpr_impl.c | 338 CPUSET_ONLY(cpu_ready_set, boot_cpuid); in i_cpr_pre_resume_cpus() 339 CPUSET_ONLY(procset, boot_cpuid); in i_cpr_pre_resume_cpus()
|
H A D | cmi_hw.c | 247 CPUSET_ONLY(cpus, cpuid); in call_func_ntv() 1704 CPUSET_ONLY(set, cp->cpu_id); in cmi_ntv_hwdisable_mce()
|
H A D | startup.c | 707 CPUSET_ONLY(cpu_ready_set, 0); /* cpu 0 is boot cpu */ in startup()
|
/titanic_50/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 284 CPUSET_ONLY(cpus, cpu & ~IRQ_USER_BOUND); in xen_psm_picinit() 341 CPUSET_ONLY(cpus, cpu & ~IRQ_USER_BOUND); in xen_psm_addspl() 792 CPUSET_ONLY(ncpu, newcpu & ~IRQ_USER_BOUND); in xen_psm_rebind_irq() 1602 CPUSET_ONLY(cpus, cpu & ~IRQ_USER_BOUND); in apic_setup_io_intr()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cpuvar.h | 429 #define CPUSET_ONLY(set, cpu) cpuset_only(&(set), cpu) macro 504 #define CPUSET_ONLY(set, cpu) ((void)((set) = CPUSET(cpu))) macro
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 61 CPUSET_ONLY(set, cpuid); \
|
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | cpudrv_mach.c | 77 CPUSET_ONLY(set, cp->cpu_id); in cpudrv_change_speed()
|
H A D | mp_platform_common.c | 1029 CPUSET_ONLY(apic_cpumask, 0); in apic_handle_defconf()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 392 CPUSET_ONLY(tcpus, cpu); in alloc_irq_evtchn() 1129 CPUSET_ONLY(tcpus, i); in virq_resume() 1159 CPUSET_ONLY(tcpus, i); in ipi_resume()
|
/titanic_50/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpupm_mach.c | 643 CPUSET_ONLY(set, cp->cpu_id); in cpupm_state_change()
|
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_common.c | 390 CPUSET_ONLY(cpu_set, cpuid); in cmci_cpu_setup()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 2089 CPUSET_ONLY(justme, CPU->cpu_id); in hat_tlb_inval_range()
|