All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: Use Octeon BBIT instructions in TLB handlers.
@ 2010-12-20 23:54 David Daney
  2010-12-20 23:54 ` [PATCH 1/2] MIPS: Declare uasm bbit0 and bbit1 functions David Daney
  2010-12-20 23:54 ` [PATCH 2/2] MIPS: Use BBIT instructions in TLB handlers David Daney
  0 siblings, 2 replies; 5+ messages in thread
From: David Daney @ 2010-12-20 23:54 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

Octeon has instructions that conditionally branch based on the value
of any single bit in any register.  We use these to reduce the number
of instructions in the generated TLB handlers.

This set applies on top of the recent KScratch patch set.

David Daney (2):
  MIPS: Declare uasm bbit0 and bbit1 functions.
  MIPS: Use BBIT instructions in TLB handlers

 arch/mips/include/asm/uasm.h |    2 +
 arch/mips/mm/tlbex.c         |  119 +++++++++++++++++++++++++++++++----------
 2 files changed, 92 insertions(+), 29 deletions(-)

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-28 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 23:54 [PATCH 0/2] MIPS: Use Octeon BBIT instructions in TLB handlers David Daney
2010-12-20 23:54 ` [PATCH 1/2] MIPS: Declare uasm bbit0 and bbit1 functions David Daney
2010-12-28 16:59   ` Ralf Baechle
2010-12-20 23:54 ` [PATCH 2/2] MIPS: Use BBIT instructions in TLB handlers David Daney
2010-12-28 17:00   ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.