Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dsys.c45 !system_supports_32bit_el0()) in SYSCALL_DEFINE1()
Dcpufeature.c1563 if (system_supports_32bit_el0()) in verify_local_cpu_capabilities()
1634 if (system_supports_32bit_el0()) in setup_cpu_features()
/Linux-v4.19/arch/arm64/include/asm/
Delf.h198 #define compat_elf_check_arch(x) (system_supports_32bit_el0() && \
Dcpufeature.h484 static inline bool system_supports_32bit_el0(void) in system_supports_32bit_el0() function
/Linux-v4.19/arch/arm64/kvm/
Dguest.c158 if (!system_supports_32bit_el0()) in set_core_reg()