Searched refs:address_in_memlist (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | memlist.h | 50 extern int address_in_memlist(struct memlist *, uint64_t, size_t);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | subr.c | 380 address_in_memlist(struct memlist *mp, uint64_t addr, size_t len) in address_in_memlist() function
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | immu_dmar.c | 1007 if (!address_in_memlist(bios_rsvd, in immu_dmar_rmrr_map() 1018 if (address_in_memlist(phys_install, in immu_dmar_rmrr_map()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 704 if (!address_in_memlist(phys_install, offset, MEMBLOCKSIZE)) { in physmem_ent_gen()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | mem.c | 333 if (!address_in_memlist(phys_install, in mmrw()
|
/titanic_41/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 312 if (address_in_memlist(virt_avail, (uint64_t)vaddr, in sfmmu_map_prom_mappings()
|
/titanic_41/usr/src/uts/sun4u/vm/ |
H A D | mach_kpm.c | 339 ASSERT(address_in_memlist(phys_install, paddr, 1)); in hat_kpm_fault()
|
/titanic_41/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 414 if (address_in_memlist(mlist, ptob(pfn), PAGESIZE)) { in dr_memlist_del_retired_pages()
|
H A D | mc-opl.c | 645 if (mcp->mlist && address_in_memlist(mcp->mlist, addr, 0)) { in pa_is_valid()
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 938 return (address_in_memlist(phys_install, pfn_to_pa(pf), 1)); in pf_is_memory()
|