Home
last modified time | relevance | path

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

/misc/config_tools/board_config/
A Dvbar_base_h.py20 BAR0_SHEMEM_SIZE = 4*acrn_config_utilities.SIZE_K
21 BAR1_SHEMEM_SIZE = 4*acrn_config_utilities.SIZE_K
22 BAR0_SHEMEM_ALIGNMENT = 4*acrn_config_utilities.SIZE_K
23 BAR1_SHEMEM_ALIGNMENT = 4*acrn_config_utilities.SIZE_K
27 PCI_VUART_VBAR0_SIZE = 4*acrn_config_utilities.SIZE_K
28 PCI_VUART_VBAR1_SIZE = 4*acrn_config_utilities.SIZE_K
29 PCI_VUART_VBAR0_ALIGNMENT = 4*acrn_config_utilities.SIZE_K
30 PCI_VUART_VBAR1_ALIGNMENT = 4*acrn_config_utilities.SIZE_K
33 VMSIX_VBAR_SIZE = 4*acrn_config_utilities.SIZE_K
/misc/config_tools/static_allocators/
A Dgpa.py42 SIZE_K = 1024 variable
43 SIZE_M = SIZE_K * 1024
47 VBAR_ALIGNMENT = 4 * SIZE_K
60 BAR0_SHEMEM_SIZE = 4 * SIZE_K
61 BAR1_SHEMEM_SIZE = 4 * SIZE_K
65 PCI_VUART_VBAR0_SIZE = 4 * SIZE_K
66 PCI_VUART_VBAR1_SIZE = 4 * SIZE_K
72 VMSIX_VBAR_SIZE = 4 * SIZE_K
/misc/config_tools/library/
A Dacrn_config_utilities.py31 SIZE_K = 1024 variable
32 SIZE_M = SIZE_K * 1024
33 SIZE_2G = 2 * SIZE_M * SIZE_K
A Dboard_cfg_lib.py441 size = int(size_str.strip('K')) * acrn_config_utilities.SIZE_K

Completed in 7 milliseconds