Searched refs:SIZE_K (Results 1 – 4 of 4) sorted by relevance
20 BAR0_SHEMEM_SIZE = 4*acrn_config_utilities.SIZE_K21 BAR1_SHEMEM_SIZE = 4*acrn_config_utilities.SIZE_K22 BAR0_SHEMEM_ALIGNMENT = 4*acrn_config_utilities.SIZE_K23 BAR1_SHEMEM_ALIGNMENT = 4*acrn_config_utilities.SIZE_K27 PCI_VUART_VBAR0_SIZE = 4*acrn_config_utilities.SIZE_K28 PCI_VUART_VBAR1_SIZE = 4*acrn_config_utilities.SIZE_K29 PCI_VUART_VBAR0_ALIGNMENT = 4*acrn_config_utilities.SIZE_K30 PCI_VUART_VBAR1_ALIGNMENT = 4*acrn_config_utilities.SIZE_K33 VMSIX_VBAR_SIZE = 4*acrn_config_utilities.SIZE_K
42 SIZE_K = 1024 variable43 SIZE_M = SIZE_K * 102447 VBAR_ALIGNMENT = 4 * SIZE_K60 BAR0_SHEMEM_SIZE = 4 * SIZE_K61 BAR1_SHEMEM_SIZE = 4 * SIZE_K65 PCI_VUART_VBAR0_SIZE = 4 * SIZE_K66 PCI_VUART_VBAR1_SIZE = 4 * SIZE_K72 VMSIX_VBAR_SIZE = 4 * SIZE_K
31 SIZE_K = 1024 variable32 SIZE_M = SIZE_K * 102433 SIZE_2G = 2 * SIZE_M * SIZE_K
441 size = int(size_str.strip('K')) * acrn_config_utilities.SIZE_K
Completed in 7 milliseconds