Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dalternative.h15 #define ALT_FLAG_DIRECT_CALL (1 << 1) macro
16 #define ALT_DIRECT_CALL(feature) ((ALT_FLAG_DIRECT_CALL << ALT_FLAGS_SHIFT) | (feature))
/arch/x86/kernel/
A Dalternative.c686 if (a->flags & ALT_FLAG_DIRECT_CALL) { in apply_alternatives()

Completed in 9 milliseconds