diff options
author | Thomas Gleixner <[email protected]> | 2021-06-23 14:01:56 +0200 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-06-23 18:20:27 +0200 |
commit | 6fdc908cb56123591baa4259400cfb0787582b11 (patch) | |
tree | c2e4a2b35bbdb7c87a38a24bee8a8a2b17ab07d7 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 872c65dbf669b3b471b3d8656391a6b4f736d22b (diff) |
x86/fpu: Rename fregs-related copy functions
The function names for fnsave/fnrstor operations are horribly named and
a permanent source of confusion.
Rename:
copy_kernel_to_fregs() to frstor()
copy_fregs_to_user() to fnsave_to_user_sigframe()
copy_user_to_fregs() to frstor_from_user_sigframe()
so it's clear what these are doing. All these functions are really low
level wrappers around the equally named instructions, so mapping to the
documentation is just natural.
No functional change.
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions