Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dalternative.h250 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument
252 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
260 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument
265 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/Linux-v5.15/scripts/
Dcheckpatch.pl7000 my $oldfunc = $3;
7004 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc");
7017 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&