Home
last modified time | relevance | path

Searched refs:m88k_cpus (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/m88k/include/
H A Dcpu.h190 extern struct cpu_info m88k_cpus[MAX_CPUS];
195 if (((ci) = &m88k_cpus[cii])->ci_flags & CIF_ALIVE)
220 #define curcpu() (&m88k_cpus[0])
/openbsd/sys/arch/m88k/m88k/
H A Dm88k_machdep.c97 struct cpu_info m88k_cpus[MAX_CPUS] = { variable
266 ci = &m88k_cpus[number]; in set_cpu_number()
268 ci = &m88k_cpus[0]; in set_cpu_number()
H A Dm8820x_machdep.c604 ci = &m88k_cpus[cpu]; in m8820x_initialize_cpu()
1101 if (!ISSET(m88k_cpus[cpu].ci_flags, CIF_ALIVE)) in m8820x_dma_cachectl()
1106 if (!ISSET(m88k_cpus[cpu].ci_flags, CIF_ALIVE)) in m8820x_dma_cachectl()
H A Ddb_interface.c613 ISSET(m88k_cpus[cpu].ci_flags, CIF_ALIVE)) { in m88k_db_cpu_cmd()
H A Dpmap.c1928 if (ISSET(m88k_cpus[cpu].ci_flags, CIF_ALIVE)) { in pmap_cache_ctrl()
/openbsd/sys/arch/luna88k/luna88k/
H A Dlocore0.S227 or.u %r11, %r0, %hi16(m88k_cpus)
228 or %r11, %r11, %lo16(m88k_cpus)
H A Dmachdep.c1231 struct cpu_info *ci = &m88k_cpus[cpu]; in m88k_send_ipi()