HomeSort by: relevance | last modified time | path
    Searched defs:KERNEL_TEXT_BASE (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/arch/zaurus/zaurus/
kloader_machdep.c 46 #define KERNEL_TEXT_BASE ((vaddr_t)&KERNEL_BASE_virt)
89 bootinfop = (void *)(KERNEL_TEXT_BASE - PAGE_SIZE);
95 bootmagicp = (uint32_t *)(KERNEL_TEXT_BASE - BOOTARGS_BUFSIZ);
  /src/sys/arch/shark/shark/
shark_machdep.c 162 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00000000)
  /src/sys/arch/hpcarm/hpcarm/
sa11x0_hpc_machdep.c 92 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00040000)
205 kerneldatasize = (uint32_t)&end - (uint32_t)KERNEL_TEXT_BASE;
241 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
253 memset((void *)KERNEL_BASE, 0, KERNEL_TEXT_BASE - KERNEL_BASE);
295 if (freemempos > KERNEL_TEXT_BASE) \
404 logical = pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
408 KERNEL_TEXT_BASE + logical, physical_start + logical,
413 pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
414 KERNEL_TEXT_BASE - KERNEL_BASE + physical_start,
pxa2x0_hpc_machdep.c 93 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
262 kerneldatasize = (uint32_t)&end - (uint32_t)KERNEL_TEXT_BASE;
298 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
309 memset((void *)freemempos, 0, KERNEL_TEXT_BASE - KERNEL_BASE - 0x9000);
447 logical = pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
451 KERNEL_TEXT_BASE + logical, physical_start + logical,
456 pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
457 KERNEL_TEXT_BASE - KERNEL_BASE + physical_start,
  /src/sys/arch/cats/cats/
cats_machdep.c 98 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00000000)
365 *((u_int *)KERNEL_TEXT_BASE) = 0xe28ff441;
  /src/sys/arch/acorn32/eb7500atx/
eb7500atx_machdep.c 105 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00000000)
366 struct exec *kernexec = (struct exec *)KERNEL_TEXT_BASE;
635 logical = pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
639 logical = pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
644 KERNEL_TEXT_BASE + logical, physical_start + logical,
653 pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
  /src/sys/arch/epoc32/epoc32/
machdep.c 74 #define KERNEL_TEXT_BASE (KERNEL_BASE + KERNEL_OFFSET)
236 physical_freeend = KERNEL_TEXT_BASE;
305 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
306 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/imx31/
imx31lk_machdep.c 161 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00100000)
543 size_t textsize = round_L_page((size_t)etext - KERNEL_TEXT_BASE);
544 size_t totalsize = round_L_page((size_t)_end - KERNEL_TEXT_BASE);
  /src/sys/arch/evbarm/ixm1200/
ixm1200_machdep.c 118 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
341 kerneldatasize = (uint32_t)&end - (uint32_t)KERNEL_TEXT_BASE;
376 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
503 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
504 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
521 pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
522 KERNEL_TEXT_BASE, kerneldatasize,
744 (void) pmap_extract(pmap_kernel(), KERNEL_TEXT_BASE, &kaddr);
  /src/sys/arch/evbarm/hdl_g/
hdlg_machdep.c 122 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
428 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
429 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 122 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
574 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
575 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/ixdp425/
ixdp425_machdep.c 116 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
401 kerneldatasize = (uint32_t)&end - (uint32_t)KERNEL_TEXT_BASE;
424 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
556 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
557 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/nslu2/
nslu2_machdep.c 146 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
458 kerneldatasize = (uint32_t)&end - (uint32_t)KERNEL_TEXT_BASE;
481 + (KERNEL_TEXT_BASE - KERNEL_BASE) + kerneldatasize;
614 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
615 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/arm/at91/
at91bus.c 91 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
367 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
368 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 124 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
545 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
546 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/iq80310/
iq80310_machdep.c 121 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
548 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
549 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/lubbock/
lubbock_machdep.c 166 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
733 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
734 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/smdk2xx0/
smdk2800_machdep.c 156 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
583 size_t textsize = (uintptr_t)&etext - KERNEL_TEXT_BASE;
584 size_t totalsize = (uintptr_t)&end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/tsarm/
tsarm_machdep.c 139 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
573 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
574 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/viper/
viper_machdep.c 165 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
595 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
596 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_machdep.c 157 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
655 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
656 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/npwr_fc/
npwr_fc_machdep.c 122 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
557 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
558 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/evbarm/armadillo/
armadillo9_machdep.c 194 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
672 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE;
673 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE;
  /src/sys/arch/acorn32/acorn32/
rpc_machdep.c 106 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00000000)
399 struct exec *kernexec = (struct exec *)KERNEL_TEXT_BASE;
693 logical = pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
697 logical = pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
702 KERNEL_TEXT_BASE + logical, kernel_start + logical,
711 pmap_map_chunk(l1pagetable, KERNEL_TEXT_BASE,
1093 (void) pmap_extract(pmap_kernel(), KERNEL_TEXT_BASE, &kaddr);
  /src/sys/arch/evbarm/kobo/
kobo_machdep.c 145 #define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00100000)

Completed in 29 milliseconds

1 2