Lines Matching defs:translation
576 * First-level translation restricts the input-address to a
668 * disabled, and it needs no translation...
1228 * Hardware invalidates all DMA remapping hardware translation
1692 * entry for first-level or pass-through translation modes should
1694 * second-level or nested translation. We reserve a domain id for
1745 * DMA translation.
1934 int translation = CONTEXT_TT_MULTI_LEVEL;
1939 translation = CONTEXT_TT_PASS_THROUGH;
2007 if (translation != CONTEXT_TT_PASS_THROUGH) {
2020 translation = CONTEXT_TT_DEV_IOTLB;
2022 translation = CONTEXT_TT_MULTI_LEVEL;
2035 context_set_translation_type(context, translation);
2687 * The RTT bit can only be changed when translation is disabled,
2688 * but disabling translation means to open a window for data
2810 pr_info("Translation already enabled - trying to copy translation structures\n");
2815 * We found the IOMMU with translation
2818 * by disabling translation now and
2823 pr_err("Failed to copy translation tables from previous kernel for %s\n",
2828 pr_info("Copied translation tables from previous kernel for %s\n",
2866 * enable translation
3298 * Disable translation if already enabled prior to OS handover.
5039 * As a reminder, #6 will *NEED* this quirk as we enable nested translation.