Home
last modified time | relevance | path

Searched refs:guest_sca (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/s390x/
H A Duv-host.c437 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()
/kvm-unit-tests/lib/s390x/
H A Duv.c170 uvcb_cgc.guest_sca = (uint64_t)vm->sca; in uv_create_guest()
/kvm-unit-tests/lib/s390x/asm/
H A Duv.h127 u64 guest_sca; member