Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dalternative.h252 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument
254 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)