Searched refs:afterkern (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c196 vm_offset_t afterkern; local
312 afterkern = round_page(next_chunk2((vm_offset_t)lastaddr, L1_S_SIZE));
314 pmap_link_l2pt(l1pagetable, afterkern + i * 0x00100000,
317 pmap_map_entry(l1pagetable, afterkern, minidataclean.pv_pa,
322 xscale_setup_minidata(l1pagetable, afterkern,
384 pmap_curmaxkvaddr = afterkern + PAGE_SIZE;
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c149 vm_offset_t afterkern; local
241 afterkern = round_page(rounddown2((vm_offset_t)lastaddr + L1_S_SIZE, L1_S_SIZE));
243 pmap_link_l2pt(l1pagetable, afterkern + i * 0x00100000,
246 pmap_map_entry(l1pagetable, afterkern, minidataclean.pv_pa,
251 xscale_setup_minidata(l1pagetable, afterkern,
315 pmap_curmaxkvaddr = afterkern + PAGE_SIZE;
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c161 vm_offset_t afterkern; local
234 afterkern = round_page(rounddown2(lastaddr + L1_S_SIZE, L1_S_SIZE));
236 pmap_link_l2pt(l1pagetable, afterkern + i * L1_S_SIZE,
307 pmap_curmaxkvaddr = afterkern + L1_S_SIZE * (KERNEL_PT_KERN_NUM - 1);
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c163 vm_offset_t afterkern; local
242 afterkern = round_page(rounddown2((vm_offset_t)lastaddr + L1_S_SIZE, L1_S_SIZE));
244 pmap_link_l2pt(l1pagetable, afterkern + i * 0x00100000,
300 pmap_curmaxkvaddr = afterkern + PAGE_SIZE;
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c446 vm_offset_t afterkern; local
519 afterkern = round_page(rounddown2(lastaddr + L1_S_SIZE, L1_S_SIZE));
521 pmap_link_l2pt(l1pagetable, afterkern + i * L1_S_SIZE,
618 pmap_curmaxkvaddr = afterkern + L1_S_SIZE * (KERNEL_PT_KERN_NUM - 1);

Completed in 74 milliseconds