Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Dprocess.c56 if (S390_lowcore.current_pid != current->pid) { in arch_setup_new_exec()
57 S390_lowcore.current_pid = current->pid; in arch_setup_new_exec()
Dhead64.S23 xc __LC_LPP+1(7,0),__LC_LPP+1 # clear lpp and current_pid
Dasm-offsets.c144 OFFSET(__LC_CURRENT_PID, lowcore, current_pid); in main()
Dsmp.c291 lc->current_pid = tsk->pid; in pcpu_attach_task()
/Linux-v5.10/arch/s390/include/asm/
Dlowcore.h127 __u32 current_pid; /* 0x039c */ member