Searched refs:TAG_CONTEXT_BITS (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-sparc64/ |
D | mmu_context.h | 18 #define TAG_CONTEXT_BITS 0x3ff macro 21 #define TAG_CONTEXT_BITS 0xfff macro
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | ultra.S | 98 and %o4, TAG_CONTEXT_BITS, %o5 101 andn %o4, TAG_CONTEXT_BITS, %o4 107 and %o4, TAG_CONTEXT_BITS, %o5 109 andn %o4, TAG_CONTEXT_BITS, %o4 340 and %o5, TAG_CONTEXT_BITS, %o5
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | dtlb_base.S | 67 andcc %g4, TAG_CONTEXT_BITS, %g0 ! From Nucleus?
|
D | dtlb_backend.S | 45 andcc %g4, TAG_CONTEXT_BITS, %g5 ! From Nucleus? (for tl0 miss)
|