diff options
| author | Jeremy Fitzhardinge <[email protected]> | 2007-05-02 19:27:14 +0200 |
|---|---|---|
| committer | Andi Kleen <[email protected]> | 2007-05-02 19:27:14 +0200 |
| commit | f8822f42019eceed19cc6c0f985a489e17796ed8 (patch) | |
| tree | d47728ad3a41343912e4556e6abd5cd79d75b3aa /tools/perf/scripts/python | |
| parent | 42c24fa22e86365055fc931d833f26165e687c19 (diff) | |
[PATCH] i386: PARAVIRT: Consistently wrap paravirt ops callsites to make them patchable
Wrap a set of interesting paravirt_ops calls in a wrapper which makes
the callsites available for patching. Unfortunately this is pretty
ugly because there's no way to get gcc to generate a function call,
but also wrap just the callsite itself with the necessary labels.
This patch supports functions with 0-4 arguments, and either void or
returning a value. 64-bit arguments must be split into a pair of
32-bit arguments (lower word first). Small structures are returned in
registers.
Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Zachary Amsden <[email protected]>
Cc: Anthony Liguori <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions