Searched refs:is_ttbr0_addr (Results 1 – 2 of 2) sorted by relevance
569 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()
360 static __always_inline bool is_ttbr0_addr(unsigned long addr) in is_ttbr0_addr() function