Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/kernel/
Dswp_emulate.c160 static int swp_handler(struct pt_regs *regs, unsigned int instr) in swp_handler() function
235 .fn = swp_handler
/Linux-v6.6/arch/arm64/kernel/
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()