Re: [PATCH 2/8] iommu/vt-d: Add entry_sync support for PASID entry updates

From: Jason Gunthorpe

Date: Wed Mar 11 2026 - 08:24:22 EST


On Wed, Mar 11, 2026 at 04:42:37PM +0800, Baolu Lu wrote:
> switch (pgtt) {
> case PASID_ENTRY_PGTT_FL_ONLY:
> /* AW, PGTT */
> ue->val[0] |= SM_PASID0_AW | SM_PASID0_PGTT;

Probably don't need the comments too :)

Jason