Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dprocessor.h84 unsigned short txdefr_failure; member
/linux-4.4.14/arch/metag/kernel/
Dtraps.c290 current->thread.txdefr_failure &= ~(1 << depth); in head_end()
292 current->thread.txdefr_failure |= (1 << depth); in head_end()
399 if (current->thread.txdefr_failure & (1 << depth)) in tail_end_sys()