Home
last modified time | relevance | path

Searched refs:uasm_in_compat_space_p (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H A Duasm.c420 int uasm_in_compat_space_p(long addr) in uasm_in_compat_space_p() function
425 UASM_EXPORT_SYMBOL(uasm_in_compat_space_p); variable
459 if (!uasm_in_compat_space_p(addr)) { in UASM_i_LA_mostly()
479 if (!uasm_in_compat_space_p(addr)) in UASM_i_LA()
H A Dtlbex.c904 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64()
925 if (uasm_in_compat_space_p(swpd)) in build_get_pgd_vmalloc64()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Duasm.c421 int uasm_in_compat_space_p(long addr) in uasm_in_compat_space_p() function
426 UASM_EXPORT_SYMBOL(uasm_in_compat_space_p); variable
460 if (!uasm_in_compat_space_p(addr)) { in UASM_i_LA_mostly()
480 if (!uasm_in_compat_space_p(addr)) in UASM_i_LA()
H A Dtlbex.c878 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64()
899 if (uasm_in_compat_space_p(swpd)) in build_get_pgd_vmalloc64()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Duasm.h196 int uasm_in_compat_space_p(long addr);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Duasm.h197 int uasm_in_compat_space_p(long addr);

Completed in 10 milliseconds