/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 71 auto &Seg = Unmapped.back().CodeAllocs; in allocateCodeSection() 89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs; in allocateDataSection() 145 Unmapped.push_back(SectionAllocGroup()); in reserveAllocationSpace() 146 Unmapped.back().RemoteCode = { in reserveAllocationSpace() 148 Unmapped.back().RemoteROData = { in reserveAllocationSpace() 149 Unmapped.back().RemoteCode.End, in reserveAllocationSpace() 151 Unmapped.back().RemoteRWData = { in reserveAllocationSpace() 152 Unmapped.back().RemoteROData.End, in reserveAllocationSpace() 192 for (auto &ObjAllocs : Unmapped) { in notifyObjectLoaded() 201 Unmapped.clear(); in notifyObjectLoaded()
|
/freebsd/sys/amd64/vmm/io/ |
H A D | iommu.c | 301 uint64_t unmapped, remaining; in iommu_remove_mapping() local 306 unmapped = IOMMU_REMOVE_MAPPING(dom, gpa, remaining); in iommu_remove_mapping() 307 gpa += unmapped; in iommu_remove_mapping() 308 remaining -= unmapped; in iommu_remove_mapping()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | ti,sci-inta.yaml | 37 Unmapped events ---->| | umapidx |-------------------------> Globalevents 81 ti,unmapped-event-sources: 86 Array of phandles to DMA controllers where the unmapped events originate.
|
/freebsd/lib/libthr/thread/ |
H A D | thr_pshared.c | 149 * val, and the other val should be unmapped to avoid in pshared_insert() 158 * might operate on an unmapped off-page object. in pshared_insert() 160 * There is still an issue: if hashed key was unmapped in pshared_insert()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_msec_cache.h | 39 * The cached section is implicitly mapped and unmapped. The cache is not 47 * It needs to be unmapped and put. Use pt_blk_scache_invalidate() to
|
/freebsd/sys/kern/ |
H A D | kern_mbuf.c | 138 "Use unmapped mbufs for sendfile(2) and TLS offload"); 195 * Unmapped mbufs can only safely be used on platforms with a direct in tunable_mbinit() 852 * Compress an unmapped mbuf into a simple mbuf when it holds a small 900 * These next few routines are used to permit downgrading an unmapped 902 * doesn't supported unmapped mbufs or if checksums need to be 905 * Each unmapped mbuf is converted to a chain of mbufs. First, any 907 * unmapped data is stored in an mbuf with an EXT_SFBUF external 918 * unmapped mbuf into a chain of mbufs. 921 * chain converting any unmapped mbufs to mapped mbufs. It returns 922 * the new chain of unmapped mbufs on success. On failure it frees [all …]
|
/freebsd/sys/xen/ |
H A D | gntdev.h | 89 * 4. The grant is not unmapped until both of the following conditions are met 100 * either unmapped (in case of a mapped grant), or when it is ready to be
|
/freebsd/sys/sys/ |
H A D | bio.h | 71 …e PRINT_BIO_FLAGS "\20\20speedup_trim\17speedup_write\12swap\7vlist\6transient_mapping\5unmapped" \ 94 struct vm_page **bio_ma; /* Or unmapped. */
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vax | 13 0 lelong 0420 a.out VAX demand paged (first page unmapped) pure executable
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_fmr_pool.c | 62 * FMR needs to be unmapped before being remapped). In either of 371 * ib_flush_fmr_pool - Invalidate all unmapped FMRs 374 * Ensure that all unmapped FMRs are fully invalidated.
|
/freebsd/lib/libsys/ |
H A D | munmap.2 | 61 some part of the region being unmapped is outside the
|
H A D | minherit.2 | 80 The address space will be unmapped in the child.
|
H A D | mlock.2 | 83 which deallocates the unmapped address range.
|
/freebsd/sys/netinet/ |
H A D | in_cksum.c | 49 * unmapped mbufs. 233 * The use of m_apply() allows this routine to operate on unmapped in in_cksum_skip()
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 180 KASSERT((info->fb_vbase != 0), ("Unmapped framebuffer")); in vt_fb_setpixel() 233 KASSERT((info->fb_vbase != 0), ("Unmapped framebuffer")); in vt_fb_blank() 288 KASSERT((info->fb_vbase != 0), ("Unmapped framebuffer")); in vt_fb_bitblt_bitmap() 354 KASSERT((info->fb_vbase != 0), ("Unmapped framebuffer")); in vt_fb_bitblt_text()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_swp.h | 373 * cena_res: Unmapped cache-enabled part of the portal's I/O memory. 375 * cinh_res: Unmapped cache-inhibited part of the portal's I/O memory. 424 * res: Unmapped cache-enabled and cache-inhibited parts of the portal.
|
/freebsd/contrib/processor-trace/libipt/src/windows/ |
H A D | pt_section_windows.c | 288 * section is unmapped. in pt_section_map() 304 * the section is unmapped. in pt_section_map()
|
/freebsd/tools/test/stress2/misc/ |
H A D | segnp.sh | 30 # Trigger a SIGSEGV/SIGBUS _not_ caused by an access to the unmapped page.
|
H A D | md8.sh | 29 # Test of unmapped unaligned i/o over the vnode-backed md(4) volume.
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_fmr_pool.h | 51 * @flush_function:Callback called when unmapped FMRs are flushed and
|
/freebsd/share/man/man9/ |
H A D | memguard.9 | 159 can optionally add unmapped guard pages around each allocation to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.h | 117 std::vector<SectionAllocGroup> Unmapped; variable
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-section-file.c | 180 * the section is unmapped. in pt_section_map()
|
/freebsd/contrib/netbsd-tests/fs/umapfs/ |
H A D | t_basic.c | 133 * it gets 777 / 4321, i.e. unmapped results. in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 22 // zero page can reasonably be expected to be unmapped. We use max 0xFFFFFFFF in initializationPatternFor()
|