Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN (Results 1 – 25 of 1314) sorted by relevance

12345678910>>...53

/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/sparc64/
H A Dopenbios.c568 ofmem_claim_phys(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_nvram_get()
569 ofmem_claim_virt(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_nvram_get()
570 ofmem_map(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), -1); in arch_nvram_get()
589 ofmem_claim_phys(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_nvram_get()
590 ofmem_claim_virt(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_nvram_get()
591 ofmem_map(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), -1); in arch_nvram_get()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/sparc64/
H A Dopenbios.c568 ofmem_claim_phys(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_nvram_get()
569 ofmem_claim_virt(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_nvram_get()
570 ofmem_map(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), -1); in arch_nvram_get()
589 ofmem_claim_phys(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_nvram_get()
590 ofmem_claim_virt(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_nvram_get()
591 ofmem_map(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), -1); in arch_nvram_get()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/sparc32/
H A Dopenbios.c929 ofmem_claim_phys(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_init()
930 ofmem_claim_virt(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_init()
931 ofmem_map(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), -1); in arch_init()
948 ofmem_claim_phys(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_init()
949 ofmem_claim_virt(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_init()
950 ofmem_map(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), -1); in arch_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/sparc32/
H A Dopenbios.c929 ofmem_claim_phys(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_init()
930 ofmem_claim_virt(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), 0); in arch_init()
931 ofmem_map(PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_image), PAGE_ALIGN(kernel_size), -1); in arch_init()
948 ofmem_claim_phys(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_init()
949 ofmem_claim_virt(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), 0); in arch_init()
950 ofmem_map(PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_image), PAGE_ALIGN(initrd_size), -1); in arch_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/realmode/
H A Dinit.c69 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in setup_real_mode()
147 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in set_real_mode_permissions()
150 PAGE_ALIGN(real_mode_header->ro_end) - in set_real_mode_permissions()
154 PAGE_ALIGN(real_mode_header->ro_end) - in set_real_mode_permissions()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/realmode/
H A Dinit.c69 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in setup_real_mode()
147 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in set_real_mode_permissions()
150 PAGE_ALIGN(real_mode_header->ro_end) - in set_real_mode_permissions()
154 PAGE_ALIGN(real_mode_header->ro_end) - in set_real_mode_permissions()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/realmode/
H A Dinit.c69 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in setup_real_mode()
147 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in set_real_mode_permissions()
150 PAGE_ALIGN(real_mode_header->ro_end) - in set_real_mode_permissions()
154 PAGE_ALIGN(real_mode_header->ro_end) - in set_real_mode_permissions()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dheap.c93 #define PAGE_ALIGN(addr) ((PTR) (((intptr_t)(addr) + pageround) & ~pageround)) macro
98 #define HEAP_DELTA ((intptr_t) PAGE_ALIGN(sizeof (struct heap)))
214 moveto = PAGE_ALIGN (hdp->breakval); in heap_sbrk_internal()
228 moveto = PAGE_ALIGN (hdp->breakval + size); in heap_sbrk_internal()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/kernel/
H A Delfcore.c26 phdr.p_memsz = PAGE_ALIGN(phdr.p_memsz); in elf_core_write_extra_phdrs()
53 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_write_extra_data()
72 size += PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_extra_data_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/kernel/
H A Delfcore.c26 phdr.p_memsz = PAGE_ALIGN(phdr.p_memsz); in elf_core_write_extra_phdrs()
53 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_write_extra_data()
72 size += PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_extra_data_size()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/kernel/
H A Delfcore.c26 phdr.p_memsz = PAGE_ALIGN(phdr.p_memsz); in elf_core_write_extra_phdrs()
53 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_write_extra_data()
72 size += PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_extra_data_size()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libz-sys-1.1.0/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c64 static const int PAGE_ALIGN = 0x1000; variable
73 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
76 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libz-sys-1.1.0/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c64 static const int PAGE_ALIGN = 0x1000;
73 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char));
76 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN);
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libz-sys-1.1.2/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.2/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libz-sys-1.1.2/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libz-sys-1.1.3/src/zlib-ng/arch/s390/
H A Ddfltcc_common.c69 static const int PAGE_ALIGN = 0x1000; variable
78 p = ZALLOC(strm, sizeof(void *) + items * size + PAGE_ALIGN, sizeof(unsigned char)); in dfltcc_alloc_window()
81 w = ALIGN_UP((char *)p + sizeof(void *), PAGE_ALIGN); in dfltcc_alloc_window()

12345678910>>...53