diff options
author | Christoffer Dall <c.dall@virtualopensystems.com> | 2013-01-20 18:28:10 -0500 |
---|---|---|
committer | Christoffer Dall <c.dall@virtualopensystems.com> | 2013-01-23 13:29:14 -0500 |
commit | c27581ed32275897651a84043b04ea3ccdd644e0 (patch) | |
tree | dc541728d54d1c9114eafc3930634434c7912a69 /arch/arm/net | |
parent | 1138245ccf9652429630c09fb068e9b12c56c3d3 (diff) | |
download | linux-3.10-c27581ed32275897651a84043b04ea3ccdd644e0.tar.gz linux-3.10-c27581ed32275897651a84043b04ea3ccdd644e0.tar.bz2 linux-3.10-c27581ed32275897651a84043b04ea3ccdd644e0.zip |
KVM: ARM: Demux CCSIDR in the userspace API
The Cache Size Selection Register (CSSELR) selects the current Cache
Size ID Register (CCSIDR). You write which cache you are interested
in to CSSELR, and read the information out of CCSIDR.
Which cache numbers are valid is known by reading the Cache Level ID
Register (CLIDR).
To export this state to userspace, we add a KVM_REG_ARM_DEMUX
numberspace (17), which uses 8 bits to represent which register is
being demultiplexed (0 for CCSIDR), and the lower 8 bits to represent
this demultiplexing (in our case, the CSSELR value, which is 4 bits).
Reviewed-by: Will Deacon <will.deacon@arm.com>
Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com>
Diffstat (limited to 'arch/arm/net')
0 files changed, 0 insertions, 0 deletions