Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh.c382 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()
502 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure()
530 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
638 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable()
799 state = eeh_ops->get_state(pe, NULL); in eeh_pe_refreeze_passed()
1150 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner()
1381 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1395 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
Deeh_sysfs.c51 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
Deeh_pe.c124 ret = eeh_ops->get_state(pe, &mwait); in eeh_wait_state()
/arch/powerpc/platforms/powernv/
Deeh-powernv.c1378 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1574 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1631 .get_state = pnv_eeh_get_state,
/arch/powerpc/include/asm/
Deeh.h219 int (*get_state)(struct eeh_pe *pe, int *delay); member
/arch/powerpc/platforms/pseries/
Deeh_pseries.c791 .get_state = pseries_eeh_get_state,
/arch/x86/include/asm/
Dkvm_host.h1763 int (*get_state)(struct kvm_vcpu *vcpu, member
/arch/x86/kvm/svm/
Dnested.c1815 .get_state = svm_get_nested_state,
/arch/x86/kvm/
Dx86.c4602 r = kvm_x86_ops.nested_ops->get_state ? in kvm_vm_ioctl_check_extension()
4603 kvm_x86_ops.nested_ops->get_state(NULL, NULL, 0) : 0; in kvm_vm_ioctl_check_extension()
5972 if (!kvm_x86_ops.nested_ops->get_state) in kvm_arch_vcpu_ioctl()
5980 r = kvm_x86_ops.nested_ops->get_state(vcpu, user_kvm_nested_state, in kvm_arch_vcpu_ioctl()
/arch/x86/kvm/vmx/
Dnested.c7128 .get_state = vmx_get_nested_state,