Searched refs:interruptibility (Results 1 – 9 of 9) sorted by relevance
245 if (p->interruptibility == RXRPC_UNINTERRUPTIBLE) { in rxrpc_get_call_slot()301 call->interruptibility = p->interruptibility; in rxrpc_new_client_call()
288 enum rxrpc_interruptibility interruptibility, in rxrpc_kernel_begin_call() argument313 p.interruptibility = interruptibility; in rxrpc_kernel_begin_call()
137 switch (call->interruptibility) { in rxrpc_wait_for_tx_window()499 if (call->interruptibility == RXRPC_INTERRUPTIBLE) { in rxrpc_send_data()677 .call.interruptibility = RXRPC_INTERRUPTIBLE, in rxrpc_do_sendmsg()
676 switch (call->interruptibility) { in rxrpc_wait_for_channel()688 if ((call->interruptibility == RXRPC_INTERRUPTIBLE || in rxrpc_wait_for_channel()689 call->interruptibility == RXRPC_PREINTERRUPTIBLE) && in rxrpc_wait_for_channel()
591 enum rxrpc_interruptibility interruptibility; /* At what point call may be interrupted */ member720 enum rxrpc_interruptibility interruptibility; /* How is interruptible is the call? */ member
315 int interruptibility; member
2072 ctxt->interruptibility = KVM_X86_SHADOW_INT_MOV_SS; in em_pop_sreg()3835 ctxt->interruptibility = KVM_X86_SHADOW_INT_MOV_SS; in em_mov_sreg_rm()4048 ctxt->interruptibility = KVM_X86_SHADOW_INT_STI; in em_sti()
7159 ctxt->interruptibility = 0; in init_emulate_ctxt()7649 toggle_interruptibility(vcpu, ctxt->interruptibility); in x86_emulate_instruction()
1544 u32 interruptibility = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO); in vmx_get_interrupt_shadow() local1547 if (interruptibility & GUEST_INTR_STATE_STI) in vmx_get_interrupt_shadow()1549 if (interruptibility & GUEST_INTR_STATE_MOV_SS) in vmx_get_interrupt_shadow()1558 u32 interruptibility = interruptibility_old; in vmx_set_interrupt_shadow() local1560 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS); in vmx_set_interrupt_shadow()1563 interruptibility |= GUEST_INTR_STATE_MOV_SS; in vmx_set_interrupt_shadow()1565 interruptibility |= GUEST_INTR_STATE_STI; in vmx_set_interrupt_shadow()1567 if ((interruptibility != interruptibility_old)) in vmx_set_interrupt_shadow()1568 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()