Searched refs:test_pt_regs_flag (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ptrace.h | 193 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag() function 200 int ret = test_pt_regs_flag(regs, flag); in test_and_clear_pt_regs_flag()
|
H A D | ftrace.h | 52 if (test_pt_regs_flag(regs, PIF_FTRACE_FULL_REGS)) in arch_ftrace_get_regs()
|
H A D | syscall.h | 23 return test_pt_regs_flag(regs, PIF_SYSCALL) ? in syscall_get_nr()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | syscall.h | 23 return test_pt_regs_flag(regs, PIF_SYSCALL) ? in syscall_get_nr()
|
H A D | ptrace.h | 150 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/ |
H A D | signal.c | 473 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in do_signal()
|
H A D | ptrace.c | 376 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user() 745 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user_compat()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | signal.c | 466 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart()
|
H A D | ptrace.c | 348 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user() 712 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user_compat()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | fault.c | 87 if (test_pt_regs_flag(regs, PIF_GUEST_FAULT)) in get_fault_type()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | fault.c | 81 test_pt_regs_flag(regs, PIF_GUEST_FAULT)) in get_fault_type()
|
Completed in 10 milliseconds