/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
if000c.h | 8 __u8 managed; member in struct:nvif_vmm_v0
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_uvmm.c | 389 bool managed; local in function:nvkm_uvmm_new 392 managed = args->v0.managed != 0; 404 ret = mmu->func->vmm.ctor(mmu, managed, addr, size, argv, argc,
|
/src/sys/arch/powerpc/ibm4xx/ |
pmap.c | 796 bool managed; local in function:pmap_enter 807 managed = uvm_pageismanaged(pa); 846 if (pmap_initialized && managed) { 850 /* Could not enter pv on a managed page */
|
/src/sys/arch/sun3/sun3x/ |
pmap.c | 681 * determine if a physical address is "managed" memory. 927 * memory that will be managed by the system. Since memory on 1183 c_tbl->ct_va = 0; /* base of managed range */ 1213 * Determine if the given physical address is managed by the PV system. 1216 * do so, it will falsely report that it is managed. 1218 * Note: A "managed" address is one that was reported to the VM system as 1658 bool insert, managed; /* Marks the need for PV insertion.*/ local in function:pmap_enter 1708 if ((managed = is_managed(pa)) == false) 1870 * Store the pmap and base virtual managed address for faster 2024 * If the physical address being mapped is managed by the P [all...] |
/src/sys/arch/ia64/ia64/ |
pmap.c | 109 * Since the information managed by this module is 1047 * Remove an entry from the list of managed mappings. 1195 bool wired, bool managed) 1200 pte->pte |= (managed) ? PTE_MANAGED : (PTE_DIRTY | PTE_ACCESSED); 1212 * Remove the (possibly managed) mapping represented by pte from the 1299 * pages from the (to be) managed page pool, then implicitly mapping the 1667 bool icache_inval, managed, wired, canfail; local in function:pmap_enter 1716 managed = false; 1723 /* implies page not managed? */ 1743 managed = (pmap_managed(&origpte)) ? true : false 2085 const bool managed = false; \/* don't gather ref\/mod info *\/ local in function:pmap_kenter_pa [all...] |
/src/sys/arch/sun2/sun2/ |
pmap.c | 198 #define managed(pa) (((pa) >= avail_start) && ((pa) < avail_end)) macro 2532 /* Do not allow faults below the "managed" space. */
|
/src/sys/arch/sun3/sun3/ |
pmap.c | 208 #define managed(pa) (((pa) >= avail_start) && ((pa) < avail_end)) macro 2551 /* Do not allow faults below the "managed" space. */
|
/src/sys/arch/sparc64/sparc64/ |
pmap.c | 141 * First and last managed physical addresses. 315 int managed; /* a managed page */ member in struct:__anon5c40aa2b0108 319 int unmanaged; /* not a managed page */ 1848 ENTER_STAT(managed); 3546 db_printf("page is not managed\n");
|