/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;
|
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
|
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)
|
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,
|
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,
|
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,
|
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,
|
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,
|
/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,
|