Home
last modified time | relevance | path

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

/Linux-v5.15/net/rxrpc/
Dcall_object.c225 if (p->interruptibility == RXRPC_UNINTERRUPTIBLE) { in rxrpc_get_call_slot()
279 call->interruptibility = p->interruptibility; in rxrpc_new_client_call()
Daf_rxrpc.c288 enum rxrpc_interruptibility interruptibility, in rxrpc_kernel_begin_call() argument
313 p.interruptibility = interruptibility; in rxrpc_kernel_begin_call()
Dconn_client.c658 switch (call->interruptibility) { in rxrpc_wait_for_channel()
670 if ((call->interruptibility == RXRPC_INTERRUPTIBLE || in rxrpc_wait_for_channel()
671 call->interruptibility == RXRPC_PREINTERRUPTIBLE) && in rxrpc_wait_for_channel()
Dsendmsg.c140 switch (call->interruptibility) { in rxrpc_wait_for_tx_window()
632 .call.interruptibility = RXRPC_INTERRUPTIBLE, in rxrpc_do_sendmsg()
Dar-internal.h615 enum rxrpc_interruptibility interruptibility; /* At what point call may be interrupted */ member
743 enum rxrpc_interruptibility interruptibility; /* How is interruptible is the call? */ member
/Linux-v5.15/arch/x86/kvm/
Dkvm_emulate.h312 int interruptibility; member
Demulate.c1921 ctxt->interruptibility = KVM_X86_SHADOW_INT_MOV_SS; in em_pop_sreg()
3674 ctxt->interruptibility = KVM_X86_SHADOW_INT_MOV_SS; in em_mov_sreg_rm()
3887 ctxt->interruptibility = KVM_X86_SHADOW_INT_STI; in em_sti()
Dx86.c7464 ctxt->interruptibility = 0; in init_emulate_ctxt()
7979 toggle_interruptibility(vcpu, ctxt->interruptibility); in x86_emulate_instruction()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c1375 u32 interruptibility = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO); in vmx_get_interrupt_shadow() local
1378 if (interruptibility & GUEST_INTR_STATE_STI) in vmx_get_interrupt_shadow()
1380 if (interruptibility & GUEST_INTR_STATE_MOV_SS) in vmx_get_interrupt_shadow()
1389 u32 interruptibility = interruptibility_old; in vmx_set_interrupt_shadow() local
1391 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS); in vmx_set_interrupt_shadow()
1394 interruptibility |= GUEST_INTR_STATE_MOV_SS; in vmx_set_interrupt_shadow()
1396 interruptibility |= GUEST_INTR_STATE_STI; in vmx_set_interrupt_shadow()
1398 if ((interruptibility != interruptibility_old)) in vmx_set_interrupt_shadow()
1399 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()