Home
last modified time | relevance | path

Searched refs:TTBR_ASID_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/mm/
H A Dcontext.c361 ttbr0 |= FIELD_PREP(TTBR_ASID_MASK, asid); in cpu_do_switch_mm()
364 ttbr1 &= ~TTBR_ASID_MASK; in cpu_do_switch_mm()
365 ttbr1 |= FIELD_PREP(TTBR_ASID_MASK, asid); in cpu_do_switch_mm()
/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h65 ttbr &= ~TTBR_ASID_MASK; in __uaccess_ttbr0_disable()
88 ttbr1 &= ~TTBR_ASID_MASK; /* safety measure */ in __uaccess_ttbr0_enable()
89 ttbr1 |= ttbr0 & TTBR_ASID_MASK; in __uaccess_ttbr0_enable()
H A Dmmu.h13 #define TTBR_ASID_MASK (UL(0xffff) << 48) macro
H A Dasm-uaccess.h18 bic \tmp1, \tmp1, #TTBR_ASID_MASK
/openbmc/linux/arch/arm64/kernel/
H A Dentry.S477 tst x21, #TTBR_ASID_MASK // Check for the reserved ASID