Searched refs:guest_sca (Results 1 – 3 of 3) sorted by relevance
437 uvcb_cgc.guest_sca = (uint64_t)memalign(PAGE_SIZE * 4, PAGE_SIZE * 4); in test_config_create()490 tmp = uvcb_cgc.guest_sca; in test_config_create()491 uvcb_cgc.guest_sca = 0; in test_config_create()496 uvcb_cgc.guest_sca = tmp; in test_config_create()498 tmp = uvcb_cgc.guest_sca; in test_config_create()499 uvcb_cgc.guest_sca = get_max_ram_size() + PAGE_SIZE * 4; in test_config_create()504 uvcb_cgc.guest_sca = tmp; in test_config_create()692 uvcb_cgc.guest_sca = (uint64_t)memalign(PAGE_SIZE * 4, PAGE_SIZE * 4); in setup_test_clear()
170 uvcb_cgc.guest_sca = (uint64_t)vm->sca; in uv_create_guest()
127 u64 guest_sca; member