]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: Expose DC CVAP to userspace
authorRobin Murphy <robin.murphy@arm.com>
Tue, 25 Jul 2017 10:55:40 +0000 (11:55 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 9 Aug 2017 10:00:35 +0000 (11:00 +0100)
commit7aac405ebb3224037efd56b73d82d181111cdac3
tree04820d65325b5e9cfce27e0df511edd8c71a499c
parentd46befef4c03fb61a62b3319ff5265aaac7bc465
arm64: Expose DC CVAP to userspace

The ARMv8.2-DCPoP feature introduces persistent memory support to the
architecture, by defining a point of persistence in the memory
hierarchy, and a corresponding cache maintenance operation, DC CVAP.
Expose the support via HWCAP and MRS emulation.

Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/arm64/cpu-feature-registers.txt
arch/arm64/include/asm/sysreg.h
arch/arm64/include/uapi/asm/hwcap.h
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/cpuinfo.c