Home
last modified time | relevance | path

Searched refs:set_pt_regs_flag (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kernel/
H A Dsyscall.c112 set_pt_regs_flag(regs, PIF_SYSCALL); in __do_syscall()
/linux/arch/s390/include/asm/
H A Dsyscall.h62 set_pt_regs_flag(regs, PIF_SYSCALL_RET_SET); in syscall_set_return_value()
H A Dptrace.h187 static inline void set_pt_regs_flag(struct pt_regs *regs, int flag) in set_pt_regs_flag() function
/linux/arch/s390/mm/
H A Dfault.c378 set_pt_regs_flag(regs, PIF_PSW_ADDR_ADJUSTED); in do_protection_exception()