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

/freebsd-10.1-release/contrib/amd/scripts/
H A Dfix-amd-map.in26 %mappings = (
46 foreach $m (keys %mappings) {
47 $val = $mappings{$m};
/freebsd-10.1-release/sys/boot/ofw/libofw/
H A Dofw_memory.c63 u_char mappings[256 * sizeof(struct ofw_mapping2)]; local
68 bzero(mappings, sizeof(mappings));
70 nmapping = OF_getprop(mmup, "translations", mappings, sizeof(mappings));
80 mapptr = (struct ofw_mapping *) mappings;
98 mapptr2 = (struct ofw_mapping2 *) mappings;
/freebsd-10.1-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c68 #define snmp_nodelist mappings->nodelist
69 #define snmp_intlist mappings->intlist
70 #define snmp_octlist mappings->octlist
71 #define snmp_oidlist mappings->oidlist
72 #define snmp_iplist mappings->iplist
73 #define snmp_ticklist mappings->ticklist
74 #define snmp_cntlist mappings->cntlist
75 #define snmp_gaugelist mappings->gaugelist
76 #define snmp_cnt64list mappings->cnt64list
77 #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-10.1-release/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-10.1-release/sys/arm/arm/
H A Dpmap-v6.c469 "Are large page mappings enabled?");
798 * One or more mappings in the specified L2 descriptor table have just been
839 * There are no more valid mappings in this level 2 page table.
874 * There are no more valid mappings in any of the Level 1
894 * The mappings for these page tables were initially made using
896 * mode will not be right for page table mappings. To avoid
1020 * Loop over all current mappings setting/clearing as appropos
1334 * Are large page mappings supported and enabled?
1396 SYSCTL_ULONG(_vm_pmap_section, OID_AUTO, mappings, CTLFLAG_RD,
1397 &pmap_section_mappings, 0, "1MB page mappings");
4347 u_int mappings, is_exec, is_refd; local
[all...]
H A Dpmap.c928 * the *current* pmap, it may well contain stale mappings
938 * One or more mappings in the specified L2 descriptor table have just been
979 * There are no more valid mappings in this level 2 page table.
1016 * There are no more valid mappings in any of the Level 1
1038 * The mappings for these page tables were initially made using
1040 * mode will not be right for page table mappings. To avoid
1391 * Loop over all current mappings setting/clearing as appropos
1943 * for mappings which exist at the same VA in both processes. EVEN IF
1950 * other mappings belonging to other processes in the 1MB range
2212 * the required metadata for all valid mappings foun
3822 u_int mappings, is_exec, is_refd; local
[all...]
/freebsd-10.1-release/sys/dev/isp/
H A DDriverManual.txt248 down DMA mappings for a SCSI command, provide a pointer to firmware to
/freebsd-10.1-release/contrib/ipfilter/
H A DHISTORY364 ignore previous NAT mappings for 0/0 and 0/32 rules
637 NAT: information (rules, mappings) are stored in hash tables; setup some
685 update addresses used in NAT mappings for 0/32 rules for any protocol but TCP
967 ipnat doesn't successfully remove proxy mappings with "-rf" -
/freebsd-10.1-release/sys/i386/xen/
H A Dpmap.c86 * mappings at almost any time. However, invalidations
87 * of virtual-to-physical mappings must be done as
552 * Because PG_V is never set, there can be no mappings to invalidate.
639 SYSCTL_ULONG(_vm_pmap_pde, OID_AUTO, mappings, CTLFLAG_RD,
640 &pmap_pde_mappings, 0, "2/4MB page mappings");
1251 * kernel mappings that do not need to have
1253 * Note that old mappings are simply written
1304 * This routine tears out page mappings from the
1305 * kernel -- it is meant only for temporary mappings.
1756 * Should only be called if the map contains no valid mappings
[all...]
/freebsd-10.1-release/sys/i386/i386/
H A Dpmap.c86 * mappings at almost any time. However, invalidations
87 * of virtual-to-physical mappings must be done as
229 "Are large page mappings enabled?");
671 * Because PG_V is never set, there can be no mappings to invalidate.
768 * Are large page mappings supported and enabled?
822 SYSCTL_ULONG(_vm_pmap_pde, OID_AUTO, mappings, CTLFLAG_RD,
823 &pmap_pde_mappings, 0, "2/4MB page mappings");
914 * including any global (PG_G) mappings.
1499 * does not preclude the use of superpage mappings.
1531 * kernel mappings tha
[all...]
/freebsd-10.1-release/sys/amd64/amd64/
H A Dpmap.c90 * mappings at almost any time. However, invalidations
91 * of virtual-to-physical mappings must be done as
336 "Are large page mappings enabled?");
766 * memory, pmap_change_attr() will demote any 2MB or 1GB page mappings
1028 * Are large page mappings enabled?
1077 SYSCTL_ULONG(_vm_pmap_pde, OID_AUTO, mappings, CTLFLAG_RD,
1078 &pmap_pde_mappings, 0, "2MB page mappings");
1209 * to make sure that any mappings using the old entry are
1256 * including any global (PG_G) mappings.
1307 * This will force the vcpu to exit and the cached EPT mappings
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/file/
H A Dconfigure13766 For private mappings, we should verify that changes cannot be read()
13772 For shared mappings, we should conversely verify that changes get
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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 725 milliseconds