Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dspectre.h102 bool try_emulate_el1_ssbs(struct pt_regs *regs, u32 instr);
/linux-6.12.1/arch/arm64/kernel/
Dproton-pack.c524 bool try_emulate_el1_ssbs(struct pt_regs *regs, u32 instr) in try_emulate_el1_ssbs() function
Dtraps.c488 if (try_emulate_el1_ssbs(regs, insn)) in do_el1_undef()