Searched refs:mappings (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/amd/scripts/
H A Dfix-amd-map.in26 %mappings = (
46 foreach $m (keys %mappings) {
47 $val = $mappings{$m};
/freebsd-12-stable/lib/libproc/
H A Dproc_rtld.c56 tmp = reallocarray(phdl->mappings, phdl->maparrsz,
57 sizeof(*phdl->mappings));
60 phdl->mappings = tmp;
63 mapping = &phdl->mappings[phdl->nmappings];
74 phdl->mappings[i].map.pr_mapname) == 0) {
75 file = phdl->mappings[i].file;
122 phdl->mappings = calloc(phdl->maparrsz,
123 sizeof(*phdl->mappings));
124 if (phdl->mappings == NULL)
136 memset(phdl->mappings,
[all...]
H A D_libproc.h74 struct map_info *mappings; /* File mappings for proc. */ member in struct:proc_handle
76 size_t nmappings; /* Number of mappings. */
H A Dproc_sym.c385 map = &p->mappings[i].map;
410 map = &p->mappings[i].map;
416 * repeated object names (i.e. different mappings for the
438 mapping = &p->mappings[i];
554 mapping = &p->mappings[i];
562 mapping = &p->mappings[i];
570 p->mappings[p->exec_map].map.pr_vaddr));
H A Dproc_create.c248 file = phdl->mappings[i].file;
262 free(phdl->mappings);
/freebsd-12-stable/stand/libofw/
H A Dofw_memory.c60 u_char mappings[256 * sizeof(struct ofw_mapping2)]; local
65 bzero(mappings, sizeof(mappings));
67 nmapping = OF_getprop(mmup, "translations", mappings, sizeof(mappings));
77 mapptr = (struct ofw_mapping *) mappings;
95 mapptr2 = (struct ofw_mapping2 *) mappings;
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c66 #define snmp_nodelist mappings->nodelist
67 #define snmp_intlist mappings->intlist
68 #define snmp_octlist mappings->octlist
69 #define snmp_oidlist mappings->oidlist
70 #define snmp_iplist mappings->iplist
71 #define snmp_ticklist mappings->ticklist
72 #define snmp_cntlist mappings->cntlist
73 #define snmp_gaugelist mappings->gaugelist
74 #define snmp_cnt64list mappings->cnt64list
75 #define snmp_enumlist mappings
[all...]
H A Dbsnmptools.h176 struct snmp_mappings *mappings; member in struct:snmp_toolinfo
H A Dbsnmptools.c131 snmptoolctx->mappings = NULL;
193 * Walk through the file list and import string<->oid mappings from each file.
207 if ((snmptoolctx->mappings = snmp_mapping_init()) == NULL)
/freebsd-12-stable/sys/arm64/acpica/
H A Dacpi_iort.c54 * Some types of IORT nodes have a set of mappings. Each of them map
69 * The ITS group node does not have any outgoing mappings. It has a
82 * type of the node. The node can also have a set of mappings, OR in
98 struct iort_map_entry *mappings; /* node mappings */ member in union:iort_node::__anon9468
109 * Lookup an ID in the mappings array. If successful, map the input ID
118 entry = node->entries.mappings;
181 * Allocate memory for a node, initialize and copy mappings. 'start'
197 node->entries.mappings = mapping;
325 iort_resolve_node(&node->entries.mappings[
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp251 iterator_range<const_iterator> mappings() const { function in class:__anon4424::AliasAttrMap
372 for (const auto &Mapping : AMap.mappings()) {
492 for (const auto &Mapping : AMap.mappings()) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dwin32-nat.c155 static const int mappings[] = variable
337 char *context_offset = ((char *) &current_thread->context) + mappings[r];
398 regcache_collect (r, ((char *) &current_thread->context) + mappings[r]);
2415 supply_register (r, core_reg_sect + mappings[r]);
H A Dwince.c180 /* An array of offset mappings into a Win32 Context structure.
190 static const int mappings[NUM_REGS + 1] = variable
388 if (mappings[r] < 0)
391 p = (ULONG *) (((char *) c) + mappings[r]);
1145 deprecated_read_register_gen (r, ((char *) &current_thread->context) + mappings[r]);
H A Dprocfs.c5349 /* Get the number of mappings, allocate space,
5350 and read the mappings into prmaps. */
5371 /* Use ioctl command PIOCNMAP to get number of mappings. */
5395 * nonzero value, or at teh end of the mappings.
5449 * nonzero value, or at teh end of the mappings.
5556 * Callback function, does the actual work for 'info proc mappings'.
5586 * Implement the "info proc mappings" subcommand.
5630 int mappings = 0; local
5652 else if (strncmp (argv[0], "mappings", strlen (argv[0])) == 0)
5654 mappings
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c689 * the *current* pmap, it may well contain stale mappings
699 * One or more mappings in the specified L2 descriptor table have just been
740 * There are no more valid mappings in this level 2 page table.
777 * There are no more valid mappings in any of the Level 1
799 * The mappings for these page tables were initially made using
801 * mode will not be right for page table mappings. To avoid
1152 * Loop over all current mappings setting/clearing as appropos
1706 * for mappings which exist at the same VA in both processes. EVEN IF
1713 * other mappings belonging to other processes in the 1MB range
1976 * the required metadata for all valid mappings foun
3595 u_int mappings, is_exec, is_refd; local
[all...]
H A Dpmap-v6.c83 * mappings at almost any time. However, invalidations
84 * of virtual-to-physical mappings must be done as
181 * 4KB (PTE2) page mappings have identical settings for the following fields:
328 #define PMAP_ENTER_NOREPLACE 0x2000000 /* Don't replace mappings. */
679 * -> all fundamental allocations and mappings are done
706 * virtual space allocations, and mappings:
760 * 3. Basic preboot functions for page allocations and mappings can be used.
790 * by section mappings, we align last physical address to PTE1_SIZE.
823 * virtual addresses to section mappings.
843 /* Make section mappings fo
[all...]
/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c107 * mappings at almost any time. However, invalidations
108 * of virtual-to-physical mappings must be done as
253 SYSCTL_ULONG(_vm_pmap_l2, OID_AUTO, mappings, CTLFLAG_RD,
255 "2MB page mappings");
282 #define PMAP_ENTER_NOREPLACE 0x2000000 /* Don't replace mappings. */
1023 * kernel mappings that do not need to have
1025 * Note that old mappings are simply written
1056 * This routine tears out page mappings from the
1057 * kernel -- it is meant only for temporary mappings.
1422 * Should only be called if the map contains no valid mappings
[all...]
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c94 * mappings at almost any time. However, invalidations
95 * of virtual-to-physical mappings must be done as
224 &pg_ps_enabled, 0, "Are large page mappings enabled?");
293 #define PMAP_ENTER_NOREPLACE 0x2000000 /* Don't replace mappings. */
455 * physical memory due to 1:1 mappings.
493 * access for various reasons. Kernel mappings never have any
595 * addresses to superpage mappings.
728 * Skip if the mappings have already been initialized,
886 * Because PG_V is never set, there can be no mappings to invalidate.
960 * page. They are filled with equivalent 4KB page mappings
[all...]
/freebsd-12-stable/sys/arm64/arm64/
H A Dpmap.c95 * mappings at almost any time. However, invalidations
96 * of virtual-to-physical mappings must be done as
223 * dirty. This flag may only be set on managed mappings.
282 "Are large page mappings enabled?");
288 #define PMAP_ENTER_NOREPLACE 0x2000000 /* Don't replace mappings. */
655 /* Create L2 mappings at the start of the region */
700 /* Create L2 mappings at the end of the region */
907 * Are large page mappings enabled?
953 SYSCTL_ULONG(_vm_pmap_l2, OID_AUTO, mappings, CTLFLAG_RD,
954 &pmap_l2_mappings, 0, "2MB page mappings");
[all...]
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dconfigure8598 For private mappings, we should verify that changes cannot be read()
8604 For shared mappings, we should conversely verify that changes get
/freebsd-12-stable/contrib/dialog/
H A Dconfigure5899 For private mappings, we should verify that changes cannot be read()
5905 For shared mappings, we should conversely verify that changes get
/freebsd-12-stable/contrib/file/
H A Dconfigure14267 For private mappings, we should verify that changes cannot be read()
14273 For shared mappings, we should conversely verify that changes get
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dconfigure8715 For private mappings, we should verify that changes cannot be read()
8721 For shared mappings, we should conversely verify that changes get
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c97 * mappings at almost any time. However, invalidations
98 * of virtual-to-physical mappings must be done as
379 &pg_ps_enabled, 0, "Are large page mappings enabled?");
1074 * restrict all mappings to m will wait for the current thread's DI
1105 #define PMAP_ENTER_NOREPLACE 0x2000000 /* Don't replace mappings. */
1536 * memory, pmap_change_attr() will demote any 2MB or 1GB page mappings
1629 * addresses to superpage mappings.
1819 "Allow executable superpage mappings in EPT");
1949 * Are large page mappings enabled?
2037 SYSCTL_ULONG(_vm_pmap_pde, OID_AUTO, mappings, CTLFLAG_R
[all...]
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure15580 For private mappings, we should verify that changes cannot be read()
15586 For shared mappings, we should conversely verify that changes get
26606 For private mappings, we should verify that changes cannot be read()
26612 For shared mappings, we should conversely verify that changes get

Completed in 703 milliseconds

12