summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristian Loehle <christian.loehle@arm.com>2026-08-03 22:05:26 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-05 15:09:45 +0200
commit9c5ab33a6d2cfa34a6d64c819503f7bfd837bb78 (patch)
tree856947b85c22359987314ab3851436a91b689637 /tools/perf/scripts/python
parent9d9157ee90e3eed393e92b4032b83ddb8691de64 (diff)
ACPI: CPPC: Avoid locking standalone full-width registers
cpc_write() serializes every SystemMemory write with the per-CPU rmw_lock. The lock is required for read-modify-write fields and for registers whose access units overlap, but not for a full-width register in a standalone access unit. The _CPC layout is immutable after it has been parsed. Classify each SystemMemory register at probe time and retain locking for partial fields, invalid access widths, and overlapping access units. Allow standalone full-width registers to bypass the descriptor lookup and spinlock. Store the classification in existing structure padding so that struct cpc_register_resource does not grow. Signed-off-by: Christian Loehle <christian.loehle@arm.com> Link: https://patch.msgid.link/20260803210527.1285229-3-christian.loehle@arm.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions