Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A 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()
794 if (start < svmm->unmanaged.limit) in nouveau_svm_fault()
795 limit = min_t(u64, limit, svmm->unmanaged.start); in nouveau_svm_fault()
H A Dnouveau_svm.h15 } unmanaged; member
H A Dnouveau_vmm.c134 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
/linux/Documentation/networking/
H A 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
H A Dcdc_mbim.rst43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
/linux/drivers/iommu/
H A 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()
H A Diommu.c190 return "Unmanaged"; in iommu_domain_type_str()
986 type = "unmanaged"; in iommu_group_show_type()
1860 * domain. Later on ARM_DMA_USE_IOMMU will install its UNMANAGED domain. in iommu_get_default_domain_type()
H A Dapple-dart.c263 * @stream_maps: streams attached to this domain (valid for DMA/UNMANAGED only)
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h8 UNMANAGED, enumerator
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm7038-l1-intc.yaml70 configured by the firmware and should be left unmanaged. This should
/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
/linux/Documentation/virt/hyperv/
H A 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
/linux/net/l2tp/
H A Dtrace.h72 __entry->fd > 0 ? "managed" : "unmanaged",
H A Dl2tp_netlink.c222 * Unmanaged tunnels must call out the source and destination addresses in l2tp_nl_cmd_tunnel_create()
/linux/drivers/gpu/drm/nouveau/nvif/
H A Dvmm.c217 case UNMANAGED: args->type = NVIF_VMM_V0_TYPE_UNMANAGED; break; in nvif_vmm_ctor()
/linux/Documentation/userspace-api/
H A Diommufd.rst48 feature flag. This can be either an UNMANAGED stage-1 domain for a device
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1342 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local
1359 if (!unmanaged) { in __mlx5_create_flow_table()
1381 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1389 if (!unmanaged) { in __mlx5_create_flow_table()
1397 if (!unmanaged) { in __mlx5_create_flow_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c190 * so we create all unmanaged tables as level 1 (base + 1). in mlx5_chains_create_table()
/linux/include/drm/
H A Ddrm_mode_config.h990 * This is the unmanaged version of drmm_mode_config_init() for drivers which
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c190 atomic_t unmanaged; member
1655 return atomic_read(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_read_lpi_count()
1663 atomic_inc(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_inc_lpi_count()
1671 atomic_dec(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_dec_lpi_count()
/linux/include/linux/
H A Dpage-flags.h1020 * pages (now with a reference count of zero) are treated like free (unmanaged)
H A Diommu.h619 * UNMANAGED, DMA, and DMA_FQ domain types. This is the
H A Dmmzone.h947 * management logic to figure out unmanaged pages by checking
/linux/drivers/net/ethernet/ti/
H A Dtlan.c2405 netdev_info(dev, "Unmanaged PHY\n"); in __tlan_phy_print()