Home
last modified time | relevance | path

Searched hist:"210 f84b0ca7743f3b2a9acfae81df668dbbb6a12" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dhardirq.hdiff 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 Fri Apr 28 00:13:58 CDT 2017 Wincy Van <fanwenyi0529@gmail.com> x86: irq: Define a global vector for nested posted interrupts

We are using the same vector for nested/non-nested posted
interrupts delivery, this may cause interrupts latency in
L1 since we can't kick the L2 vcpu out of vmx-nonroot mode.

This patch introduces a new vector which is only for nested
posted interrupts to solve the problems above.

Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dirq_vectors.hdiff 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 Fri Apr 28 00:13:58 CDT 2017 Wincy Van <fanwenyi0529@gmail.com> x86: irq: Define a global vector for nested posted interrupts

We are using the same vector for nested/non-nested posted
interrupts delivery, this may cause interrupts latency in
L1 since we can't kick the L2 vcpu out of vmx-nonroot mode.

This patch introduces a new vector which is only for nested
posted interrupts to solve the problems above.

Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhw_irq.hdiff 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 Fri Apr 28 00:13:58 CDT 2017 Wincy Van <fanwenyi0529@gmail.com> x86: irq: Define a global vector for nested posted interrupts

We are using the same vector for nested/non-nested posted
interrupts delivery, this may cause interrupts latency in
L1 since we can't kick the L2 vcpu out of vmx-nonroot mode.

This patch introduces a new vector which is only for nested
posted interrupts to solve the problems above.

Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/openbmc/linux/arch/x86/kernel/
H A Dirqinit.cdiff 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 Fri Apr 28 00:13:58 CDT 2017 Wincy Van <fanwenyi0529@gmail.com> x86: irq: Define a global vector for nested posted interrupts

We are using the same vector for nested/non-nested posted
interrupts delivery, this may cause interrupts latency in
L1 since we can't kick the L2 vcpu out of vmx-nonroot mode.

This patch introduces a new vector which is only for nested
posted interrupts to solve the problems above.

Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dirq.cdiff 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 Fri Apr 28 00:13:58 CDT 2017 Wincy Van <fanwenyi0529@gmail.com> x86: irq: Define a global vector for nested posted interrupts

We are using the same vector for nested/non-nested posted
interrupts delivery, this may cause interrupts latency in
L1 since we can't kick the L2 vcpu out of vmx-nonroot mode.

This patch introduces a new vector which is only for nested
posted interrupts to solve the problems above.

Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/openbmc/linux/arch/x86/entry/
H A Dentry_64.Sdiff 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 Fri Apr 28 00:13:58 CDT 2017 Wincy Van <fanwenyi0529@gmail.com> x86: irq: Define a global vector for nested posted interrupts

We are using the same vector for nested/non-nested posted
interrupts delivery, this may cause interrupts latency in
L1 since we can't kick the L2 vcpu out of vmx-nonroot mode.

This patch introduces a new vector which is only for nested
posted interrupts to solve the problems above.

Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>