Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dalternative.h209 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument
211 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
219 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument
224 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/Linux-v4.19/scripts/
Dcheckpatch.pl6197 my $oldfunc = $3;
6201 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc");
6214 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&