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