Home
last modified time | relevance | path

Searched refs:cpid (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/testing/selftests/safesetid/
Dsafesetid-test.c176 pid_t cpid; in test_userns() local
182 cpid = syscall(SYS_clone, clone_flags, NULL); in test_userns()
183 if (cpid == -1) { in test_userns()
188 if (cpid == 0) { /* Code executed by child */ in test_userns()
193 if(snprintf(map_file_name, sz, "/proc/%d/uid_map", cpid) < 0) { in test_userns()
207 pid_t cpid, w; in test_setuid() local
210 cpid = fork(); in test_setuid()
211 if (cpid == -1) { in test_setuid()
215 if (cpid == 0) { /* Code executed by child */ in test_setuid()
223 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
/Linux-v5.4/arch/nds32/kernel/
Dtraps.c366 unsigned int cpid = ((itype & ITYPE_mskCPID) >> ITYPE_offCPID); in do_dispatch_general() local
368 if ((cpid == FPU_CPID) && in do_dispatch_general()
/Linux-v5.4/tools/testing/selftests/netfilter/
Dnft_flowtable.sh240 cpid=$!
245 kill $cpid
/Linux-v5.4/arch/m68k/math-emu/
Dfp_scan.S69 cmp.b #0xf2,%d0 | cpid = 1
71 cmp.b #0xfc,%d0 | cpid = 6
/Linux-v5.4/arch/m68k/fpsp040/
Dx_fline.S60 cmpib #1,%d1 |check if cpid=1
/Linux-v5.4/arch/mips/kernel/
Dtraps.c1352 unsigned int cpid; in do_cpu() local
1356 cpid = (regs->cp0_cause >> CAUSEB_CE) & 3; in do_cpu()
1358 if (cpid != 2) in do_cpu()
1361 switch (cpid) { in do_cpu()