Home
last modified time | relevance | path

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

/linux-5.19.10/arch/parisc/kernel/
Dalternative.c31 cond_check = ALT_COND_ALWAYS | in apply_alternatives()
58 if ((cond & ALT_COND_ALWAYS) == 0 && no_alternatives) in apply_alternatives()
/linux-5.19.10/arch/parisc/include/asm/
Dalternative.h5 #define ALT_COND_ALWAYS 0x80 /* always replace instruction */ macro