Home
last modified time | relevance | path

Searched refs:TPIDRROEL0_IN_EL0 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm64/
Dtpidrro_el0.h20 #define TPIDRROEL0_IN_EL0 0x0000000000000001 macro
Dsyscall.h168 return (read_tpidrro_el0() & TPIDRROEL0_IN_EL0) != 0; in arch_is_user_context()
/Zephyr-latest/arch/arm64/core/
Dthread.c192 [is_usermode_flag] "i" (TPIDRROEL0_IN_EL0), in arch_user_mode_enter()
Dvector_table.S98 bic \xreg0, \xreg0, #TPIDRROEL0_IN_EL0
319 orr x2, x0, #TPIDRROEL0_IN_EL0