Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dio.h39 #define virt_to_phys(x) vtophys(x) macro
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c135 (void*)virt_to_phys); in qat_dc_init()
H A Dqat_crypt.c128 (void *)virt_to_phys); in qat_cy_init()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c395 *addr = (U32_64) virt_to_phys(&pDekTable[0]); in agtiapi_AddDek()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.c255 ring->paddr_unaligned = virt_to_phys(ring->vaddr_unaligned); in ath11k_dp_srng_setup()
H A Dhal.c642 dma_sync_single_for_cpu(ab->dev, virt_to_phys(desc), in ath11k_hal_srng_prefetch_desc()
/freebsd/sys/dev/drm2/
H A Ddrm_bufs.c261 map->offset < virt_to_phys(high_memory)) { in drm_addmap_core()