Searched refs:ELF_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
9 const ELF_PAGE_SIZE: usize = MMArch::PAGE_SIZE; constant
42 const ELF_PAGE_SIZE: usize; constant149 addr.data() & (CurrentElfArch::ELF_PAGE_SIZE - 1) in elf_page_offset()153 VirtAddr::new(addr.data() & (!(CurrentElfArch::ELF_PAGE_SIZE - 1))) in elf_page_start()158 (addr.data() + CurrentElfArch::ELF_PAGE_SIZE - 1) in elf_page_align_up()159 & (!(CurrentElfArch::ELF_PAGE_SIZE - 1)), in elf_page_align_up()360 let nbyte = CurrentElfArch::ELF_PAGE_SIZE - nbyte; in pad_zero()645 let nbyte = min(CurrentElfArch::ELF_PAGE_SIZE - nbyte, elf_brk - elf_bss); in load()