Searched refs:textsize (Results 1 - 25 of 37) sorted by relevance

12

/src/sys/sys/
H A Dgmon.h132 u_long textsize; member in struct:gmonparam
/src/sys/arch/epoc32/epoc32/
H A Dmachdep.c305 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 Daout2hux.c546 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 Dbrh_machdep.c545 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 Dg42xxeb_machdep.c655 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 Dhdlg_machdep.c428 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 Diq80310_machdep.c548 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 Diq80321_machdep.c574 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 Dixdp425_machdep.c556 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 Dixm1200_machdep.c503 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 Dnpwr_fc_machdep.c557 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 Dnslu2_machdep.c614 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 Dsmdk2800_machdep.c583 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 Dsmdk2410_machdep.c672 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 Dtsarm_machdep.c573 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 Dviper_machdep.c595 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 Dnetwinder_machdep.c592 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 Dmini2440_machdep.c688 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 Dimx31lk_machdep.c543 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 Dgmon.c133 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 Dsubr_prof.c89 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 Darmadillo9_machdep.c672 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 Diyonix_machdep.c653 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 Dlubbock_machdep.c733 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 Diyonix_machdep.c625 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,

Completed in 60 milliseconds

12