Searched refs:uaccess_ttbr0_enable (Results 1 – 5 of 5) sorted by relevance
/arch/arm64/include/asm/ |
D | uaccess.h | 196 static inline bool uaccess_ttbr0_enable(void) in uaccess_ttbr0_enable() function 209 static inline bool uaccess_ttbr0_enable(void) in uaccess_ttbr0_enable() function 224 if (!uaccess_ttbr0_enable()) \ 531 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3 542 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3 557 uaccess_ttbr0_enable \tmp1, \tmp2, \tmp3
|
D | efi.h | 94 uaccess_ttbr0_enable(); in efi_set_pgd()
|
/arch/arm64/xen/ |
D | hypercall.S | 103 uaccess_ttbr0_enable x6, x7, x8
|
/arch/arm64/mm/ |
D | cache.S | 52 uaccess_ttbr0_enable x2, x3, x4
|
/arch/arm64/kernel/ |
D | traps.c | 447 uaccess_ttbr0_enable(); \
|