Searched refs:p_index (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h35 tchar p_index; /* shorthand job index */ member in struct:process
H A Dsh.proc.c364 index = pp->p_index;
367 np->p_index = np->p_pid = 0;
372 if (np->p_index > (tchar)index)
373 index = np->p_index;
437 pp->p_index = pcurrjob->p_index;
450 pp->p_index = ++pmaxindex;
456 if (np->p_index == i)
458 pp->p_index = i;
602 printf("[%d]", pp->p_index);
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c1099 pgcnt_t p_index, s_index, p_start, p_end, s_start, s_end, rss, virt; local
1193 p_index = p_start;
1196 while (p_index <= p_end) {
1211 p_index_next = p_index;
1228 if (p_index_next != p_index) {
1234 p_bound_size = p_index_next - p_index - 1;
1249 p_index = p_index + p_bound_size + 1;
1262 p_index++;
1279 pgstart = p_index
[all...]
H A Dvm_anon.c2859 ulong_t p_index, index; local
2874 p_index = 0;
2907 ppa[p_index++] = pp;
3005 ppa[p_index++] = pp;
3054 ppa[p_index++] = pp;
3062 p_index = p_index - pg_cnt;
3064 page_downgrade(ppa[p_index++]);
H A Dpage.h522 uchar_t p_embed; /* x86 - changes p_mapping & p_index */
524 uchar_t p_index; /* MPSS mapping info. Not used on x86 */ member in struct:page
/illumos-gate/usr/src/uts/i86pc/vm/
H A Di86_mmu.c290 * p_index is a hint that this is a pagetable
293 if (pp && pp->p_index) {
294 pp->p_index = 0;
H A Dhtable.c1479 * hypervisor we also temporarily mark the p_index field of page table
1558 pp->p_index = 1;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c941 * change is reflect in the corresponding bit of the p_index field.
3377 * translation. Will set p_vcolor, p_index, p_ro fields.
3459 * "PP_MAPINDEX(p_index) (p_index & SFMMU_INDEX_MASK)"
3468 * in case we need to take it back out of p_index,
3473 pp->p_index = (PP_MAPINDEX(pp) | index);
3481 * the only thing we need to fix is the p_index field.
3490 pp->p_index = (PP_MAPINDEX(pp) &
5899 int p_index; local
5901 p_index
[all...]
H A Dhat_sfmmu.h2190 * The field p_index in the psm page structure is for large pages support.
2194 * have the corrosponding mapping bit set in their p_index field. This allows
2198 * exmaple, a page with a 64K and a 4M mappings has a p_index value of 0x0A.
2200 * Implementation note: even though the first bit in p_index is reserved
2202 * In addition, the upper four bits of the p_index field are used by the
2213 #define PP_MAPINDEX(pp) ((pp)->p_index & SFMMU_INDEX_MASK)
2237 /* Need function to test the page mappping which takes p_index into account */
2242 * set p_index field.

Completed in 118 milliseconds