Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c251 physmem_validate_cookie(uint64_t p_cookie) in physmem_validate_cookie() argument
265 if ((uint64_t)(uintptr_t)php == p_cookie) { in physmem_validate_cookie()
615 physmem_destroy_addrs(uint64_t p_cookie) in physmem_destroy_addrs() argument
622 if (physmem_validate_cookie(p_cookie) == 0) { in physmem_destroy_addrs()
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()