Home
last modified time | relevance | path

Searched refs:interruptibility (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/net/rxrpc/
Dcall_object.c245 if (p->interruptibility == RXRPC_UNINTERRUPTIBLE) { in rxrpc_get_call_slot()
301 call->interruptibility = p->interruptibility; in rxrpc_new_client_call()
Dsendmsg.c137 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()
Daf_rxrpc.c288 enum rxrpc_interruptibility interruptibility, in rxrpc_kernel_begin_call() argument
313 p.interruptibility = interruptibility; in rxrpc_kernel_begin_call()
Dconn_client.c670 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()
Dar-internal.h608 enum rxrpc_interruptibility interruptibility; /* At what point call may be interrupted */ member
737 enum rxrpc_interruptibility interruptibility; /* How is interruptible is the call? */ member
/Linux-v6.1/arch/x86/kvm/
Dkvm_emulate.h328 int interruptibility; member
Demulate.c1988 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()
Dx86.c8333 ctxt->interruptibility = 0; in init_emulate_ctxt()
8955 toggle_interruptibility(vcpu, ctxt->interruptibility); in x86_emulate_instruction()
/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.c1461 u32 interruptibility = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO); in vmx_get_interrupt_shadow() local
1464 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() local
1477 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()