Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c991 bool do_sys_ioctl) in try_get_hv_cpuid() argument
1000 if (do_sys_ioctl) { in try_get_hv_cpuid()
1031 bool do_sys_ioctl; in get_supported_hv_cpuid() local
1033 do_sys_ioctl = in get_supported_hv_cpuid()
1040 assert(do_sys_ioctl || cs->kvm_state); in get_supported_hv_cpuid()
1047 while ((cpuid = try_get_hv_cpuid(cs, max, do_sys_ioctl)) == NULL) { in get_supported_hv_cpuid()
1057 if (!do_sys_ioctl && kvm_check_extension(cs->kvm_state, in get_supported_hv_cpuid()