Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/
H A Dhardware.h26 enum s390_host detect_host(void);
35 return detect_host() == HOST_IS_TCG; in host_is_tcg()
40 return detect_host() == HOST_IS_KVM; in host_is_kvm()
45 return detect_host() == HOST_IS_LPAR; in host_is_lpar()
H A Dhardware.c57 enum s390_host detect_host(void) in detect_host() function
H A Dsclp-console.c280 lpar_ascii_compat = detect_host() == HOST_IS_LPAR; in sclp_console_setup()