/src/sys/arch/arm/arm32/ |
arm32_kvminit.c | 782 size_t textsize = KERN_VTOPHYS((uintptr_t)etext) - bmi->bmi_kernelstart; local in function:arm32_kernel_vm_init 784 textsize = (textsize + PGOFSET) & ~PGOFSET; 790 text.pv_size = textsize; 799 data.pv_pa = text.pv_pa + textsize; 800 data.pv_va = text.pv_va + textsize; 801 data.pv_size = totalsize - textsize;
|
/src/sys/sys/ |
gmon.h | 132 u_long textsize; member in struct:gmonparam
|
/src/sys/arch/epoc32/epoc32/ |
machdep.c | 305 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 311 textsize = (textsize + PGOFSET) & ~PGOFSET; 313 datasize = totalsize - textsize; /* data and bss */ 323 textsize < size ? textsize : size, 327 textsize -= size; 333 if (textsize == 0)
|
/src/sys/arch/evbarm/imx31/ |
imx31lk_machdep.c | 543 size_t textsize = round_L_page((size_t)etext - KERNEL_TEXT_BASE); local in function:initarm 550 printf("%s: textsize %#lx, totalsize %#lx\n", 551 __func__, textsize, totalsize); 557 physical_start + logical, textsize, 562 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/ixm1200/ |
ixm1200_machdep.c | 503 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 507 textsize = (textsize + PGOFSET) & ~PGOFSET; 513 physical_start + logical, textsize, 516 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/hdl_g/ |
hdlg_machdep.c | 428 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 432 textsize = (textsize + PGOFSET) & ~PGOFSET; 438 physical_start + logical, textsize, 441 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/iq80321/ |
iq80321_machdep.c | 574 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 578 textsize = (textsize + PGOFSET) & ~PGOFSET; 584 physical_start + logical, textsize, 587 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/ixdp425/ |
ixdp425_machdep.c | 556 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 560 textsize = (textsize + PGOFSET) & ~PGOFSET; 566 physical_start + logical, textsize, 569 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/nslu2/ |
nslu2_machdep.c | 614 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 618 textsize = (textsize + PGOFSET) & ~PGOFSET; 624 physical_start + logical, textsize, 627 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/arm/at91/ |
at91bus.c | 367 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:at91bus_setup 371 textsize = (textsize + PGOFSET) & ~PGOFSET; 376 physical_start + logical, textsize, 379 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/adi_brh/ |
brh_machdep.c | 545 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 549 textsize = (textsize + PGOFSET) & ~PGOFSET; 555 physical_start + logical, textsize, 558 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/iq80310/ |
iq80310_machdep.c | 548 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 552 textsize = (textsize + PGOFSET) & ~PGOFSET; 558 physical_start + logical, textsize, 561 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/lubbock/ |
lubbock_machdep.c | 733 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 737 textsize = (textsize + PGOFSET) & ~PGOFSET; 743 physical_start + logical, textsize, 746 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/smdk2xx0/ |
smdk2800_machdep.c | 583 size_t textsize = (uintptr_t)&etext - KERNEL_TEXT_BASE; local in function:initarm 587 textsize = (textsize + PGOFSET) & ~PGOFSET; 593 physical_start + logical, textsize, 596 physical_start + logical, totalsize - textsize,
|
smdk2410_machdep.c | 672 size_t textsize = (uintptr_t)&etext - KERNEL_TEXT_BASE; local in function:initarm 676 textsize = (textsize + PGOFSET) & ~PGOFSET; 682 physical_start + logical, textsize, 685 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/tsarm/ |
tsarm_machdep.c | 573 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 577 textsize = (textsize + PGOFSET) & ~PGOFSET; 582 physical_start + logical, textsize, 585 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/viper/ |
viper_machdep.c | 595 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 599 textsize = (textsize + PGOFSET) & ~PGOFSET; 605 physical_start + logical, textsize, 608 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/g42xxeb/ |
g42xxeb_machdep.c | 655 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 659 textsize = (textsize + PGOFSET) & ~PGOFSET; 665 physical_start + logical, textsize, 668 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/npwr_fc/ |
npwr_fc_machdep.c | 557 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 561 textsize = (textsize + PGOFSET) & ~PGOFSET; 567 physical_start + logical, textsize, 570 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/gemini/ |
gemini_machdep.c | 1017 size_t textsize = round_L_page(etext - KERNEL_BASE_virt); local in function:setup_real_page_tables 1026 physical_start + offset, textsize, 1033 physical_start + offset, textsize, 1039 physical_start + offset, totalsize - textsize, 1126 (int)(textsize / PAGE_SIZE));
|
/src/sys/arch/iyonix/iyonix/ |
iyonix_machdep.c | 625 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 629 textsize = (textsize + PGOFSET) & ~PGOFSET; 634 physical_start + logical, textsize, 637 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/x68k/stand/aout2hux/ |
aout2hux.c | 546 u_int32_t textsize, datasize, paddingsize, execoff; local in function:aout2hux 591 textsize = inf1.text_size; 597 textsize, datasize, paddingsize, inf1.bss_size, execoff)); 599 if (textsize & 1) { 607 if (execoff >= textsize && 608 (execoff < textsize + paddingsize || 609 execoff >= textsize + paddingsize + datasize)) { 620 put_uint32(&xhdr.x_text, textsize + paddingsize); 650 CREATE_RELOCATION(textsize)
|
/src/sys/arch/evbarm/armadillo/ |
armadillo9_machdep.c | 675 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 679 textsize = (textsize + PGOFSET) & ~PGOFSET; 684 physical_start + logical, textsize, 687 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/iyonix/ |
iyonix_machdep.c | 653 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 657 textsize = (textsize + PGOFSET) & ~PGOFSET; 662 physical_start + logical, textsize, 665 physical_start + logical, totalsize - textsize,
|
/src/sys/arch/evbarm/mini2440/ |
mini2440_machdep.c | 688 size_t textsize = (uintptr_t)&etext - KERNEL_TEXT_BASE; local in function:initarm 724 printf("Textsize: %u, kerneldatasize: %u\n", (uint)textsize, 731 textsize = (textsize + PGOFSET) & ~PGOFSET; 737 physical_start + logical, textsize, 740 physical_start + logical, kerneldatasize - textsize,
|