Lines Matching defs:set
156 * Fake physical address range used to set up initial prealloc mappings.
406 * For such drivers set both read and write permissions
499 * so we set up DMA for this page
663 /* nobody else set it, so we should do it */
837 * tree. The final ddip is set only when we reach
842 /* immu_devi may not be set. */
891 /* if domain is set, it must be the same */
900 /* Domain may already be set, continue walking so that ddip gets set */
905 /* domain is not set in either immu_devi or dvp */
913 /* Grab lock again to check if something else set immu_devi fields */
1182 * Check if the domain is already set. This is usually true
1255 * another domain is set for either the request-dip or
1291 * passthrough is set in the context entry instead.
1649 * We need to set the context fields
1652 * Set the immu_devi field (if not already set)
1656 "immu_context_update: failed to set immu_devi for ddip");
1662 "immu_context_update: failed to set immu_devi for rdip");
1676 /* rdip is a PCIE device. set context for it only */
1685 /* rdip is a PCIE device. set context for it only */
1693 * bus, set context for rdip. Else, set context
1729 "set iommu context.");
1746 /* The PDTE must be set i.e. present bit is set */
1765 ddi_err(DER_MODE, rdip, "TM flag set");
1774 ddi_err(DER_MODE, rdip, "SW3 set");
1779 * PFN (for PTE) or next level pgtable-paddr (for PDE) must be set
1804 ddi_err(DER_MODE, rdip, "SNP set");
1811 ddi_err(DER_MODE, rdip, "SW2 set");
1817 ddi_err(DER_MODE, rdip, "SP set");
1826 ddi_err(DER_MODE, rdip, "SW1 set");
1831 ddi_err(DER_MODE, rdip, "READ not set");
1836 ddi_err(DER_MODE, rdip, "WRITE not set");
2064 * set the "present" flag. Note this present
2178 /* if PDE is already set, make sure it is correct */
2212 * set the "present" flag. Note this present
2238 * Used to set PDEs
2251 boolean_t set = B_FALSE;
2300 set = B_TRUE;
2309 * If buggy driver we already set permission
2334 return (set);
2373 /* set all matching ptes that fit into this leaf pgtable */
2494 * explicitly set it to read-only, just to be safe.