Searched refs:compat_setend_handler (Results 1 - 1 of 1) sorted by path

/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c349 static int compat_setend_handler(struct pt_regs *regs, u32 big_endian) function
372 int rc = compat_setend_handler(regs, (instr >> 9) & 1);
379 int rc = compat_setend_handler(regs, (instr >> 3) & 1);

Completed in 310 milliseconds