Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_common.h81 #define VNET_ROUNDUP_4K(n) (((n) + (VNET_4K - 1)) & ~(VNET_4K - 1)) macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c266 data_sz = VNET_ROUNDUP_4K(data_sz); in vsw_setup_tx_dring()
H A Dvnet_txdring.c188 data_sz = VNET_ROUNDUP_4K(data_sz); in vgen_create_tx_dring()