diff options
author | Pierre Morel <[email protected]> | 2022-05-04 14:29:08 +0200 |
---|---|---|
committer | Janosch Frank <[email protected]> | 2022-07-20 10:57:36 +0200 |
commit | 0130337ec45bffd26ba3e782850da3b68f1eef9d (patch) | |
tree | e5390763753c56aef126a00c4b81bc980c7b231e /scripts/gdb/linux/mm.py | |
parent | c3f0e5fd2d33d80c5a5a8b5e5d2bab2841709cc8 (diff) |
KVM: s390: Cleanup ipte lock access and SIIF facility checks
We can check if SIIF is enabled by testing the sclp_info struct
instead of testing the sie control block eca variable as that
facility is always enabled if available.
Also let's cleanup all the ipte related struct member accesses
which currently happen by referencing the KVM struct via the
VCPU struct.
Making the KVM struct the parameter to the ipte_* functions
removes one level of indirection which makes the code more readable.
Signed-off-by: Pierre Morel <[email protected]>
Reviewed-by: Janosch Frank <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Nico Boehr <[email protected]>
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Janosch Frank <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions