Searched refs:uasm_i_dsrl_safe (Results 1 – 2 of 2) sorted by relevance
/arch/mips/mm/ |
D | tlbex.c | 592 uasm_i_dsrl_safe(p, reg, reg, ilog2(_PAGE_GLOBAL)); in build_convert_pte_to_entrylo() 756 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_get_pmde64() 786 uasm_i_dsrl_safe(p, ptr, ptr, 19); in build_get_pmde64() 793 uasm_i_dsrl_safe(p, ptr, ptr, 23); in build_get_pmde64() 807 uasm_i_dsrl_safe(p, tmp, tmp, PGDIR_SHIFT - 3); in build_get_pmde64() 814 uasm_i_dsrl_safe(p, tmp, tmp, PMD_SHIFT-3); /* get pmd offset in bytes */ in build_get_pmde64() 998 uasm_i_dsrl_safe(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); /* convert to entrylo0 */ in build_update_entries() 1000 uasm_i_dsrl_safe(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */ in build_update_entries() 1072 uasm_i_dsrl_safe(p, scratch, tmp, in build_fast_tlb_refill_handler() 1116 uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3); in build_fast_tlb_refill_handler() [all …]
|
/arch/mips/include/asm/ |
D | uasm.h | 153 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) 191 static inline void uasm_i_dsrl_safe(u32 **p, unsigned int a1, in uasm_i_dsrl_safe() function
|