Home
last modified time | relevance | path

Searched refs:test_pt_regs_flag (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dsyscall.h23 return test_pt_regs_flag(regs, PIF_SYSCALL) ? in syscall_get_nr()
Dptrace.h150 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag() function
/kernel/linux/linux-5.10/arch/s390/kernel/
Dsignal.c473 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in do_signal()
Dptrace.c376 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user()
746 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user_compat()
/kernel/linux/linux-5.10/arch/s390/mm/
Dfault.c81 test_pt_regs_flag(regs, PIF_GUEST_FAULT)) in get_fault_type()