Home
last modified time | relevance | path

Searched refs:SIZE_G (Results 1 – 4 of 4) sorted by relevance

/misc/config_tools/board_config/
A Dboard_info_h.py62 …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)
/misc/config_tools/static_allocators/
A Dgpa.py44 SIZE_G = SIZE_M * 1024 variable
54 PRE_LAUNCHED_VM_LOW_MEM_START = 2 * SIZE_G
55 PRE_LAUNCHED_VM_LOW_MEM_END = 3.5 * SIZE_G
56 PRE_LAUNCHED_VM_HIGH_MEM_START = 256 * SIZE_G
57 PRE_LAUNCHED_VM_HIGH_MEM_END = 512 * SIZE_G
328 if int(end,16) < 4 * SIZE_G:
/misc/config_tools/library/
A Dacrn_config_utilities.py35 SIZE_G = SIZE_M * 1024 variable
A Dboard_cfg_lib.py437 size = int(size_str.strip('G')) * acrn_config_utilities.SIZE_G

Completed in 7 milliseconds