Searched refs:fc_contig_virt (Results 1 – 3 of 3) sorted by relevance
203 ip->fc_contig_virt, ip->fc_contig_len); in gp2_fc_ops_free_handle()206 (uint64_t)ip->fc_contig_virt, in gp2_fc_ops_free_handle()408 if ((virt >= (caddr_t)ip->fc_contig_virt) && ((virt + len) in gfc_register_fetch()409 <= ((caddr_t)ip->fc_contig_virt + ip->fc_contig_len))) in gfc_register_fetch()512 if ((virt >= (caddr_t)ip->fc_contig_virt) && ((virt + len) in gfc_register_store()513 <= ((caddr_t)ip->fc_contig_virt + ip->fc_contig_len))) in gfc_register_store()714 ip->fc_contig_virt = (void *)answer; in gfc_claim_memory()750 if (ip->fc_contig_virt != (void *)(uintptr_t)vaddr) in gfc_release_memory()802 if (ip->fc_contig_virt == (void *)(uintptr_t)vaddr) in gfc_vtop()
1219 resp->fc_contig_virt, resp->fc_contig_len); in opl_fc_ops_free_handle()1222 (uint64_t)resp->fc_contig_virt, in opl_fc_ops_free_handle()1428 if ((virt >= (caddr_t)resp->fc_contig_virt) && in opl_register_fetch()1429 ((virt + len) <= ((caddr_t)resp->fc_contig_virt + in opl_register_fetch()1561 if ((virt >= (caddr_t)resp->fc_contig_virt) && in opl_register_store()1562 ((virt + len) <= ((caddr_t)resp->fc_contig_virt + in opl_register_store()1672 resp->fc_contig_virt = (void *)answer; in opl_claim_memory()1709 if (resp->fc_contig_virt != (void *)(uintptr_t)vaddr) in opl_release_memory()1761 if (((uint64_t)resp->fc_contig_virt <= vaddr) && in opl_vtop()1762 (vaddr < (uint64_t)resp->fc_contig_virt + in opl_vtop()
395 #define fc_contig_virt un.c.virt macro