Home
last modified time | relevance | path

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

/linux-6.15/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
/linux-6.15/arch/arm64/kernel/
H A Darmv8_deprecated.c164 static int swp_handler(struct pt_regs *regs, u32 instr) in swp_handler() function
240 return swp_handler(regs, insn) == 0; in try_emulate_swp()