summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2025-06-11 15:45:42 -0700
committerSean Christopherson <seanjc@google.com>2025-06-23 09:50:37 -0700
commit3be405e89f3daea23ddfcf6b6526ae44ce38dd9a (patch)
tree666be0ca17740842fa096446310dfa1183ed25b8 /tools/perf/scripts/python/mem-phys-addr.py
parentc3d591c91f9c99a35f8cf80d28ea689214a1acf3 (diff)
downloadkernel-3be405e89f3daea23ddfcf6b6526ae44ce38dd9a.tar.gz
iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
Add a comment to amd_iommu_update_ga() to document what fields it can safely modify without issuing an invalidation of the IRTE, and to explain its role in keeping GA IRTEs up-to-date. Per page 93 of the IOMMU spec dated Feb 2025: When virtual interrupts are enabled by setting MMIO Offset 0018h[GAEn] and IRTE[GuestMode=1], IRTE[IsRun], IRTE[Destination], and if present IRTE[GATag], are not cached by the IOMMU. Modifications to these fields do not require an invalidation of the Interrupt Remapping Table. Link: https://lore.kernel.org/all/9b7ceea3-8c47-4383-ad9c-1a9bbdc9044a@oracle.com Cc: Joao Martins <joao.m.martins@oracle.com> Link: https://lore.kernel.org/r/20250611224604.313496-41-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
/eventpoll.c?h=linux-6.6.y&id=1c441e921201d523b5a6036aea22b0b426bf1af2'>epoll: use freezable blocking callColin Cross 2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong 2013-04-30epoll: cleanup: hoist out f_op->poll callsEric Wong 2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepEric Wong 2013-04-30epoll: use RCU to protect wakeup_source in epitemEric Wong 2013-04-30epoll: trim epitem by one cache lineEric Wong 2013-03-03switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro 2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong 2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov