Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Darmv8_deprecated.c448 .pstate_val = PSR_AA32_MODE_USR,
528 .pstate_val = PSR_AA32_MODE_USR,
535 .pstate_val = PSR_AA32_MODE_USR,
600 .pstate_val = PSR_AA32_MODE_USR,
608 .pstate_val = (PSR_AA32_T_BIT | PSR_AA32_MODE_USR),
H A Dtraps.c346 (regs->pstate & hook->pstate_mask) == hook->pstate_val) in call_undef_hook()
H A Dcpufeature.c3104 .pstate_val = PSR_MODE_EL0t,
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dtraps.h21 u64 pstate_val; member