/linux-6.14.4/drivers/gpu/drm/nouveau/ |
D | nouveau_svm.c | 277 if (limit > svmm->unmanaged.start && start < svmm->unmanaged.limit) { in nouveau_svmm_invalidate_range_start() 278 if (start < svmm->unmanaged.start) { in nouveau_svmm_invalidate_range_start() 280 svmm->unmanaged.limit); in nouveau_svmm_invalidate_range_start() 282 start = svmm->unmanaged.limit; in nouveau_svmm_invalidate_range_start() 332 svmm->unmanaged.start = args->unmanaged_addr; in nouveau_svmm_init() 333 svmm->unmanaged.limit = args->unmanaged_addr + args->unmanaged_size; in nouveau_svmm_init() 798 if (start < svmm->unmanaged.limit) in nouveau_svm_fault() 799 limit = min_t(u64, limit, svmm->unmanaged.start); in nouveau_svm_fault()
|
D | nouveau_svm.h | 15 } unmanaged; member
|
D | nouveau_vmm.c | 134 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
|
/linux-6.14.4/drivers/iommu/ |
D | fsl_pamu_domain.c | 200 * FIXME: This isn't creating an unmanaged domain since the in fsl_pamu_domain_alloc() 296 * the driver provides a non-working UNMANAGED domain that it can switch over 312 * UNMANAGED domain makes it BLOCKING. in fsl_pamu_platform_attach()
|
D | iommu.c | 185 return "Unmanaged"; in iommu_domain_type_str() 907 type = "unmanaged"; in iommu_group_show_type() 1783 * domain. Later on ARM_DMA_USE_IOMMU will install its UNMANAGED domain. in iommu_get_default_domain_type()
|
/linux-6.14.4/Documentation/networking/ |
D | l2tp.rst | 117 sockets are used to implement unmanaged L2TPv3 tunnels (iproute2's "ip 120 unmanaged tunnels later in this document. 564 Unmanaged L2TPv3 tunnels 567 The kernel L2TP subsystem also supports static (unmanaged) L2TPv3 568 tunnels. Unmanaged tunnels have no userspace tunnel socket, and 769 Unmanaged L2TPv3 Ethernet features are tested by the kernel's built-in
|
D | statistics.rst | 66 For devices which contain unmanaged
|
D | cdc_mbim.rst | 43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | vmm.h | 8 UNMANAGED, enumerator
|
/linux-6.14.4/Documentation/devicetree/bindings/net/dsa/ |
D | realtek.yaml | 7 title: Realtek switches for unmanaged switches 16 Realtek advertises these chips as fast/gigabit switches or unmanaged
|
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.yaml | 70 configured by the firmware and should be left unmanaged. This should
|
/linux-6.14.4/Documentation/networking/device_drivers/wwan/ |
D | iosm.rst | 18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
|
D | t7xx.rst | 20 MBIM & AT functions are inactive when unmanaged. The t7xx driver provides
|
/linux-6.14.4/Documentation/virt/hyperv/ |
D | vpci.rst | 213 whose drivers create managed or unmanaged Linux IRQs. If the 214 smp_affinity for an unmanaged IRQ is updated via the /proc/irq
|
D | vmbus.rst | 243 neither "unmanaged" nor "managed" interrupts.
|
/linux-6.14.4/net/l2tp/ |
D | trace.h | 72 __entry->fd > 0 ? "managed" : "unmanaged",
|
D | l2tp_netlink.c | 222 * Unmanaged tunnels must call out the source and destination addresses in l2tp_nl_cmd_tunnel_create()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvif/ |
D | vmm.c | 217 case UNMANAGED: args->type = NVIF_VMM_V0_TYPE_UNMANAGED; break; in nvif_vmm_ctor()
|
/linux-6.14.4/drivers/vdpa/ |
D | vdpa.c | 1346 NL_SET_ERR_MSG_MOD(info->extack, "unmanaged vdpa device"); in vdpa_nl_cmd_dev_config_get_doit() 1419 NL_SET_ERR_MSG_MOD(info->extack, "unmanaged vdpa device"); in vdpa_nl_cmd_dev_attr_set_doit() 1508 NL_SET_ERR_MSG_MOD(info->extack, "unmanaged vdpa device"); in vdpa_nl_cmd_dev_stats_get_doit()
|
/linux-6.14.4/Documentation/userspace-api/ |
D | iommufd.rst | 48 feature flag. This can be either an UNMANAGED stage-1 domain for a device
|
/linux-6.14.4/lib/kunit/ |
D | string-stream-test.c | 57 /* Unmanaged string_stream object is initialized correctly. */
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 1336 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local 1353 if (!unmanaged) { in __mlx5_create_flow_table() 1378 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table() 1386 if (!unmanaged) { in __mlx5_create_flow_table() 1394 if (!unmanaged) { in __mlx5_create_flow_table()
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 189 * so we create all unmanaged tables as level 1 (base + 1). in mlx5_chains_create_table()
|
/linux-6.14.4/drivers/crypto/ |
D | atmel-tdes.c | 944 "Unmanaged tdes version, set minimum capabilities\n"); in atmel_tdes_get_cap()
|
/linux-6.14.4/include/drm/ |
D | drm_mode_config.h | 965 * This is the unmanaged version of drmm_mode_config_init() for drivers which
|