Home
last modified time | relevance | path

Searched refs:unmanaged (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/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()
797 if (start < svmm->unmanaged.limit) in nouveau_svm_fault()
798 limit = min_t(u64, limit, svmm->unmanaged.start); in nouveau_svm_fault()
H A Dnouveau_svm.h15 } unmanaged; member
/linux-6.15/Documentation/devicetree/bindings/net/dsa/
H A Drealtek.yaml7 title: Realtek switches for unmanaged switches
16 Realtek advertises these chips as fast/gigabit switches or unmanaged
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm7038-l1-intc.yaml70 configured by the firmware and should be left unmanaged. This should
/linux-6.15/Documentation/networking/device_drivers/wwan/
H A Diosm.rst18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
H A Dt7xx.rst20 MBIM & AT functions are inactive when unmanaged. The t7xx driver provides
/linux-6.15/Documentation/networking/
H A Dstatistics.rst66 For devices which contain unmanaged
H A Dl2tp.rst117 sockets are used to implement unmanaged L2TPv3 tunnels (iproute2's "ip
120 unmanaged tunnels later in this document.
567 The kernel L2TP subsystem also supports static (unmanaged) L2TPv3
H A Dcdc_mbim.rst43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
H A Dbonding.rst2871 support, and many unmanaged switches as well.
2879 802.3ad Dynamic Link Aggregation. Most managed and many unmanaged
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1336 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.15/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
H A Dvmbus.rst243 neither "unmanaged" nor "managed" interrupts.
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its.c187 atomic_t unmanaged; member
1652 return atomic_read(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_read_lpi_count()
1660 atomic_inc(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_inc_lpi_count()
1668 atomic_dec(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_dec_lpi_count()
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst478 unmanaged pages by checking (``present_pages`` - ``managed_pages``). Write