diff options
author | Ahmed S. Darwish <darwi@linutronix.de> | 2025-05-08 17:02:36 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-05-16 10:49:55 +0200 |
commit | 119deb95b0bc2793d4b002549444ce0aec346b4f (patch) | |
tree | cbd61b390524e230f03bf6abefb2ebd5bece55cd /scripts/gdb/linux/utils.py | |
parent | 4b21e71ad6cc93d39d78176de269a0dc9a318fc6 (diff) |
x86/cpu/intel: Rename CPUID(0x2) descriptors iterator parameter
The CPUID(0x2) descriptors iterator has been renamed from:
for_each_leaf_0x2_entry()
to:
for_each_cpuid_0x2_desc()
since it iterates over CPUID(0x2) cache and TLB "descriptors", not
"entries".
In the macro's x86/cpu call-site, rename the parameter denoting the
parsed descriptor at each iteration from 'entry' to 'desc'.
Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: x86-cpuid@lists.linux.dev
Link: https://lore.kernel.org/r/20250508150240.172915-8-darwi@linutronix.de
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions