Searched refs:NPHYS_RAM_SEGS (Results 1 – 11 of 11) sorted by relevance
32 #define NPHYS_RAM_SEGS 1 macro36 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS];
24 #define NPHYS_RAM_SEGS 8 macro29 phys_ram_seg_t kcore_segs[NPHYS_RAM_SEGS];
32 #define NPHYS_RAM_SEGS 8 macro37 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS];
38 #define NPHYS_RAM_SEGS 4 macro43 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS];
5 #define NPHYS_RAM_SEGS 8 macro14 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS];
6 #define NPHYS_RAM_SEGS 8 macro15 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS];
120 for (block = 0; block < NPHYS_RAM_SEGS; block++, mp++) { in _kvm_pa2off()
449 h->kcore_nsegs = min(NPHYS_RAM_SEGS, (u_int)vm_nphysseg); in cpu_init_kcore_hdr()