Searched refs:KERNEL_VM_SIZE (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/sys/arch/evbarm/altera/
H A Dplatform.h4 #define KERNEL_VM_SIZE 0x40000000 macro
/netbsd-current/sys/arch/evbarm/netwalker/
H A Dnetwalker.h36 #define KERNEL_VM_SIZE 0x20000000 macro
/netbsd-current/sys/arch/evbarm/fdt/
H A Dplatform.h36 #define KERNEL_VM_SIZE VM_KERNEL_VM_SIZE macro
/netbsd-current/sys/arch/evbarm/kobo/
H A Dkobo.h36 #define KERNEL_VM_SIZE 0x10000000 macro
/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dplatform.h47 #define KERNEL_VM_SIZE (KERNEL_VM_TOP - KERNEL_VM_BASE) macro
/netbsd-current/sys/arch/evbarm/gemini/
H A Dgemini.h63 #define KERNEL_VM_SIZE 0x0C000000 macro
66 * We devmap IO starting at KERNEL_VM_BASE + KERNEL_VM_SIZE
68 #define GEMINI_KERNEL_IO_VBASE (KERNEL_VM_BASE + KERNEL_VM_SIZE)
/netbsd-current/sys/arch/evbarm/integrator/
H A Dintegrator_machdep.c117 #define KERNEL_VM_SIZE 0x0C000000 macro
372 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0);
/netbsd-current/sys/arch/evbarm/imx23_olinuxino/
H A Dimx23_olinuxino_machdep.c74 #define KERNEL_VM_SIZE 0x20000000 macro
183 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0);
/netbsd-current/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c153 #define KERNEL_VM_SIZE 0x0B000000 macro
155 #define KERNEL_VM_SIZE 0x0C000000 macro
813 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/imx31/
H A Dimx31lk_machdep.c168 #define KERNEL_VM_SIZE 0x0C000000 macro
693 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/cats/cats/
H A Dcats_machdep.c109 #define KERNEL_VM_SIZE 0x0c000000 macro
462 sp = initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, cats_physmem,
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dmachdep.c78 #define KERNEL_VM_SIZE 0x04000000 /* XXXX 64M */ macro
461 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/armadaxp/
H A Darmadaxp_machdep.c148 #define KERNEL_VM_SIZE 0x14000000 macro
391 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0);
/netbsd-current/sys/arch/evbarm/ixm1200/
H A Dixm1200_machdep.c125 #define KERNEL_VM_SIZE 0x0C000000 macro
667 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c94 #define KERNEL_VM_SIZE 0x05000000 macro
562 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
H A Dpxa2x0_hpc_machdep.c102 #define KERNEL_VM_SIZE 0x0c000000 macro
609 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dgumstix_machdep.c200 #define KERNEL_VM_SIZE 0x35000000 macro
452 return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0);
/netbsd-current/sys/arch/evbarm/iq80321/
H A Diq80321_machdep.c129 #define KERNEL_VM_SIZE 0x0C000000 macro
734 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/nslu2/
H A Dnslu2_machdep.c153 #define KERNEL_VM_SIZE 0x0C000000 macro
775 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/ixdp425/
H A Dixdp425_machdep.c123 #define KERNEL_VM_SIZE 0x0C000000 macro
714 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/hdl_g/
H A Dhdlg_machdep.c129 #define KERNEL_VM_SIZE 0x0C000000 macro
588 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/iq80310/
H A Diq80310_machdep.c128 #define KERNEL_VM_SIZE 0x0C000000 macro
708 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800_machdep.c163 #define KERNEL_VM_SIZE 0x0C000000 macro
769 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/viper/
H A Dviper_machdep.c172 #define KERNEL_VM_SIZE 0x0C000000 macro
749 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
/netbsd-current/sys/arch/evbarm/tsarm/
H A Dtsarm_machdep.c146 #define KERNEL_VM_SIZE 0x0C000000 macro
741 pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);

Completed in 311 milliseconds

12