Searched refs:swpd (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/mips/mm/ |
D | tlbex.c | 896 long swpd = (long)swapper_pg_dir; in build_get_pgd_vmalloc64() local 900 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64() 907 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 917 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 919 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64() 921 if (uasm_in_compat_space_p(swpd)) in build_get_pgd_vmalloc64() 922 uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64() 924 uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64()
|