x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS
authorIngo Molnar <mingo@kernel.org>
Fri, 2 May 2025 08:08:42 +0000 (10:08 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 2 May 2025 08:11:17 +0000 (10:11 +0200)
commitc9d8ea9d53d4ddb80f2ad2bca5b9e9e40fcb9b16
treef0d7f46849c57129f987b93d19ca9586826744d1
parent76deb5452e79ab86eac699ae3b6a44ab9c437ffe
x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS

DECLARE_ARGS() is way too generic of a name that says very little about
why these args are declared in that fashion - use the EAX_EDX_ prefix
to create a common prefix between the three helper methods:

EAX_EDX_DECLARE_ARGS()
EAX_EDX_VAL()
EAX_EDX_RET()

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Uros Bizjak <ubizjak@gmail.com>
Cc: linux-kernel@vger.kernel.org
arch/x86/include/asm/msr.h
arch/x86/kernel/cpu/mce/core.c