Searched refs:phys_seg_list (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dseglist.h46 extern phys_seg_list_t phys_seg_list[];
H A Dpmap_bootstrap.c108 if (RELOC(phys_seg_list[i].ps_start, paddr_t) ==
109 RELOC(phys_seg_list[i].ps_end, paddr_t)) {
119 RELOC(phys_seg_list[i].ps_start, paddr_t) =
120 m68k_round_page(RELOC(phys_seg_list[i].ps_start,
122 RELOC(phys_seg_list[i].ps_end, paddr_t) =
123 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end,
126 size = RELOC(phys_seg_list[i].ps_end, paddr_t) -
127 RELOC(phys_seg_list[i].ps_start, paddr_t);
130 RELOC(phys_seg_list[i].ps_start, paddr_t);
460 RELOC(phys_seg_list[
[all...]
H A Dmachdep.c164 phys_seg_list_t phys_seg_list[VM_PHYSSEG_MAX]; variable
167 * Memory segments to dump. This is initialized from the phys_seg_list
214 pager_map_size = phys_seg_list[0].ps_end / 2;
222 if (phys_seg_list[i].ps_start == phys_seg_list[i].ps_end) {
233 uvm_page_physload(atop(phys_seg_list[i].ps_start),
234 atop(phys_seg_list[i].ps_end),
235 atop(phys_seg_list[i].ps_start),
236 atop(phys_seg_list[i].ps_end), i);
H A Dlocore.s289 RELOC(phys_seg_list, %a0)
290 movl %a5,%a0@ | phys_seg_list[0].ps_start
292 movl %d1,%a0@(4) | phys_seg_list[0].ps_end
293 clrl %a0@(8) | phys_seg_list[0].ps_startpage
296 clrl %a0@(0x0c) | phys_seg_list[1].ps_start
309 movl %d0,%a0@(0x0c) | phys_seg_list[1].ps_start
310 movl %d1,%a0@(0x10) | phys_seg_list[1].ps_end
311 clrl %a0@(0x14) | phys_seg_list[1].ps_startpage
484 RELOC(phys_seg_list, %a0)
485 movl %a5,%a0@ | phys_seg_list[
[all...]
/netbsd-current/sys/arch/next68k/next68k/
H A Dseglist.h53 extern phys_seg_list_t phys_seg_list[];
H A Dnextrom.c318 RELOC(phys_seg_list[j].ps_start, paddr_t) =
323 RELOC(phys_seg_list[j].ps_end, paddr_t) =
324 RELOC(phys_seg_list[j].ps_start, paddr_t) +
330 RELOC(phys_seg_list[j].ps_end, paddr_t) =
331 RELOC(phys_seg_list[j].ps_start, paddr_t) +
337 RELOC(phys_seg_list[j].ps_end, paddr_t) =
338 RELOC(phys_seg_list[j].ps_start, paddr_t) +
348 RELOC(phys_seg_list[j - 1].ps_end, paddr_t) -= 0x2000;
350 RELOC(phys_seg_list[j - 1].ps_end, paddr_t);
354 RELOC(phys_seg_list[
[all...]
H A Dpmap_bootstrap.c119 if (RELOC(phys_seg_list[i].ps_start, paddr_t) ==
120 RELOC(phys_seg_list[i].ps_end, paddr_t)) {
130 RELOC(phys_seg_list[i].ps_start, paddr_t) =
131 m68k_round_page(RELOC(phys_seg_list[i].ps_start,
133 RELOC(phys_seg_list[i].ps_end, paddr_t) =
134 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end,
137 size = RELOC(phys_seg_list[i].ps_end, paddr_t) -
138 RELOC(phys_seg_list[i].ps_start, paddr_t);
141 RELOC(phys_seg_list[i].ps_start, paddr_t);
483 RELOC(phys_seg_list[
[all...]
H A Dmachdep.c160 phys_seg_list_t phys_seg_list[VM_PHYSSEG_MAX]; variable
163 * Memory segments to dump. This is initialized from the phys_seg_list
195 if (phys_seg_list[i].ps_start == phys_seg_list[i].ps_end) {
205 uvm_page_physload(atop(phys_seg_list[i].ps_start),
206 atop(phys_seg_list[i].ps_end),
207 atop(phys_seg_list[i].ps_start),
208 atop(phys_seg_list[i].ps_end),

Completed in 206 milliseconds