/freebsd/share/man/man9/ |
H A D | vm_page_deactivate.9 | 43 unmanaged and is not wired.
|
H A D | vm_page_rename.9 | 51 unless it is wired or unmanaged, in which case the deactivation will
|
H A D | pmap_quick_enter_page.9 | 89 It must be either wired or held, or it must belong to an unmanaged
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | realtek.yaml | 7 title: Realtek switches for unmanaged switches 16 Realtek advertises these chips as fast/gigabit switches or unmanaged
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | brcm,bcm7038-l1-intc.txt | 42 have already been configured by the firmware and should be left unmanaged.
|
H A D | brcm,bcm7038-l1-intc.yaml | 70 configured by the firmware and should be left unmanaged. This should
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 237 /// This makes the default group unmanaged, and lets the user manage the
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 188 TA.reportError("GC managed memory will become unmanaged in ARC", in errorForGCAttrsOnNonObjC()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_core.c | 1121 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local 1138 if (!unmanaged) { in __mlx5_create_flow_table() 1163 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table() 1171 if (!unmanaged) { in __mlx5_create_flow_table() 1179 if (!unmanaged) { in __mlx5_create_flow_table()
|
/freebsd/share/man/man7/ |
H A D | firewall.7 | 216 # sw: ethernet switch (unmanaged)
|
/freebsd/sys/vm/ |
H A D | vm_object.h | 187 #define OBJ_UNMANAGED 0x00000002 /* (c) contains unmanaged pages */
|
H A D | device_pager.c | 146 ("populate on unmanaged device pager")); in cdev_pager_allocate()
|
H A D | vm_object.c | 1168 * If the backing object is a device object with unmanaged pages, then any 1264 * unmanaged mappings. in vm_object_sync() 1280 * not applied to unmanaged pages since they never belong to page queues, and
|
H A D | vm_page.c | 3930 ("%s: page %p is unmanaged", __func__, m)); in vm_pqbatch_process_page() 4161 ("vm_page_free_prep: unmanaged page %p is queued", m)); in vm_page_free_prep() 4343 ("%s: page %p is unmanaged", __func__, m)); in vm_page_unwire_managed() 4587 ("vm_page_release: page %p is unmanaged", m)); in vm_page_release() 4615 ("vm_page_release_locked: page %p is unmanaged", m)); in vm_page_release_locked() 5907 ("PGA_WRITEABLE on unmanaged page")); in vm_page_assert_pga_writeable()
|
H A D | vm_pageout.c | 290 ("Unmanaged page %p cannot be in page queue", m)); in vm_pageout_collect_batch() 1237 * another object, in particular, one with unmanaged mappings in vm_pageout_scan_active()
|
H A D | vm_fault.c | 1847 /* Neither fictitious nor unmanaged pages can be reclaimed. */ in vm_fault_dontneed() 2025 * performed through an unmanaged mapping or by a DMA in vm_fault_quick_hold_pages()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_page.c | 253 * performed through an unmanaged mapping or by a DMA in __get_user_pages_fast()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticCommonKinds.td | 416 …: Warning<"[rewriter] call returns pointer to GC managed memory; it will become unmanaged in ARC">;
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea.c | 203 LIST_HEAD_INITIALIZER(moea_pvo_kunmanaged); /* list of unmanaged pages */ 207 uma_zone_t moea_upvo_zone; /* zone for pvo entries for unmanaged pages */ 864 * Initialise the unmanaged pvo pool. in moea_bootstrap()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc.c | 135 KASSERT((m->oflags & VPO_UNMANAGED) == 0, ("ttm got unmanaged %p", m)); in ttm_vm_page_free()
|
/freebsd/sys/dev/etherswitch/felix/ |
H A D | felix.c | 495 * This way after when driver is unloaded switch is left in unmanaged mode. in felix_detach()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 2001 /// "\#pragma unmanaged" 2184 AddPragmaHandler(new PragmaManagedHandler("unmanaged")); in RegisterBuiltinPragmas()
|
/freebsd/sys/powerpc/powermac/ |
H A D | smu.c | 936 if (OF_getprop(child, "unmanaged-value", in smu_fill_fan_prop()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 670 // Skip unmanaged JITDylibs. in pushInitializersLoop()
|
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 803 return (ENOTSUP); /* Pages are unmanaged. */ in shm_dotruncate_largepage()
|