Home
last modified time | relevance | path

Searched refs:PTE_T_LOG2 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-44x.h153 #define PPC44x_PTE_ADD_SHIFT (32 - PGDIR_SHIFT + PTE_SHIFT + PTE_T_LOG2)
154 #define PPC44x_PTE_ADD_MASK_BIT (32 - PTE_T_LOG2 - PTE_SHIFT)
/linux/arch/mips/mm/
H A Dtlbex.c957 unsigned int shift = 4 - (PTE_T_LOG2 + 1) + PAGE_SHIFT - 12; in build_adjust_context()
958 unsigned int mask = (PTRS_PER_PTE / 2 - 1) << (PTE_T_LOG2 + 1); in build_adjust_context()
2015 UASM_i_SRL(p, wr.r1, wr.r1, PAGE_SHIFT - PTE_T_LOG2); in build_r4000_tlbchange_handler_head()
2016 uasm_i_andi(p, wr.r1, wr.r1, (PTRS_PER_PTE - 1) << PTE_T_LOG2); in build_r4000_tlbchange_handler_head()
2451 pwsize |= ((PTE_T_LOG2 - PGD_T_LOG2) << MIPS_PWSIZE_PTEW_SHIFT) in config_htw_params()
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c205 DEFINE(_PTE_T_LOG2, PTE_T_LOG2); in output_mm_defines()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h383 #define PTE_T_LOG2 (__builtin_ffs(sizeof(pte_t)) - 1) macro
/linux/arch/mips/kernel/
H A Dasm-offsets.c212 DEFINE(_PTE_T_LOG2, PTE_T_LOG2); in output_mm_defines()