[SPARC64]: Implement sun4v TSB miss handlers.
When we register a TSB with the hypervisor, so that it or hardware can
handle TLB misses and do the TSB walk for us, the hypervisor traps
down to these trap when it incurs a TSB miss.
Processing is simple, we load the missing virtual address and context,
and do a full page table walk.
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- arch/sparc64/kernel/sun4v_tlb_miss.S 51 additions, 0 deletionsarch/sparc64/kernel/sun4v_tlb_miss.S
- arch/sparc64/kernel/tsb.S 5 additions, 2 deletionsarch/sparc64/kernel/tsb.S
- arch/sparc64/kernel/ttable.S 8 additions, 7 deletionsarch/sparc64/kernel/ttable.S
- include/asm-sparc64/ttable.h 20 additions, 0 deletionsinclude/asm-sparc64/ttable.h
Please register or sign in to comment