Home
last modified time | relevance | path

Searched refs:is_ttbr1_addr (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dprocessor.h366 static __always_inline bool is_ttbr1_addr(unsigned long addr) in is_ttbr1_addr() function
/linux/arch/arm64/mm/
H A Dfault.c142 } else if (is_ttbr1_addr(addr)) { in show_pte()
/linux/arch/arm64/kernel/
H A Dtraps.c157 if (!is_ttbr1_addr(kaddr)) in dump_kernel_instr()