Searched refs:detect_host (Results 1 – 3 of 3) sorted by relevance
26 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()
57 enum s390_host detect_host(void) in detect_host() function
280 lpar_ascii_compat = detect_host() == HOST_IS_LPAR; in sclp_console_setup()