Home
last modified time | relevance | path

Searched refs:NEFF (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/sh64/mm/
Dtlb.c137 #if (NEFF == 32) in sh64_setup_tlb_slot()
144 #if (NEFF == 32) in sh64_setup_tlb_slot()
Dtlbmiss.c65 #if (NEFF == 32) in __do_tlb_refill()
/linux-2.4.37.9/include/asm-sh64/
Dpgtable.h93 #define NEFF 32 macro
94 #define NEFF_SIGN (1LL << (NEFF - 1))
95 #define NEFF_MASK (-1LL << NEFF)
112 #define PGD_BITS (NEFF - PGDIR_SHIFT)
143 #define PGD_BITS (NEFF - PGDIR_SHIFT)
/linux-2.4.37.9/arch/sh64/kernel/
Dtraps.c367 #if (NEFF == 32) in address_is_sign_extended()