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

/freebsd-11-stable/contrib/amd/scripts/
H A Dfix-amd-map.in26 %mappings = (
46 foreach $m (keys %mappings) {
47 $val = $mappings{$m};
/freebsd-11-stable/stand/ofw/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-11-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-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp251 iterator_range<const_iterator> mappings() const { function in class:__anon1604::AliasAttrMap
372 for (const auto &Mapping : AMap.mappings()) {
492 for (const auto &Mapping : AMap.mappings()) {
/freebsd-11-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-11-stable/sys/arm/arm/
H A Dpmap-v4.c888 * the *current* pmap, it may well contain stale mappings
898 * One or more mappings in the specified L2 descriptor table have just been
939 * There are no more valid mappings in this level 2 page table.
976 * There are no more valid mappings in any of the Level 1
998 * The mappings for these page tables were initially made using
1000 * mode will not be right for page table mappings. To avoid
1351 * Loop over all current mappings setting/clearing as appropos
1905 * for mappings which exist at the same VA in both processes. EVEN IF
1912 * other mappings belonging to other processes in the 1MB range
2175 * the required metadata for all valid mappings foun
3843 u_int mappings, is_exec, is_refd; local
[all...]
H A Dpmap-v6.c81 * mappings at almost any time. However, invalidations
82 * of virtual-to-physical mappings must be done as
182 * 4KB (PTE2) page mappings have identical settings for the following fields:
663 * -> all fundamental allocations and mappings are done
690 * virtual space allocations, and mappings:
744 * 3. Basic preboot functions for page allocations and mappings can be used.
774 * by section mappings, we align last physical address to PTE1_SIZE.
807 * virtual addresses to section mappings.
827 /* Make section mappings for kernel. */
858 * Choose correct L2 page table and make mappings fo
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c86 * mappings at almost any time. However, invalidations
87 * of virtual-to-physical mappings must be done as
223 &pg_ps_enabled, 0, "Are large page mappings enabled?");
395 * addresses to superpage mappings.
738 * Because PG_V is never set, there can be no mappings to invalidate.
844 * Are large page mappings supported and enabled?
910 SYSCTL_ULONG(_vm_pmap_pde, OID_AUTO, mappings, CTLFLAG_RD,
911 &pmap_pde_mappings, 0, "2/4MB page mappings");
1002 * including any global (PG_G) mappings.
1296 * page mappings tha
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c96 * mappings at almost any time. However, invalidations
97 * of virtual-to-physical mappings must be done as
362 &pg_ps_enabled, 0, "Are large page mappings enabled?");
585 * restrict all mappings to m will wait for the current thread's DI
616 #define PMAP_ENTER_NOREPLACE 0x2000000 /* Don't replace mappings. */
972 * memory, pmap_change_attr() will demote any 2MB or 1GB page mappings
1046 * addresses to superpage mappings.
1232 "Allow executable superpage mappings in EPT");
1357 * Are large page mappings enabled?
1424 SYSCTL_ULONG(_vm_pmap_pde, OID_AUTO, mappings, CTLFLAG_R
[all...]
/freebsd-11-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-11-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-11-stable/contrib/groff/
H A Dconfigure8853 For private mappings, we should verify that changes cannot be read()
8859 For shared mappings, we should conversely verify that changes get
/freebsd-11-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-11-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-11-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
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure19821 For private mappings, we should verify that changes cannot be read()
19827 For shared mappings, we should conversely verify that changes get
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure32225 For private mappings, we should verify that changes cannot be read()
32231 For shared mappings, we should conversely verify that changes get
[all...]

Completed in 616 milliseconds