Home
last modified time | relevance | path

Searched refs:FW_CFG_RAM_SIZE (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dfwcfg.h10 #define FW_CFG_RAM_SIZE 0x03 macro
H A Dfwcfg.c26 fw_override[FW_CFG_RAM_SIZE] = atol(str) * 1024 * 1024; in read_cfg_override()
/kvm-unit-tests/x86/
H A Drmap_chain.c18 nr_pages = fwcfg_get_u64(FW_CFG_RAM_SIZE) / PAGE_SIZE; in main()
H A Dsvm.c303 u64 size = fwcfg_get_u64(FW_CFG_RAM_SIZE); in setup_npt()
H A Dvmx_tests.c1095 end_of_memory = fwcfg_get_u64(FW_CFG_RAM_SIZE); in setup_ept()
3619 addr > fwcfg_get_u64(FW_CFG_RAM_SIZE) - align && in test_vmcs_addr()