Home
last modified time | relevance | path

Searched refs:try_emulate_el1_ssbs (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dspectre.h104 bool try_emulate_el1_ssbs(struct pt_regs *regs, u32 instr);
/linux/arch/arm64/kernel/
H A Dproton-pack.c514 bool try_emulate_el1_ssbs(struct pt_regs *regs, u32 instr) in try_emulate_el1_ssbs() function
H A Dtraps.c483 if (try_emulate_el1_ssbs(regs, insn)) in do_el1_undef()