Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmwait.h123 alternative_input("", "clflush (%[addr])", X86_BUG_CLFLUSH_MONITOR, [addr] "a" (addr)); in mwait_idle_with_hints()
H A Dprocessor.h626 alternative_input(BASE_PREFETCH, "prefetchnta %1", in prefetch()
638 alternative_input(BASE_PREFETCH, "prefetchw %1", in prefetchw()
H A Dalternative.h258 #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 Dalternative.h171 #define alternative_input(oldinstr, newinstr, feature, input...) \ macro
175 /* Like alternative_input, but with a single output argument */
/linux/arch/x86/kernel/
H A Dprocess.c926 alternative_input("", "clflush (%[addr])", X86_BUG_CLFLUSH_MONITOR, [addr] "a" (addr)); in mwait_idle()