We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6465e26 commit c61c255Copy full SHA for c61c255
drivers/iommu/intel/pasid.c
@@ -335,15 +335,6 @@ static inline void pasid_set_fault_enable(struct pasid_entry *pe)
335
pasid_set_bits(&pe->val[0], 1 << 1, 0);
336
}
337
338
-/*
339
- * Setup the WPE(Write Protect Enable) field (Bit 132) of a
340
- * scalable mode PASID entry.
341
- */
342
-static inline void pasid_set_wpe(struct pasid_entry *pe)
343
-{
344
- pasid_set_bits(&pe->val[2], 1 << 4, 1 << 4);
345
-}
346
-
347
/*
348
* Setup the P(Present) field (Bit 0) of a scalable mode PASID
349
* entry.
0 commit comments