Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Duaccess.h118 ttbr &= ~TTBR_ASID_MASK; in __uaccess_ttbr0_disable()
142 ttbr1 &= ~TTBR_ASID_MASK; /* safety measure */ in __uaccess_ttbr0_enable()
143 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.h17 bic \tmp1, \tmp1, #TTBR_ASID_MASK
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry.S499 tst x21, #TTBR_ASID_MASK // Check for the reserved ASID