Home
last modified time | relevance | path

Searched refs:swp_handler (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dswp_emulate.c160 static int swp_handler(struct pt_regs *regs, unsigned int instr) in swp_handler() function
235 .fn = swp_handler
/openbmc/linux/arch/arm64/kernel/
H A Darmv8_deprecated.c166 static int swp_handler(struct pt_regs *regs, u32 instr) in swp_handler() function
242 return swp_handler(regs, insn) == 0; in try_emulate_swp()