Home
last modified time | relevance | path

Searched refs:is_va_kernel_lm_alias_text (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dsections.h26 static inline bool is_va_kernel_lm_alias_text(uintptr_t va) in is_va_kernel_lm_alias_text() function
/linux/arch/riscv/mm/
H A Dinit.c739 if (IS_ENABLED(CONFIG_64BIT) && is_va_kernel_lm_alias_text(va)) in pgprot_from_va()