diff options
author | Binbin Wu <[email protected]> | 2023-09-13 20:42:15 +0800 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-11-28 17:54:03 -0800 |
commit | 538ac9a92d669c4ccfc64739a32efab2793cea1d (patch) | |
tree | 6ca89f17aaa60509694d769fbb20da59c0855866 /tools/perf/scripts/python/netdev-times.py | |
parent | 3963c52df42231f72277cd138994ac94f1183d2b (diff) |
KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
Add an emulation flag X86EMUL_F_INVLPG, which is used to identify an
instruction that does TLB invalidation without true memory access.
Only invlpg & invlpga implemented in emulator belong to this kind.
invlpga doesn't need additional information for emulation. Just pass
the flag to em_invlpg().
Linear Address Masking (LAM) and Linear Address Space Separation (LASS)
don't apply to addresses that are inputs to TLB invalidation. The flag
will be consumed to support LAM/LASS virtualization.
Signed-off-by: Binbin Wu <[email protected]>
Tested-by: Xuelian Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions