Home
last modified time | relevance | path

Searched refs:data_end (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/powerpc/booke/
H A Dpmap_32.c652 for (va = addr; va < data_end; va += PAGE_SIZE) { in kernel_pte_alloc()
662 mmu_booke_alloc_kernel_pgtables(vm_offset_t data_end) in mmu_booke_alloc_kernel_pgtables() argument
665 ptbl_bufs = (struct ptbl_buf *)data_end; in mmu_booke_alloc_kernel_pgtables()
666 data_end += sizeof(struct ptbl_buf) * PTBL_BUFS; in mmu_booke_alloc_kernel_pgtables()
668 (uintptr_t)ptbl_bufs, data_end); in mmu_booke_alloc_kernel_pgtables()
670 data_end = round_page(data_end); in mmu_booke_alloc_kernel_pgtables()
672 kernel_ptbl_root = data_end; in mmu_booke_alloc_kernel_pgtables()
673 data_end += PDIR_NENTRIES * sizeof(pte_t*); in mmu_booke_alloc_kernel_pgtables()
678 data_end += kernel_ptbls * PTBL_PAGES * PAGE_SIZE; in mmu_booke_alloc_kernel_pgtables()
681 (uintmax_t)kernel_ptbl_root, (uintmax_t)data_end); in mmu_booke_alloc_kernel_pgtables()
[all …]
H A Dpmap_64.c520 kernel_pte_alloc(vm_offset_t data_end, vm_offset_t addr) in kernel_pte_alloc() argument
566 for (va = addr; va < data_end; va += PAGE_SIZE) { in kernel_pte_alloc()
575 mmu_booke_alloc_kernel_pgtables(vm_offset_t data_end) in mmu_booke_alloc_kernel_pgtables() argument
578 kernel_ptbl_root = (pte_t ****)data_end; in mmu_booke_alloc_kernel_pgtables()
580 data_end += round_page(PG_ROOT_NENTRIES * sizeof(pte_t ***)); in mmu_booke_alloc_kernel_pgtables()
581 data_end += howmany(kva_size, PG_ROOT_SIZE) * PAGE_SIZE; in mmu_booke_alloc_kernel_pgtables()
582 data_end += howmany(kva_size, PDIR_L1_SIZE) * PAGE_SIZE; in mmu_booke_alloc_kernel_pgtables()
583 data_end += howmany(kva_size, PDIR_SIZE) * PAGE_SIZE; in mmu_booke_alloc_kernel_pgtables()
585 return (data_end); in mmu_booke_alloc_kernel_pgtables()
H A Dpmap.c159 static vm_size_t data_end; variable
665 data_end = data_start; in mmu_booke_bootstrap()
668 dpcpu = (void *)data_end; in mmu_booke_bootstrap()
669 data_end += DPCPU_SIZE; in mmu_booke_bootstrap()
673 data_end += msgbufsize; in mmu_booke_bootstrap()
675 (uintptr_t)msgbufp, data_end); in mmu_booke_bootstrap()
677 data_end = round_page(data_end); in mmu_booke_bootstrap()
678 data_end = round_page(mmu_booke_alloc_kernel_pgtables(data_end)); in mmu_booke_bootstrap()
687 data_end = round_page(data_end); in mmu_booke_bootstrap()
702 data_end = roundup2(data_end, 1 << 20); in mmu_booke_bootstrap()
[all …]
/freebsd-13.1/sys/kern/
H A Dimgact_aout.c183 vm_offset_t text_end, data_end; in exec_aout_imgact() local
317 data_end = text_end + a_out->a_data; in exec_aout_imgact()
322 text_end, data_end, in exec_aout_imgact()
335 data_end, data_end + bss_size, in exec_aout_imgact()
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Dbinary.c147 uint64_t off, data_start, data_end, data_size; in create_elf_from_binary() local
233 data_end = data_start + sb.st_size; in create_elf_from_binary()
239 add_to_symtab(ecp, name, data_end, 0, 1, in create_elf_from_binary()
/freebsd-13.1/sys/dev/ice/
H A Dice_flex_pipe.c138 u16 data_end; in ice_pkg_val_buf() local
146 data_end = LE16_TO_CPU(hdr->data_end); in ice_pkg_val_buf()
1953 u16 data_end; in ice_pkg_buf_reserve_section() local
1969 data_end = LE16_TO_CPU(buf->data_end) + in ice_pkg_buf_reserve_section()
1971 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_reserve_section()
1993 u16 data_end; in ice_pkg_buf_alloc_section() local
2001 data_end = LE16_TO_CPU(buf->data_end); in ice_pkg_buf_alloc_section()
2004 data_end = ICE_ALIGN(data_end, 4); in ice_pkg_buf_alloc_section()
2019 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_alloc_section()
2101 data_end = LE16_TO_CPU(buf->data_end) - in ice_pkg_buf_unreserve_section()
[all …]
H A Dice_flex_type.h136 __le16 data_end; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h156 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in condense()
276 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in findAll()
H A DGlobalModuleIndex.cpp695 DEnd = Table->data_end(); in loadModuleFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h583 data_iterator data_end() { return data_iterator(); } in data_end() function
586 return make_range(data_begin(), data_end()); in data()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h422 return RecordIterator == HashTable->data_end(); in atEnd()
/freebsd-13.1/sys/dev/mpt/
H A Dmpt.c2421 uint32_t *data_end; in mpt_diag_outsl() local
2423 data_end = data + (roundup2(len, sizeof(uint32_t)) / 4); in mpt_diag_outsl()
2428 while (data != data_end) { in mpt_diag_outsl()
/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c2767 u32 page_start, page_end, data_start, data_end; in bce_nvram_write() local
2780 data_end = (page_end > offset32 + len32) ? in bce_nvram_write()
2840 for (addr = data_start; addr < data_end; addr += 4, i++) { in bce_nvram_write()
2843 (addr == data_end - 4))) { in bce_nvram_write()
2859 for (addr = data_end; addr < page_end; in bce_nvram_write()
2882 written += data_end - data_start; in bce_nvram_write()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddnode.c397 char *data_end = ((char *)dn->dn_bonus->db.db_data) + newsize; in dnode_setbonuslen() local
398 bzero(data_end, diff); in dnode_setbonuslen()