Home
last modified time | relevance | path

Searched refs:mce_start (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dmonreader.c367 u32 mce_start; in mon_read() local
392 mce_start = mon_mca_start(monmsg) + monmsg->mca_offset; in mon_read()
393 if ((monmsg->pos >= mce_start) && (monmsg->pos < mce_start + 12)) { in mon_read()
394 count = min(count, (size_t) mce_start + 12 - monmsg->pos); in mon_read()
399 if (monmsg->pos == mce_start + 12) in mon_read()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1056 static noinstr int mce_start(int *no_way_out) in mce_start() function
1522 order = mce_start(&no_way_out); in do_machine_check()