search for: gprefix

Displaying 4 results from an estimated 4 matches for "gprefix".

Did you mean: prefix
2019 Aug 09
0
[RFC PATCH v6 79/92] kvm: x86: emulate movsd xmm, m64
...gt;d & ByteOp); if (ctxt->d & Sse) { op->type = OP_XMM; - op->bytes = 16; + op->bytes = ctxt->op_bytes; op->addr.xmm = ctxt->modrm_rm; read_sse_reg(ctxt, &op->vec_val, ctxt->modrm_rm); return rc; @@ -4529,7 +4550,7 @@ static const struct gprefix pfx_0f_2b = { }; static const struct gprefix pfx_0f_10_0f_11 = { - I(Unaligned, em_mov), I(Unaligned, em_mov), N, N, + I(Unaligned, em_mov), I(Unaligned, em_mov), I(Unaligned, em_mov), N, }; static const struct gprefix pfx_0f_28_0f_29 = { @@ -5097,7 +5118,7 @@ int x86_decode_insn(struct x86...
2006 May 23
3
AGI ?
..."; my $gIaxUser = "MyIAXPROVIDER"; my $gIaxPass = "MYIAXPASS"; my $gIaxHost = "myIAXHost"; my $gSipHost = "MYSIPHost"; ########### SYSTEM VARIABLES ##################### my $AGI = new Asterisk::AGI; my $gDialedNo = shift; my $gNumber = ""; my $gPrefix = ""; my $gAreaCode = ""; ### Sets Outbound CallerID ### $AGI->set_callerid($callerId); open(LOG, ">>$log") or die("Couldn't open $log\n"); ### Log Statement for Troubleshooting ### #print LOG "(". localtime() .") Got Dialed num...
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VM-s (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VM-s (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place