Searched refs:alternative_input (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | mwait.h | 123 alternative_input("", "clflush (%[addr])", X86_BUG_CLFLUSH_MONITOR, [addr] "a" (addr)); in mwait_idle_with_hints()
|
H A D | processor.h | 626 alternative_input(BASE_PREFETCH, "prefetchnta %1", in prefetch() 638 alternative_input(BASE_PREFETCH, "prefetchw %1", in prefetchw()
|
H A D | alternative.h | 258 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ macro 262 /* Like alternative_input, but with a single output argument */
|
/linux/arch/s390/include/asm/ |
H A D | alternative.h | 171 #define alternative_input(oldinstr, newinstr, feature, input...) \ macro 175 /* Like alternative_input, but with a single output argument */
|
/linux/arch/x86/kernel/ |
H A D | process.c | 926 alternative_input("", "clflush (%[addr])", X86_BUG_CLFLUSH_MONITOR, [addr] "a" (addr)); in mwait_idle()
|