Home
last modified time | relevance | path

Searched full:unmanaged (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_svm.c277 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()
793 if (start < svmm->unmanaged.limit) in nouveau_svm_fault()
794 limit = min_t(u64, limit, svmm->unmanaged.start); in nouveau_svm_fault()
Dnouveau_svm.h15 } unmanaged; member
Dnouveau_vmm.c134 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
/linux-6.12.1/drivers/iommu/
Dfsl_pamu_domain.c200 * 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()
Diommu.c180 return "Unmanaged"; in iommu_domain_type_str()
902 type = "unmanaged"; in iommu_group_show_type()
1735 * domain. Later on ARM_DMA_USE_IOMMU will install its UNMANAGED domain. in iommu_get_default_domain_type()
/linux-6.12.1/Documentation/networking/
Dl2tp.rst117 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
Dstatistics.rst66 For devices which contain unmanaged
Dcdc_mbim.rst43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dvmm.h8 UNMANAGED, enumerator
/linux-6.12.1/Documentation/devicetree/bindings/net/dsa/
Drealtek.yaml7 title: Realtek switches for unmanaged switches
16 Realtek advertises these chips as fast/gigabit switches or unmanaged
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.yaml70 configured by the firmware and should be left unmanaged. This should
/linux-6.12.1/Documentation/networking/device_drivers/wwan/
Diosm.rst18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
Dt7xx.rst19 MBIM & AT functions are inactive when unmanaged. The t7xx driver provides
/linux-6.12.1/Documentation/virt/hyperv/
Dvpci.rst213 whose drivers create managed or unmanaged Linux IRQs. If the
214 smp_affinity for an unmanaged IRQ is updated via the /proc/irq
Dvmbus.rst243 neither "unmanaged" nor "managed" interrupts.
/linux-6.12.1/net/l2tp/
Dtrace.h72 __entry->fd > 0 ? "managed" : "unmanaged",
Dl2tp_netlink.c222 * Unmanaged tunnels must call out the source and destination addresses in l2tp_nl_cmd_tunnel_create()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dvmm.c217 case UNMANAGED: args->type = NVIF_VMM_V0_TYPE_UNMANAGED; break; in nvif_vmm_ctor()
/linux-6.12.1/drivers/vdpa/
Dvdpa.c1346 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.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1329 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local
1346 if (!unmanaged) { in __mlx5_create_flow_table()
1371 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1379 if (!unmanaged) { in __mlx5_create_flow_table()
1387 if (!unmanaged) { in __mlx5_create_flow_table()
/linux-6.12.1/lib/kunit/
Dstring-stream-test.c56 /* Unmanaged string_stream object is initialized correctly. */
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c189 * so we create all unmanaged tables as level 1 (base + 1). in mlx5_chains_create_table()
/linux-6.12.1/drivers/crypto/
Datmel-tdes.c944 "Unmanaged tdes version, set minimum capabilities\n"); in atmel_tdes_get_cap()
/linux-6.12.1/drivers/pci/
Dpci.c4008 * This is a "hybrid" function: It's normally unmanaged, but becomes managed
4065 * This is a "hybrid" function: It's normally unmanaged, but becomes managed
4085 * This is a "hybrid" function: It's normally unmanaged, but becomes managed
4126 * This is a "hybrid" function: It's normally unmanaged, but becomes managed
4155 * This is a "hybrid" function: It's normally unmanaged, but becomes managed
4491 * This is a "hybrid" function: It's normally unmanaged, but becomes managed
/linux-6.12.1/include/drm/
Ddrm_mode_config.h965 * This is the unmanaged version of drmm_mode_config_init() for drivers which

12