Searched refs:CPU_IS88100 (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Dparam.h93 #define CPU_IS88100 (cputyp == CPU_88100) macro
96 #define CPU_IS88100 1 macro
100 #define CPU_IS88100 0 macro
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_sstep.c140 if (CPU_IS88100) {
181 if (CPU_IS88100) {
H A Dsig_machdep.c168 if (CPU_IS88100) {
247 if (CPU_IS88100) {
272 return CPU_IS88100 ? EJUSTRETURN : ERESTART;
289 if (CPU_IS88100 && ISSET(tf->tf_dmt0, DMT_VALID)) {
H A Dm88k_machdep.c143 if (CPU_IS88100) {
181 if (CPU_IS88100) {
219 if (CPU_IS88100) {
223 if (CPU_IS88100 && ISSET(f->tf_dmt0, DMT_VALID)) {
228 if (CPU_IS88100 && longformat != 0) {
H A Ddb_interface.c253 if (CPU_IS88100) {
293 if (CPU_IS88100) {
346 if (CPU_IS88100) {
466 if (CPU_IS88100)
516 if (CPU_IS88100 && va >= BATC8_VA)
H A Dfpu.c237 if (CPU_IS88100) {
H A Ddb_trace.c219 if (CPU_IS88100) {
919 if (CPU_IS88100) {
H A Dtrap.c122 if (CPU_IS88100) {
1347 if (CPU_IS88100) {
1728 if (CPU_IS88100) {
H A Ddb_disasm.c1077 cpu = CPU_IS88100 ? CPU_88110 : CPU_88100;
H A Dpmap.c268 if (CPU_IS88100) {

Completed in 157 milliseconds