Searched refs:KERNEL_BASE (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
48 #define KERNEL_BASE KERNEL_BASE_EXT macro
50 #define KERNEL_BASE 0x80000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xc0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/netwinder/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xf0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xc0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xf0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/cats/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xf0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/rpi/
H A Drpi.h40 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/arm32/
H A Dvmparam.h84 #define VM_MAXUSER_ADDRESS ((vaddr_t) KERNEL_BASE)
87 #define VM_MIN_KERNEL_ADDRESS ((vaddr_t) KERNEL_BASE)
/netbsd-6-1-5-RELEASE/sys/arch/shark/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xf0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/beagle/
H A Dbeagle.h39 #define KERNEL_VM_BASE ((KERNEL_BASE + 0x01000000) & ~(0x400000-1))
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/tisdp24xx/
H A Dsdp24xx.h39 #define KERNEL_VM_BASE ((KERNEL_BASE + 0x01000000) & ~(0x400000-1))
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/include/
H A Dvmparam.h45 * Mappings >= KERNEL_BASE are constant across all processes
47 #define KERNEL_BASE 0xf0000000 macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c104 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00040000)
105 #define KERNEL_VM_BASE (KERNEL_BASE + 0x00C00000)
335 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
346 freemempos = KERNEL_BASE;
347 memset((void *)KERNEL_BASE, 0, KERNEL_TEXT_BASE - KERNEL_BASE);
382 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
472 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
504 KERNEL_TEXT_BASE - KERNEL_BASE + physical_start,
525 pmap_map_chunk(l1pagetable, KERNEL_BASE, physical_star
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/evbarm/
H A Dinitarm_common.c140 physical_freestart = (avail - KERNEL_BASE) + ic->ic_kernel_base_pa;
165 * and extends to (avail - KERNEL_BASE) + ic->ic_kernel_base_pa.
222 ptcount_kernel = round_sec(avail - KERNEL_BASE) / L1_S_SIZE;
317 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * L1_S_SIZE,
338 size_t textsize = (uintptr_t) etext - KERNEL_BASE;
339 size_t totalsize = (uintptr_t) _end - KERNEL_BASE;
345 logical = pmap_map_chunk(l1pagetable, KERNEL_BASE,
349 (void) pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixdp425/
H A Dixdp425_machdep.c115 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
116 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
452 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
476 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
564 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
593 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
596 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
659 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/nslu2/
H A Dnslu2_machdep.c145 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
146 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
520 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
544 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
632 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
661 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
664 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
727 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/adi_brh/
H A Dbrh_machdep.c123 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
124 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
496 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
577 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
603 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
606 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
722 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/hdl_g/
H A Dhdlg_machdep.c121 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
122 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
371 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
452 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
480 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
483 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
544 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/imx31/
H A Dimx31lk_machdep.c161 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00100000)
162 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
484 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
562 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
593 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
598 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
658 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/iq80310/
H A Diq80310_machdep.c120 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
121 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
491 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
572 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
600 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
603 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
664 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/iq80321/
H A Diq80321_machdep.c121 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
122 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
515 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
598 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
626 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
629 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
690 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixm1200/
H A Dixm1200_machdep.c121 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
122 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
410 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
433 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
515 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
546 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
549 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/npwr_fc/
H A Dnpwr_fc_machdep.c121 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
122 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
488 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
569 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
597 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
600 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
661 KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800_machdep.c156 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
157 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
520 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
595 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
620 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
623 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
690 (((((uintptr_t)&end) + PGOFSET) & ~PGOFSET) - KERNEL_BASE);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/viper/
H A Dviper_machdep.c164 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
165 #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
526 (var).pv_va = KERNEL_BASE + (var).pv_pa - physical_start;
607 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000,
633 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
636 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical,
707 KERNEL_BASE);

Completed in 597 milliseconds

123