diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-06-23 14:01:53 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-06-23 18:01:56 +0200 |
commit | 6b862ba1821441e6083cf061404694d33a841526 (patch) | |
tree | 484fbaf0fddd95c10e92cf50794460ca6bae7790 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b16313f71c1050ad5c92548925e0e9cec26989ab (diff) |
x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
The function names for xsave[s]/xrstor[s] operations are horribly named and
a permanent source of confusion.
Rename:
copy_xregs_to_user() to xsave_to_user_sigframe()
copy_user_to_xregs() to xrstor_from_user_sigframe()
so it's entirely clear what this is about. This is also a clear indicator
of the potentially different storage format because this is user ABI and
cannot use compacted format.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210623121453.924266705@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions