Searched refs:mces (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_kn8ae.c345 kn8ae_harderr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
416 alpha_pal_wrmces(mces);
424 kn8ae_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
464 alpha_pal_wrmces(mces);
472 kn8ae_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
484 machine_check(mces, framep, type, logout);
567 machine_check(mces, framep, type, logout);
571 dec_kn8ae_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param) argument
575 kn8ae_harderr(mces, vector, param, framep);
579 kn8ae_softerr(mces, vecto
[all...]
H A Ddec_kn20aa.c282 dec_kn20aa_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
293 machine_check(mces, framep, type, logout);
305 machine_check(mces, framep, type, logout);
309 dec_kn20aa_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param) argument
315 dec_kn20aa_mcheck(mces, vector, param, framep);
319 machine_check(mces, framep, vector, param);
H A Ddec_kn300.c418 kn300_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
471 alpha_pal_wrmces(mces);
479 kn300_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
493 machine_check(mces, framep, type, logout);
538 machine_check(mces, framep, type, logout);
542 dec_kn300_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param) argument
547 kn300_softerr(mces, vector, param, framep);
552 kn300_mcheck(mces, vector, param, framep);
556 machine_check(mces, framep, vector, param);
H A Dinterrupt.c313 machine_check(unsigned long mces, struct trapframe *framep, argument
322 if ((mces & (ALPHA_MCES_MIP|ALPHA_MCES_SCE|ALPHA_MCES_PCE)) == 0) {
328 if (mces & ALPHA_MCES_MIP) {
339 if (mces & ALPHA_MCES_SCE)
343 if (mces & ALPHA_MCES_PCE)
347 alpha_pal_wrmces(mces);
351 alpha_pal_wrmces(mces);
360 printf(" mces = 0x%lx\n", mces);
H A Ddec_2100_a50.c294 dec_2100_a50_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
307 machine_check(mces, framep, type, logout);
572 machine_check(mces, framep, type, logout);
576 dec_2100_a50_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param) argument
581 dec_2100_a50_mcheck(mces, vector, param, framep);
585 machine_check(mces, framep, vector, param);
H A Ddec_2100_a500.c360 dec_2100_a500_machine_check(unsigned long mces, struct trapframe *framep, argument
373 machine_check(mces, framep, vector, param);
H A Ddec_6600.c485 dec_6600_mcheck_handler(unsigned long mces, struct trapframe *framep, argument
496 machine_check(mces, framep, vector, param);
508 machine_check(mces, framep, vector, param);
/netbsd-current/sys/arch/alpha/include/
H A Dalpha_cpu.h574 alpha_pal_wrmces(unsigned long mces) argument
576 register unsigned long a0 __asm("$16") = mces;

Completed in 136 milliseconds