Searched refs:remove_dma_window_named (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 1026 static int remove_dma_window_named(struct device_node *np, bool remove_prop, const char *win_name, in remove_dma_window_named() function 1113 remove_dma_window_named(pdn, true, name, true); in find_existing_ddw_windows_named() 1976 remove_dma_window_named(pdn, true, direct_mapping ? in remove_dynamic_dma_windows() 2302 if (remove_dma_window_named(pdn, true, win_name, false)) { in spapr_tce_unset_window() 2380 remove_dma_window_named(pdn, true, "ibm,dma-window", true); in spapr_tce_take_ownership() 2487 if (remove_dma_window_named(np, false, DIRECT64_PROPNAME, true)) in iommu_reconfig_notifier() 2488 remove_dma_window_named(np, false, DMA64_PROPNAME, true); in iommu_reconfig_notifier()
|