HomeSort by: relevance | last modified time | path
    Searched refs:P0LR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/vax/include/
pcb.h 49 long P0LR; /* Page 0 Length Register */
cpu.h 163 pcb->P0LR = (pcb->P0LR & ~AST_MASK) | AST_ON; \
206 pcb->P0LR = (pcb->P0LR & ~AST_MASK) | AST_ON; \
220 pcb->P0LR = (pcb->P0LR & ~AST_MASK) | AST_ON; \
  /src/sys/arch/vax/vax/
trap.c 317 pcb->P0LR = (pcb->P0LR & ~AST_MASK) | AST_PCB;
subr.S 130 clrl P0LR(%r0)
326 movl P0LR(%r4),%r0 /* LR and ASTLVL field, current PCB */
327 movl P0LR(%r3),%r1 /* same, pinned LWP */
331 insv %r0,$24,$3,P0LR(%r3) /* copy to pinned LWP */
332 insv $4,$24,$3,P0LR(%r4) /* reset AST for current LWP */
pmap.c 394 pcb->P0LR = pmap->pm_p0lr|AST_PCB;
401 mtpr(pcb->P0LR, PR_P0LR);
566 pcb->P0LR = pm->pm_p0lr | (pcb->P0LR & AST_MASK);
786 int inuse, len, p0lr; local in function:grow_p0
792 p0lr = pm->pm_p0lr;
793 inuse = p0lr != 0;
805 srclen = vax_btop(p0lr * PPTESZ) * PPTESZ;
823 extent_free(ptemap, p0br, p0lr*PPTESZ, EX_WAITOK);
884 PMDEBUG(("pmap_pinit(%p): p0br=%p p0lr=0x%lx p1br=%p p1lr=0x%lx\n"
    [all...]

Completed in 14 milliseconds