Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvnet_common.h75 #define VNET_4K (1 << 12) macro
77 #define VNET_12K ((VNET_8K) + (VNET_4K))
81 #define VNET_ROUNDUP_4K(n) (((n) + (VNET_4K - 1)) & ~(VNET_4K - 1))
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c585 case VNET_4K: in vsw_init_multipools()
H A Dvnet_txdring.c549 case VNET_4K: in vgen_init_multipools()