Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Darmv8_deprecated.c450 .pstate_val = PSR_AA32_MODE_USR,
530 .pstate_val = PSR_AA32_MODE_USR,
537 .pstate_val = PSR_AA32_MODE_USR,
602 .pstate_val = PSR_AA32_MODE_USR,
610 .pstate_val = (PSR_AA32_T_BIT | PSR_AA32_MODE_USR),
Dtraps.c342 (regs->pstate & hook->pstate_mask) == hook->pstate_val) in call_undef_hook()
Dcpufeature.c2306 .pstate_val = PSR_MODE_EL0t,
/arch/arm64/include/asm/
Dtraps.h21 u64 pstate_val; member