| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/sun3/sun3x/ | |
| pmap.c | 2168 int idx, eidx; local in function:pmap_kremove 2176 eidx = m68k_btop(va + len - KERNBASE3X); 2178 while (idx < eidx) { 2969 int idx, eidx; local in function:pmap_remove_kernel 2977 eidx = m68k_btop(eva - KERNBASE3X); 2979 while (idx < eidx) { |
| /src/sys/arch/riscv/riscv/ | |
| riscv_machdep.c | 611 const size_t eidx = (eva >> vshift) & pdetab_mask; local in function:cpu_kernel_vm_init 615 for (size_t i = sidx; i < eidx && pa < memory_end; i++, pa += inc) { |