Searched refs:SIZE_G (Results 1 – 4 of 4) sorted by relevance
62 …t\t0x%xUL" % acrn_config_utilities.round_down(mmio_min, acrn_config_utilities.SIZE_G), file=config)63 …t\t\t0x%xUL" % acrn_config_utilities.round_up(mmio_max, acrn_config_utilities.SIZE_G), file=config)
44 SIZE_G = SIZE_M * 1024 variable54 PRE_LAUNCHED_VM_LOW_MEM_START = 2 * SIZE_G55 PRE_LAUNCHED_VM_LOW_MEM_END = 3.5 * SIZE_G56 PRE_LAUNCHED_VM_HIGH_MEM_START = 256 * SIZE_G57 PRE_LAUNCHED_VM_HIGH_MEM_END = 512 * SIZE_G328 if int(end,16) < 4 * SIZE_G:
35 SIZE_G = SIZE_M * 1024 variable
437 size = int(size_str.strip('G')) * acrn_config_utilities.SIZE_G
Completed in 7 milliseconds