Lines Matching refs:physmem_hash
57 struct physmem_hash { struct
58 struct physmem_hash *ph_next; argument
71 struct physmem_hash *pph_hash; argument
157 physmem_add_hash(struct physmem_hash *php) in physmem_add_hash()
162 struct physmem_hash *temp; in physmem_add_hash()
222 struct physmem_hash *
227 struct physmem_hash *php; in physmem_get_hash()
255 struct physmem_hash *php; in physmem_validate_cookie()
288 struct physmem_hash **phpp; in physmem_remove_vnode_hash()
289 struct physmem_hash *victim; in physmem_remove_vnode_hash()
354 struct physmem_hash *php; in physmem_setup_addrs()
369 php = kmem_zalloc(sizeof (struct physmem_hash), KM_SLEEP); in physmem_setup_addrs()
463 struct physmem_hash *php; in physmem_map_addrs()
534 struct physmem_hash *php; in map_page_proc()
627 len = ((struct physmem_hash *)(uintptr_t)p_cookie)->ph_seg_len; in physmem_destroy_addrs()
628 uvaddr = ((struct physmem_hash *)(uintptr_t)p_cookie)->ph_base_va; in physmem_destroy_addrs()