Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dalternative.h31 #define ALT_CTX_LATE 2 macro
32 #define ALT_CTX_ALL (ALT_CTX_EARLY | ALT_CTX_LATE)
46 #define ALT_SPEC(facility) (ALT_CTX_LATE << ALT_CTX_SHIFT | \
79 __apply_alternatives(__alt_instructions, __alt_instructions_end, ALT_CTX_LATE); in apply_alternative_instructions()