| /src/sys/sys/ |
| H A D | gmon.h | 132 u_long textsize; member in struct:gmonparam
|
| /src/sys/arch/epoc32/epoc32/ |
| H A D | 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/x68k/stand/aout2hux/ |
| H A D | 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/adi_brh/ |
| H A D | 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/g42xxeb/ |
| H A D | 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/hdl_g/ |
| H A D | 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/iq80310/ |
| H A D | 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/iq80321/ |
| H A D | 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/ |
| H A D | 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/ixm1200/ |
| H A D | 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/npwr_fc/ |
| H A D | 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/nslu2/ |
| H A D | 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/evbarm/smdk2xx0/ |
| H A D | 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,
|
| H A D | 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/ |
| H A D | 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/ |
| H A D | 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/netwinder/netwinder/ |
| H A D | netwinder_machdep.c | 592 size_t textsize = (uintptr_t) etext - KERNEL_BASE; local in function:initarm 596 textsize = (textsize + PGOFSET) & ~PGOFSET; 599 textsize = textsize & ~PGOFSET; 605 physical_start + logical, textsize, 608 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/mini2440/ |
| H A D | 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,
|
| /src/sys/arch/evbarm/imx31/ |
| H A D | 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/lib/libc/gmon/ |
| H A D | gmon.c | 133 p->textsize = p->highpc - p->lowpc; 134 p->kcountsize = p->textsize / HISTFRACTION; 136 p->fromssize = p->textsize / p->hashfraction; 137 p->tolimit = p->textsize * ARCDENSITY / 100;
|
| /src/sys/kern/ |
| H A D | subr_prof.c | 89 p->textsize = p->highpc - p->lowpc; 90 printf("Profiling kernel, textsize=%ld [%lx..%lx]\n", 91 p->textsize, p->lowpc, p->highpc); 92 p->kcountsize = p->textsize / HISTFRACTION; 94 p->fromssize = p->textsize / HASHFRACTION; 95 p->tolimit = p->textsize * ARCDENSITY / 100;
|
| /src/sys/arch/evbarm/armadillo/ |
| H A D | armadillo9_machdep.c | 672 size_t textsize = (uintptr_t) etext - KERNEL_TEXT_BASE; local in function:initarm 676 textsize = (textsize + PGOFSET) & ~PGOFSET; 681 physical_start + logical, textsize, 684 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/iyonix/ |
| H A D | 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/lubbock/ |
| H A D | 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/iyonix/iyonix/ |
| H A D | 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,
|