Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Ddebug_ext.h191 physAddress_t physAddr = XX_VirtToPhys(addr); \
213 physAddress_t physAddr; \
H A Dxx_ext.h521 void * XX_PhysToVirt(physAddress_t addr);
532 physAddress_t XX_VirtToPhys(void *addr);
H A Dncsw_ext.h352 typedef void * t_PhysToVirt(physAddress_t addr);
363 typedef physAddress_t t_VirtToPhys(void *addr);
H A Dtypes_freebsd.h44 typedef vm_paddr_t physAddress_t; typedef
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Ddpaa_ext.h120 #define DPAA_FD_GET_PHYS_ADDR(fd) ((physAddress_t)(((uint64_t)DPAA_FD_GET_ADDRH(fd) << 32) | (u…
187 #define DPAA_SGTE_GET_PHYS_ADDR(sgte) ((physAddress_t)(((uint64_t)DPAA_SGTE_GET_ADDRH(sgte) << …
/freebsd/sys/contrib/ncsw/inc/cores/
H A De500v2_ext.h301 physAddress_t E6500_GetCcsrBase(void);
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c436 p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr))); in BM_POOL_GetBuf()
438 return p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr); in BM_POOL_GetBuf()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c616 physAddress_t
675 XX_PhysToVirt(physAddress_t addr) in XX_PhysToVirt()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h973 return (uint8_t *)f_PhysToVirt((physAddress_t)(physAddr)); in BdBufferGet()