Searched refs:psi (Results 1 - 25 of 73) sorted by relevance

123

/netbsd-current/sys/uvm/
H A Duvm_pglist.c112 uvm_pglistalloc_c_ps(uvm_physseg_t psi, int num, paddr_t low, paddr_t high, argument
124 printf("pgalloc: contig %d pgs from psi %d\n", num, psi);
133 if (high <= uvm_physseg_get_avail_start(psi) ||
134 low >= uvm_physseg_get_avail_end(psi))
142 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi) +
143 uvm_physseg_get_start_hint(psi)), alignment);
144 limit = ulmin(high, uvm_physseg_get_avail_end(psi));
154 if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) {
166 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi)), alignmen
456 uvm_physseg_t psi; local
524 uvm_pglistalloc_s_ps(uvm_physseg_t psi, int num, paddr_t low, paddr_t high, struct pglist *rlist) argument
618 uvm_physseg_t psi; local
[all...]
/netbsd-current/sys/kern/
H A Dsys_ptrace.c122 ptrace_copyin_siginfo(struct ptrace_siginfo *psi, const void *addr, size_t len) argument
124 if (sizeof(*psi) != len)
127 return copyin(addr, psi, sizeof(*psi));
131 ptrace_copyout_siginfo(const struct ptrace_siginfo *psi, void *addr, size_t len) argument
133 if (sizeof(*psi) != len)
136 return copyout(psi, addr, sizeof(*psi));
H A Dsys_ptrace_common.c516 struct ptrace_siginfo psi; local
518 memset(&psi, 0, sizeof(psi));
519 psi.psi_siginfo._info = t->p_sigctx.ps_info;
520 psi.psi_lwpid = t->p_sigctx.ps_lwp;
521 DPRINTF(("%s: lwp=%d signal=%d\n", __func__, psi.psi_lwpid,
522 psi.psi_siginfo.si_signo));
524 return ptm->ptm_copyout_siginfo(&psi, addr, data);
531 struct ptrace_siginfo psi; local
533 int error = ptm->ptm_copyin_siginfo(&psi, add
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dnetbsd-nat.c190 ptrace_siginfo_t psi; local
195 if (ptrace (PT_GET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
202 memcpy (readbuf, ((gdb_byte *) &psi.psi_siginfo) + offset, len);
205 memcpy (((gdb_byte *) &psi.psi_siginfo) + offset, writebuf, len);
207 if (ptrace (PT_SET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite.c80 gimple_stmt_iterator psi; local
101 for (psi = gsi_start_bb (bb); !gsi_end_p (psi); gsi_next (&psi))
144 gimple_stmt_iterator psi; local
160 for (psi = gsi_start_bb (bb); !gsi_end_p (psi); gsi_next (&psi))
290 gphi_iterator psi; local
305 for (psi
[all...]
H A Dgimple-loop-jam.c238 gphi_iterator psi;
239 for (psi = gsi_start_phis (single_exit (loop)->dest);
240 !gsi_end_p (psi); gsi_next (&psi))
244 tree op = gimple_phi_result (psi.phi ());
274 for (psi = gsi_start_phis (loop->header); !gsi_end_p (psi); gsi_next (&psi))
277 tree op = gimple_phi_result (psi.phi ());
H A Dgimple-streamer-out.c242 for (gphi_iterator psi = gsi_start_phis (bb);
243 !gsi_end_p (psi);
244 gsi_next (&psi))
246 gphi *phi = psi.phi ();
H A Dtree-ssa-loop-manip.c806 gphi_iterator psi; local
809 for (psi = gsi_start_phis (dest); !gsi_end_p (psi); gsi_next (&psi))
811 phi = psi.phi ();
1455 gphi_iterator *psi,
1461 gphi *phi = psi->phi ();
1466 gsi_next (psi);
1472 gsi_next (psi);
1476 remove_phi_node (psi, fals
1454 rewrite_phi_with_iv(loop_p loop, gphi_iterator *psi, gimple_stmt_iterator *gsi, tree main_iv) argument
1499 gphi_iterator psi; local
1532 gphi_iterator psi; local
[all...]
H A Dgraphite-isl-ast-to-gimple.c1251 for (gphi_iterator psi = gsi_start_phis (bb); !gsi_end_p (psi);
1252 gsi_next (&psi))
1254 gphi *phi = psi.phi ();
1291 for (gphi_iterator psi = gsi_start_phis (e->dest); !gsi_end_p (psi);
1292 gsi_next (&psi))
1294 gphi *phi = psi.phi ();
1447 for (gphi_iterator psi = gsi_start_phis (false_entry->dest);
1448 !gsi_end_p (psi); gsi_nex
[all...]
H A Dtree-ssa-loop-ch.c112 for (gphi_iterator psi = gsi_start_phis (header); !gsi_end_p (psi);
113 gsi_next (&psi))
115 gphi *phi = psi.phi ();
H A Dtarget.h167 const char *psi; member in struct:asm_int_op
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgraphite.cc80 gimple_stmt_iterator psi; local
101 for (psi = gsi_start_bb (bb); !gsi_end_p (psi); gsi_next (&psi))
144 gimple_stmt_iterator psi; local
160 for (psi = gsi_start_bb (bb); !gsi_end_p (psi); gsi_next (&psi))
290 gphi_iterator psi; local
305 for (psi
[all...]
H A Dgimple-loop-jam.cc240 gphi_iterator psi;
241 for (psi = gsi_start_phis (single_exit (loop)->dest);
242 !gsi_end_p (psi); gsi_next (&psi))
246 tree op = gimple_phi_result (psi.phi ());
281 for (psi = gsi_start_phis (loop->header); !gsi_end_p (psi); gsi_next (&psi))
284 tree op = gimple_phi_result (psi.phi ());
H A Dgimple-streamer-out.cc242 for (gphi_iterator psi = gsi_start_phis (bb);
243 !gsi_end_p (psi);
244 gsi_next (&psi))
246 gphi *phi = psi.phi ();
H A Dtree-ssa-loop-manip.cc804 gphi_iterator psi; local
807 for (psi = gsi_start_phis (dest); !gsi_end_p (psi); gsi_next (&psi))
809 phi = psi.phi ();
1532 gphi_iterator *psi,
1538 gphi *phi = psi->phi ();
1543 gsi_next (psi);
1549 gsi_next (psi);
1553 remove_phi_node (psi, fals
1531 rewrite_phi_with_iv(loop_p loop, gphi_iterator *psi, gimple_stmt_iterator *gsi, tree main_iv) argument
1576 gphi_iterator psi; local
1609 gphi_iterator psi; local
[all...]
H A Dgraphite-isl-ast-to-gimple.cc1238 for (gphi_iterator psi = gsi_start_phis (bb); !gsi_end_p (psi);
1239 gsi_next (&psi))
1241 gphi *phi = psi.phi ();
1278 for (gphi_iterator psi = gsi_start_phis (e->dest); !gsi_end_p (psi);
1279 gsi_next (&psi))
1281 gphi *phi = psi.phi ();
1435 for (gphi_iterator psi = gsi_start_phis (false_entry->dest);
1436 !gsi_end_p (psi); gsi_nex
[all...]
H A Dgimple-harden-conditionals.cc567 for (gphi_iterator psi = gsi_start_phis (ckeh->dest);
568 !gsi_end_p (psi); gsi_next (&psi))
570 gphi *phi = psi.phi ();
H A Dtree-ssa-loop-ch.cc134 for (gphi_iterator psi = gsi_start_phis (header); !gsi_end_p (psi);
135 gsi_next (&psi))
137 gphi *phi = psi.phi ();
H A Dtarget.h155 const char *psi; member in struct:asm_int_op
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.c190 ptrace_siginfo_t psi; local
195 if (ptrace (PT_GET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
202 memcpy (readbuf, ((gdb_byte *) &psi.psi_siginfo) + offset, len);
205 memcpy (((gdb_byte *) &psi.psi_siginfo) + offset, writebuf, len);
207 if (ptrace (PT_SET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ptrace.c116 netbsd32_copyin_siginfo(struct ptrace_siginfo *psi, const void *addr, size_t len) argument
126 psi->psi_lwpid = psi32.psi_lwpid;
127 netbsd32_si32_to_si(&psi->psi_siginfo, &psi32.psi_siginfo);
132 netbsd32_copyout_siginfo(const struct ptrace_siginfo *psi, void *addr, size_t len) argument
140 psi32.psi_lwpid = psi->psi_lwpid;
141 netbsd32_si_to_si32(&psi32.psi_siginfo, &psi->psi_siginfo);
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_threads_wait.h465 struct ptrace_siginfo psi; local
487 SYSCALL_REQUIRE(ptrace(PT_GET_SIGINFO, child, &psi, sizeof(psi)) != -1);
489 DPRINTF("Before suspending LWP %d\n", psi.psi_lwpid);
490 SYSCALL_REQUIRE(ptrace(PT_SUSPEND, child, NULL, psi.psi_lwpid) != -1);
497 DPRINTF("Before resuming LWP %d\n", psi.psi_lwpid);
498 SYSCALL_REQUIRE(ptrace(PT_RESUME, child, NULL, psi.psi_lwpid) != -1);
553 struct ptrace_siginfo psi; local
595 SYSCALL_REQUIRE(ptrace(PT_GET_SIGINFO, child, &psi, sizeof(psi)) !
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.cc281 ptrace_siginfo_t psi;
282 if (ptrace (PT_GET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
286 siginfo_t *si = &psi.psi_siginfo;
288 lwpid_t lwp = psi.psi_lwpid;
384 ptrace (PT_GETREGS, pid, &r, psi.psi_lwpid);
387 ptrace (PT_SETREGS, pid, &r, psi.psi_lwpid);
727 ptrace_siginfo_t psi; local
730 if (ptrace (PT_GET_SIGINFO, pid, &psi, sizeof (psi))
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.cc263 ptrace_siginfo_t psi;
264 if (ptrace (PT_GET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
268 siginfo_t *si = &psi.psi_siginfo;
270 lwpid_t lwp = psi.psi_lwpid;
365 ptrace (PT_GETREGS, pid, &r, psi.psi_lwpid);
368 ptrace (PT_SETREGS, pid, &r, psi.psi_lwpid);
651 ptrace_siginfo_t psi; local
654 if (ptrace (PT_GET_SIGINFO, pid, &psi, sizeof (psi))
[all...]
/netbsd-current/sys/arch/atari/atari/
H A Dmachdep.c660 struct si_callback *si, *psi, *nsi; local
664 for (psi = 0, si = si_callbacks; si; ) {
668 psi = si;
672 if (psi != NULL)
673 psi->next = nsi;

Completed in 463 milliseconds

123