Searched refs:CPU_IS88110 (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Dparam.h94 #define CPU_IS88110 (cputyp != CPU_88100) macro
97 #define CPU_IS88110 0 macro
101 #define CPU_IS88110 1 macro
H A Dcpu.h279 (CPU_IS88110 ? ((regs)->exip & XIP_ADDR) : \
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_sstep.c132 if (CPU_IS88110) {
176 if (CPU_IS88110) {
H A Dm88k_machdep.c134 if (CPU_IS88110) {
170 if (CPU_IS88110) {
214 if (CPU_IS88110) {
242 if (CPU_IS88110 && longformat != 0) {
H A Dsig_machdep.c174 if (CPU_IS88110)
212 pc = CPU_IS88110 ? tf->tf_regs.exip : tf->tf_regs.sxip ^ XIP_V;
H A Ddb_interface.c235 CPU_IS88110 ? 'e' : 's', s->tf_sxip & XIP_ADDR);
244 CPU_IS88110 ? 'e' : 's', s->tf_snip);
265 if (CPU_IS88110) {
H A Dpmap.c598 if (CPU_IS88110 && m88k_protection(prot) != PG_RO)
810 if (CPU_IS88110)
1103 if (CPU_IS88110 && pmap != pmap_kernel() &&
1133 if (CPU_IS88110 && pmap != pmap_kernel())
1159 if (CPU_IS88110 && m88k_protection(prot) != PG_RO)
1749 if (CPU_IS88110) {
H A Dtrap.c141 if (CPU_IS88110) {
1353 if (CPU_IS88110) {
1735 if (CPU_IS88110) {
H A Ddb_trace.c926 CPU_IS88110 ? "e" : "s", frame.sxip);

Completed in 106 milliseconds