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

  /src/sys/arch/x86/include/
machdep.h 43 struct msgbuf_p_seg { struct
48 extern struct msgbuf_p_seg msgbuf_p_seg[];
  /src/sys/arch/x86/x86/
x86_machdep.c 135 struct msgbuf_p_seg msgbuf_p_seg[VM_PHYSSEG_MAX]; variable in typeref:struct:msgbuf_p_seg[]
1127 msgbuf_p_seg[msgbuf_p_cnt].sz = sz;
1128 msgbuf_p_seg[msgbuf_p_cnt++].paddr = ctob(uvm_physseg_get_avail_end(x)) - sz;
  /src/sys/arch/i386/i386/
machdep.c 400 for (x = 0, sz = 0; x < msgbuf_p_cnt; sz += msgbuf_p_seg[x++].sz)
408 for (x = 0; x < btoc(msgbuf_p_seg[y].sz); x++, sz += PAGE_SIZE)
410 msgbuf_p_seg[y].paddr + x * PAGE_SIZE,
  /src/sys/arch/amd64/amd64/
machdep.c 353 for (x = 0, sz = 0; x < msgbuf_p_cnt; sz += msgbuf_p_seg[x++].sz)
361 for (x = 0; x < btoc(msgbuf_p_seg[y].sz); x++, sz += PAGE_SIZE)
363 msgbuf_p_seg[y].paddr + x * PAGE_SIZE,

Completed in 16 milliseconds