Searched refs:has_events (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1822 bool (*has_events)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_nested_ops
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c7157 .has_events = vmx_has_nested_events,
/linux-master/arch/x86/kvm/
H A Dx86.c10527 kvm_x86_ops.nested_ops->has_events &&
10528 kvm_x86_ops.nested_ops->has_events(vcpu))
13158 kvm_x86_ops.nested_ops->has_events &&
13159 kvm_x86_ops.nested_ops->has_events(vcpu))
/linux-master/drivers/hwmon/
H A Dhp-wmi-sensors.c1876 bool has_events = false; local
1896 has_events = true;
1901 has_events = true;
1912 has_events = true;
1920 return has_events;
1923 static int make_chip_info(struct hp_wmi_sensors *state, bool has_events) argument
1940 if (has_events && state->has_intrusion)
1976 if (!has_events || (type != hwmon_temp && type != hwmon_fan))
2015 bool has_events; local
2037 has_events
[all...]

Completed in 657 milliseconds