Home
last modified time | relevance | path

Searched refs:LP_BITS (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dkvm_book3s_64.h123 if (shift > LP_BITS) in __hpte_actual_psize()
124 shift = LP_BITS; in __hpte_actual_psize()
138 unsigned int lp = (r >> LP_SHIFT) & ((1 << LP_BITS) - 1); in compute_tlbie_rb()
227 unsigned int lp = (l >> LP_SHIFT) & ((1 << LP_BITS) - 1); in __hpte_page_size()
Dmmu-hash64.h190 #define LP_BITS 8 macro
/arch/powerpc/mm/
Dhash_native_64.c507 if (shift > LP_BITS) in __hpte_actual_psize()
508 shift = LP_BITS; in __hpte_actual_psize()
525 unsigned int lp = (hpte_r >> LP_SHIFT) & ((1 << LP_BITS) - 1); in hpte_decode()