Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
H A Dhp-wmi-sensors.c1868 bool has_events = false; in find_event_attributes() local
1888 has_events = true; in find_event_attributes()
1893 has_events = true; in find_event_attributes()
1904 has_events = true; in find_event_attributes()
1912 return has_events; in find_event_attributes()
1932 if (has_events && state->has_intrusion) in make_chip_info()
2007 bool has_events; in hp_wmi_sensors_init() local
2029 has_events = find_event_attributes(state, pevents, pcount); in hp_wmi_sensors_init()
2032 if (has_events && !add_event_handler(state)) in hp_wmi_sensors_init()
2033 has_events = false; in hp_wmi_sensors_init()
[all …]
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1896 bool (*has_events)(struct kvm_vcpu *vcpu, bool for_injection); member
/linux-6.15/arch/x86/kvm/
H A Dx86.c10465 kvm_x86_ops.nested_ops->has_events && in kvm_check_and_inject_events()
10466 kvm_x86_ops.nested_ops->has_events(vcpu, true)) in kvm_check_and_inject_events()
11177 kvm_x86_ops.nested_ops->has_events && in kvm_vcpu_has_events()
11178 kvm_x86_ops.nested_ops->has_events(vcpu, false)) in kvm_vcpu_has_events()
/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c7312 .has_events = vmx_has_nested_events,