Searched refs:msgbuf_p_seg (Results 1 – 4 of 4) sorted by relevance
43 struct msgbuf_p_seg { struct48 extern struct msgbuf_p_seg msgbuf_p_seg[]; argument
135 struct msgbuf_p_seg msgbuf_p_seg[VM_PHYSSEG_MAX]; variable 1118 msgbuf_p_seg[msgbuf_p_cnt].sz = sz; in init_x86_msgbuf() 1119 msgbuf_p_seg[msgbuf_p_cnt++].paddr = ctob(uvm_physseg_get_avail_end(x)) - sz; in init_x86_msgbuf()
400 for (x = 0, sz = 0; x < msgbuf_p_cnt; sz += msgbuf_p_seg[x++].sz) in cpu_startup()408 for (x = 0; x < btoc(msgbuf_p_seg[y].sz); x++, sz += PAGE_SIZE) in cpu_startup()410 msgbuf_p_seg[y].paddr + x * PAGE_SIZE, in cpu_startup()
353 for (x = 0, sz = 0; x < msgbuf_p_cnt; sz += msgbuf_p_seg[x++].sz) in cpu_startup() 361 for (x = 0; x < btoc(msgbuf_p_seg[y].sz); x++, sz += PAGE_SIZE) in cpu_startup() 363 msgbuf_p_seg[y].paddr + x * PAGE_SIZE, in cpu_startup()