Searched refs:get_state (Results 1 – 10 of 10) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | eeh.c | 382 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 D | eeh_sysfs.c | 51 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
|
| A D | eeh_pe.c | 124 ret = eeh_ops->get_state(pe, &mwait); in eeh_wait_state()
|
| /arch/powerpc/platforms/powernv/ |
| A D | eeh-powernv.c | 1377 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 D | eeh.h | 219 int (*get_state)(struct eeh_pe *pe, int *delay); member
|
| /arch/powerpc/platforms/pseries/ |
| A D | eeh_pseries.c | 830 .get_state = pseries_eeh_get_state,
|
| /arch/x86/include/asm/ |
| A D | kvm_host.h | 1935 int (*get_state)(struct kvm_vcpu *vcpu, member
|
| /arch/x86/kvm/svm/ |
| A D | nested.c | 1921 .get_state = svm_get_nested_state,
|
| /arch/x86/kvm/ |
| A D | x86.c | 4792 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 D | nested.c | 7332 .get_state = vmx_get_nested_state,
|
Completed in 58 milliseconds