Searched refs:swpd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/mips/mm/ |
D | tlbex.c | 874 long swpd = (long)swapper_pg_dir; in build_get_pgd_vmalloc64() local 878 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64() 885 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 895 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 897 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64() 899 if (uasm_in_compat_space_p(swpd)) in build_get_pgd_vmalloc64() 900 uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64() 902 uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64()
|