Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dalternative.h244 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument
246 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
254 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument
259 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/Linux-v5.4/scripts/
Dcheckpatch.pl6290 my $oldfunc = $3;
6294 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc");
6307 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&