OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pc_eligible_cpus
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/alpha/pci/
pci_6600.c
138
pc->
pc_eligible_cpus
|= __BIT(ci->ci_cpuid);
299
(pc->
pc_eligible_cpus
& __BIT(cpuno)) == 0)
322
volatile uint64_t * const dim0 = (pc->
pc_eligible_cpus
& __BIT(0)) ?
324
volatile uint64_t * const dim1 = (pc->
pc_eligible_cpus
& __BIT(1)) ?
326
volatile uint64_t * const dim2 = (pc->
pc_eligible_cpus
& __BIT(2)) ?
328
volatile uint64_t * const dim3 = (pc->
pc_eligible_cpus
& __BIT(3)) ?
377
KASSERT(pc->
pc_eligible_cpus
& __BIT(ci->ci_cpuid));
pci_machdep.c
277
if (pc->
pc_eligible_cpus
== 0) {
298
if ((pc->
pc_eligible_cpus
& __BIT(ci->ci_cpuid)) == 0) {
428
if (pc->
pc_eligible_cpus
== 0 || pc->pc_intr_set_affinity == NULL) {
/src/sys/arch/alpha/include/
pci_machdep.h
91
u_long
pc_eligible_cpus
;
member in struct:alpha_pci_chipset
Completed in 11 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025