Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A 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()
539 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
647 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable()
808 state = eeh_ops->get_state(pe, NULL); in eeh_pe_refreeze_passed()
1160 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner()
1369 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1383 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
A Deeh_sysfs.c51 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
A Deeh_pe.c124 ret = eeh_ops->get_state(pe, &mwait); in eeh_wait_state()
/arch/powerpc/platforms/powernv/
A Deeh-powernv.c1377 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1573 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1630 .get_state = pnv_eeh_get_state,
/arch/powerpc/include/asm/
A Deeh.h219 int (*get_state)(struct eeh_pe *pe, int *delay); member
/arch/powerpc/platforms/pseries/
A Deeh_pseries.c830 .get_state = pseries_eeh_get_state,
/arch/x86/include/asm/
A Dkvm_host.h1935 int (*get_state)(struct kvm_vcpu *vcpu, member
/arch/x86/kvm/svm/
A Dnested.c1921 .get_state = svm_get_nested_state,
/arch/x86/kvm/
A Dx86.c4792 r = kvm_x86_ops.nested_ops->get_state ? in kvm_vm_ioctl_check_extension()
4793 kvm_x86_ops.nested_ops->get_state(NULL, NULL, 0) : 0; in kvm_vm_ioctl_check_extension()
6228 if (!kvm_x86_ops.nested_ops->get_state) in kvm_arch_vcpu_ioctl()
6236 r = kvm_x86_ops.nested_ops->get_state(vcpu, user_kvm_nested_state, in kvm_arch_vcpu_ioctl()
/arch/x86/kvm/vmx/
A Dnested.c7332 .get_state = vmx_get_nested_state,

Completed in 58 milliseconds