Searched refs:mapped (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-12-stable/contrib/libevent/
H A Dbuffer.c3040 void *mapped; local
3050 mapped = mmap(NULL, length + offset_leftover,
3060 if (mapped == MAP_FAILED) {
3064 seg->mapping = mapped;
3065 seg->contents = (char*)mapped+offset_leftover;
/freebsd-12-stable/sys/mips/mips/
H A Dpmap.c526 * In 32 bit, we may have memory which cannot be mapped directly.
880 * the mapping. Architectures which can support a direct-mapped
884 * update '*virt' with the first usable address after the mapped
1130 * mapped correctly.
1217 * If the page table page is mapped, we just increment the hold
1225 * Here if the pte page isn't mapped, or if it has been
2329 * If the page table page is mapped, we just
2479 * mapped at the given virtual address start. Each subsequent page is
2480 * mapped at a virtual address that is offset from start by the same
2483 * m_start that can be mapped a
3598 int mapped; local
[all...]
/freebsd-12-stable/sys/netinet/
H A Dtcp_subr.c1689 * which may match an IPv4-mapped IPv6 address.
2309 int mapped = 0; local
2325 mapped = 1;
2332 if (mapped == 1)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc786 // is mapped we can avoid crashing and return zeroes to any pages we try
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc468 // it is mapped into memory (e.g. using MemoryBuffer). Rename it in order to
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1501 bool mapped = !LiveInts->isNotInMIMap(*MI); local
1503 if (mapped)
1506 if (mapped)
1509 if (!mapped)
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c2399 int mapped; local
2403 mapped = status->button & ~MOUSE_BUTTON4DOWN;
2405 mapped |= MOUSE_BUTTON1DOWN;
2406 status->button = mapped;
2407 buf[0] = MOUSE_PS2_SYNC | butmapps2[mapped & MOUSE_STDBUTTONS];
4866 * Tapping is mapped to MOUSE_BUTTON4.
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dconfigure8594 mmap private fixed at somewhere already mapped
8597 mmap shared fixed at somewhere already mapped
8607 Grep wants private fixed already mapped.
8696 /* Finally, make sure that changes to the mapped area do not
/freebsd-12-stable/contrib/dialog/
H A Dconfigure5895 mmap private fixed at somewhere already mapped
5898 mmap shared fixed at somewhere already mapped
5908 Grep wants private fixed already mapped.
5997 /* Finally, make sure that changes to the mapped area do not
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dconfigure8711 mmap private fixed at somewhere already mapped
8714 mmap shared fixed at somewhere already mapped
8724 Grep wants private fixed already mapped.
8813 /* Finally, make sure that changes to the mapped area do not
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c389 static u_int64_t DMPDphys; /* phys addr of direct mapped level 2 */
390 static u_int64_t DMPDPphys; /* phys addr of direct mapped level 3 */
1375 * Secondly, device memory mapped as part of setting up the low-
1520 * to record the physical blocks we've actually mapped into kernel
1534 * then the residual physical memory is mapped with 2MB pages. Later,
1598 * mapped with PA == VA, hence we would have to relocate every address
1634 * Account for the virtual addresses mapped by create_pagetables().
3263 * the mapping. Architectures which can support a direct-mapped
3267 * update '*virt' with the first usable address after the mapped
3855 * If the page table page is mapped, w
6794 boolean_t mapped; local
[all...]
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure15576 mmap private fixed at somewhere already mapped
15579 mmap shared fixed at somewhere already mapped
15589 Grep wants private fixed already mapped.
15687 /* Finally, make sure that changes to the mapped area do not
26602 mmap private fixed at somewhere already mapped
26605 mmap shared fixed at somewhere already mapped
26615 Grep wants private fixed already mapped.
26713 /* Finally, make sure that changes to the mapped area do not
/freebsd-12-stable/contrib/binutils/bfd/
H A Dconfigure19817 mmap private fixed at somewhere already mapped
19820 mmap shared fixed at somewhere already mapped
19830 Grep wants private fixed already mapped.
19919 /* Finally, make sure that changes to the mapped area do not
/freebsd-12-stable/contrib/file/
H A Dconfigure14263 mmap private fixed at somewhere already mapped
14266 mmap shared fixed at somewhere already mapped
14276 Grep wants private fixed already mapped.
14375 /* Finally, make sure that changes to the mapped area do not
/freebsd-12-stable/contrib/gcc/
H A Dconfigure873 --enable-mapped-location location_t is fileline integer cookie
6943 # Check whether --enable-mapped-location or --disable-mapped-location was given.
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure32221 mmap private fixed at somewhere already mapped
32224 mmap shared fixed at somewhere already mapped
32234 Grep wants private fixed already mapped.
32323 /* Finally, make sure that changes to the mapped area do not
[all...]

Completed in 684 milliseconds

123