/src/sys/arch/next68k/next68k/ |
machdep.c | 160 phys_seg_list_t phys_seg_list[VM_PHYSSEG_MAX]; variable in typeref:typename:phys_seg_list_t[] 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),
|
machdep.c | 160 phys_seg_list_t phys_seg_list[VM_PHYSSEG_MAX]; variable in typeref:typename:phys_seg_list_t[] 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),
|
/src/sys/arch/mvme68k/mvme68k/ |
machdep.c | 164 phys_seg_list_t phys_seg_list[VM_PHYSSEG_MAX]; variable in typeref:typename:phys_seg_list_t[] 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);
|
machdep.c | 164 phys_seg_list_t phys_seg_list[VM_PHYSSEG_MAX]; variable in typeref:typename:phys_seg_list_t[] 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);
|