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

/freebsd-13-stable/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 Dtypes_freebsd.h44 typedef vm_paddr_t physAddress_t; typedef
H A Dncsw_ext.h352 typedef void * t_PhysToVirt(physAddress_t addr);
363 typedef physAddress_t t_VirtToPhys(void *addr);
/freebsd-13-stable/sys/contrib/ncsw/inc/cores/
H A De500v2_ext.h301 physAddress_t E6500_GetCcsrBase(void);
/freebsd-13-stable/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) | (uint64_t)DPAA_FD_GET_ADDRL(fd))) /**< Macro to get FD ADDR field */
187 #define DPAA_SGTE_GET_PHYS_ADDR(sgte) ((physAddress_t)(((uint64_t)DPAA_SGTE_GET_ADDRH(sgte) << 32) | (uint64_t)DPAA_SGTE_GET_ADDRL(sgte))) /**< Macro to get FD ADDR field */
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c436 p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr)));
438 return p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr);
/freebsd-13-stable/sys/contrib/ncsw/user/env/
H A Dxx.c616 physAddress_t
675 XX_PhysToVirt(physAddress_t addr)
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h973 return (uint8_t *)f_PhysToVirt((physAddress_t)(physAddr));

Completed in 126 milliseconds