| /netbsd/src/sys/arch/evbarm/bcm53xx/ |
| D | bcm53xx_machdep.c | 341 if (memsize > KERNEL_VM_BASE - KERNEL_BASE) { in initarm() 344 (KERNEL_VM_BASE - KERNEL_BASE) >> 20); in initarm() 345 memsize = KERNEL_VM_BASE - KERNEL_BASE; in initarm() 367 arm32_kernel_vm_init(KERNEL_VM_BASE, ARM_VECTORS_HIGH, 0, devmap, in initarm() 384 vaddr_t sp = initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, in initarm()
|
| D | platform.h | 41 #define KERNEL_VM_BASE (KERNEL_BASE + 0x40000000) macro 47 #define KERNEL_VM_SIZE (KERNEL_VM_TOP - KERNEL_VM_BASE)
|
| /netbsd/src/sys/arch/cats/cats/ |
| D | cats_machdep.c | 99 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 318 if (ram_size > KERNEL_VM_BASE - KERNEL_BASE) { in initarm() 321 (KERNEL_VM_BASE - KERNEL_BASE) >> 20); in initarm() 322 ram_size = KERNEL_VM_BASE - KERNEL_BASE; in initarm() 351 arm32_kernel_vm_init(KERNEL_VM_BASE, ARM_VECTORS_LOW, 0, cats_devmap, in initarm() 460 sp = initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, cats_physmem, in initarm()
|
| /netbsd/src/sys/arch/hpcarm/hpcarm/ |
| D | pxa2x0_hpc_machdep.c | 94 #ifndef KERNEL_VM_BASE 95 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 428 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in init_pxa2x0() 433 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in init_pxa2x0() 609 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in init_pxa2x0()
|
| D | sa11x0_hpc_machdep.c | 93 #define KERNEL_VM_BASE (KERNEL_BASE + 0x00C00000) macro 385 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in init_sa11x0() 390 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in init_sa11x0() 562 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in init_sa11x0()
|
| /netbsd/src/sys/arch/evbarm/armadaxp/ |
| D | armadaxp_machdep.c | 147 #define KERNEL_VM_BASE (KERNEL_BASE + 0x40000000) macro 363 if (mapallmem_p && memsize > KERNEL_VM_BASE - KERNEL_BASE) { in initarm() 366 (KERNEL_VM_BASE - KERNEL_BASE) >> 20); in initarm() 367 memsize = KERNEL_VM_BASE - KERNEL_BASE; in initarm() 378 arm32_kernel_vm_init(KERNEL_VM_BASE, ARM_VECTORS_LOW, 0, in initarm() 391 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0); in initarm()
|
| /netbsd/src/sys/arch/evbarm/nslu2/ |
| D | nslu2_machdep.c | 147 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 597 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 602 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 630 if (KERNEL_BASE + logical >= KERNEL_VM_BASE) in initarm() 775 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/npwr_fc/ |
| D | npwr_fc_machdep.c | 123 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 543 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 548 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 717 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/iq80310/ |
| D | iq80310_machdep.c | 122 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 534 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 539 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 708 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/iq80321/ |
| D | iq80321_machdep.c | 123 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 560 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 565 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 734 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/adi_brh/ |
| D | brh_machdep.c | 125 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 531 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 536 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 741 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/gumstix/ |
| D | gumstix_machdep.c | 197 #ifndef KERNEL_VM_BASE 198 #define KERNEL_VM_BASE 0xc8000000 macro 440 KASSERT(ram_size <= KERNEL_VM_BASE - KERNEL_BASE); in initarm() 444 arm32_kernel_vm_init(KERNEL_VM_BASE, in initarm() 452 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0); in initarm()
|
| /netbsd/src/sys/arch/evbarm/hdl_g/ |
| D | hdlg_machdep.c | 123 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 414 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 419 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 588 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/integrator/ |
| D | integrator_machdep.c | 116 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 365 arm32_kernel_vm_init(KERNEL_VM_BASE, ARM_VECTORS_LOW, 0, integrator_devmap, in initarm() 372 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0); in initarm()
|
| /netbsd/src/sys/arch/evbarm/ixdp425/ |
| D | ixdp425_machdep.c | 117 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 539 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 544 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 714 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/imx31/ |
| D | imx31lk_machdep.c | 162 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 528 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 533 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 693 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/ixm1200/ |
| D | ixm1200_machdep.c | 119 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 485 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 490 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 667 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/epoc32/epoc32/ |
| D | machdep.c | 75 #ifndef KERNEL_VM_BASE 76 #define KERNEL_VM_BASE (KERNEL_BASE + 0x00300000) macro 300 pmap_curmaxkvaddr = KERNEL_VM_BASE; in initarm() 461 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/g42xxeb/ |
| D | g42xxeb_machdep.c | 158 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 641 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 646 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 821 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/tsarm/ |
| D | tsarm_machdep.c | 140 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 559 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 564 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 741 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/smdk2xx0/ |
| D | smdk2800_machdep.c | 157 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 570 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 575 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 769 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| D | smdk2410_machdep.c | 167 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 659 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 664 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 845 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/viper/ |
| D | viper_machdep.c | 166 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 581 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 586 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 749 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|
| /netbsd/src/sys/arch/evbarm/gemini/ |
| D | gemini.h | 62 #define KERNEL_VM_BASE ((KERNEL_BASE + 0x01000000) & ~(0x400000-1)) macro 68 #define GEMINI_KERNEL_IO_VBASE (KERNEL_VM_BASE + KERNEL_VM_SIZE)
|
| /netbsd/src/sys/arch/evbarm/lubbock/ |
| D | lubbock_machdep.c | 167 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) macro 719 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm() 724 KERNEL_VM_BASE + (KERNEL_PT_VMDATA_NUM * 0x00400000); in initarm() 891 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); in initarm()
|