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()
137 switch (call->interruptibility) { in rxrpc_wait_for_tx_window()482 if (call->interruptibility == RXRPC_INTERRUPTIBLE) { in rxrpc_send_data()660 .call.interruptibility = RXRPC_INTERRUPTIBLE, in rxrpc_do_sendmsg()
288 enum rxrpc_interruptibility interruptibility, in rxrpc_kernel_begin_call() argument313 p.interruptibility = interruptibility; in rxrpc_kernel_begin_call()
670 switch (call->interruptibility) { in rxrpc_wait_for_channel()682 if ((call->interruptibility == RXRPC_INTERRUPTIBLE || in rxrpc_wait_for_channel()683 call->interruptibility == RXRPC_PREINTERRUPTIBLE) && in rxrpc_wait_for_channel()
608 enum rxrpc_interruptibility interruptibility; /* At what point call may be interrupted */ member737 enum rxrpc_interruptibility interruptibility; /* How is interruptible is the call? */ member
328 int interruptibility; member
1988 ctxt->interruptibility = KVM_X86_SHADOW_INT_MOV_SS; in em_pop_sreg()3747 ctxt->interruptibility = KVM_X86_SHADOW_INT_MOV_SS; in em_mov_sreg_rm()3960 ctxt->interruptibility = KVM_X86_SHADOW_INT_STI; in em_sti()
8333 ctxt->interruptibility = 0; in init_emulate_ctxt()8955 toggle_interruptibility(vcpu, ctxt->interruptibility); in x86_emulate_instruction()
1461 u32 interruptibility = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO); in vmx_get_interrupt_shadow() local1464 if (interruptibility & GUEST_INTR_STATE_STI) in vmx_get_interrupt_shadow()1466 if (interruptibility & GUEST_INTR_STATE_MOV_SS) in vmx_get_interrupt_shadow()1475 u32 interruptibility = interruptibility_old; in vmx_set_interrupt_shadow() local1477 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS); in vmx_set_interrupt_shadow()1480 interruptibility |= GUEST_INTR_STATE_MOV_SS; in vmx_set_interrupt_shadow()1482 interruptibility |= GUEST_INTR_STATE_STI; in vmx_set_interrupt_shadow()1484 if ((interruptibility != interruptibility_old)) in vmx_set_interrupt_shadow()1485 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()