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