Searched hist:"0 ab711ae6ab0db7696b43c74f9ba9de4d7fc1deb" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | x2apic_phys.c | diff 0ab711ae6ab0db7696b43c74f9ba9de4d7fc1deb Wed May 16 11:03:58 CDT 2012 Michael S. Tsirkin <mst@redhat.com> x86/apic: Implement EIO micro-optimization
We know both register and value for eoi beforehand, so there's no need to check it and no need to do math to calculate the msr. Saves instructions/branches on each EOI when using x2apic.
I looked at the objdump output to verify that the generated code looks right and actually is shorter.
The real improvemements will be on the KVM guest side though, those come in a later patch.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Cc: Avi Kivity <avi@redhat.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: gleb@redhat.com Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: http://lkml.kernel.org/r/e019d1a125316f10d3e3a4b2f6bda41473f4fb72.1337184153.git.mst@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
|
H A D | x2apic_cluster.c | diff 0ab711ae6ab0db7696b43c74f9ba9de4d7fc1deb Wed May 16 11:03:58 CDT 2012 Michael S. Tsirkin <mst@redhat.com> x86/apic: Implement EIO micro-optimization
We know both register and value for eoi beforehand, so there's no need to check it and no need to do math to calculate the msr. Saves instructions/branches on each EOI when using x2apic.
I looked at the objdump output to verify that the generated code looks right and actually is shorter.
The real improvemements will be on the KVM guest side though, those come in a later patch.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Cc: Avi Kivity <avi@redhat.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: gleb@redhat.com Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: http://lkml.kernel.org/r/e019d1a125316f10d3e3a4b2f6bda41473f4fb72.1337184153.git.mst@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
|
H A D | x2apic_uv_x.c | diff 0ab711ae6ab0db7696b43c74f9ba9de4d7fc1deb Wed May 16 11:03:58 CDT 2012 Michael S. Tsirkin <mst@redhat.com> x86/apic: Implement EIO micro-optimization
We know both register and value for eoi beforehand, so there's no need to check it and no need to do math to calculate the msr. Saves instructions/branches on each EOI when using x2apic.
I looked at the objdump output to verify that the generated code looks right and actually is shorter.
The real improvemements will be on the KVM guest side though, those come in a later patch.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Cc: Avi Kivity <avi@redhat.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: gleb@redhat.com Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: http://lkml.kernel.org/r/e019d1a125316f10d3e3a4b2f6bda41473f4fb72.1337184153.git.mst@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | apic.h | diff 0ab711ae6ab0db7696b43c74f9ba9de4d7fc1deb Wed May 16 11:03:58 CDT 2012 Michael S. Tsirkin <mst@redhat.com> x86/apic: Implement EIO micro-optimization
We know both register and value for eoi beforehand, so there's no need to check it and no need to do math to calculate the msr. Saves instructions/branches on each EOI when using x2apic.
I looked at the objdump output to verify that the generated code looks right and actually is shorter.
The real improvemements will be on the KVM guest side though, those come in a later patch.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Cc: Avi Kivity <avi@redhat.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: gleb@redhat.com Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: http://lkml.kernel.org/r/e019d1a125316f10d3e3a4b2f6bda41473f4fb72.1337184153.git.mst@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
|