Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dentry-common.c569 if (!is_ttbr0_addr(far)) in el0_ia()
622 if (!is_ttbr0_addr(instruction_pointer(regs))) in el0_pc()
681 if (!is_ttbr0_addr(regs->pc)) in el0_breakpt()
696 if (!is_ttbr0_addr(regs->pc)) in el0_softstp()
/linux/arch/arm64/include/asm/
H A Dprocessor.h360 static __always_inline bool is_ttbr0_addr(unsigned long addr) in is_ttbr0_addr() function