Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/kernel/
Dalternative.c30 cond_check = ALT_COND_ALWAYS | in apply_alternatives()
57 if ((cond & ALT_COND_ALWAYS) == 0 && no_alternatives) in apply_alternatives()
/Linux-v5.10/arch/parisc/include/asm/
Dalternative.h5 #define ALT_COND_ALWAYS 0x80 /* always replace instruction */ macro