/src/sys/compat/common/ |
gen_errno_tables.awk | 74 if (mappings[idx, "val", val] == "") { 75 mappings[idx, "name", name] = val 76 mappings[idx, "val", val] = name 87 nb_name = mappings[0, "val", i] 89 otheros_val = mappings[1, "name", nb_name] 102 if (mappings[1, "val", i] != "") { 104 PREFIX, mappings[1, "val", i], i) >> "h"
|
/src/sys/arch/prep/isa/ |
paud_isa.c | 191 static ad1848_devmap_t mappings[] = { variable in typeref:typename:ad1848_devmap_t[] 204 static const int nummap = sizeof(mappings) / sizeof(mappings[0]); 212 return ad1848_mixer_set_port(ac, mappings, nummap, cp); 221 return ad1848_mixer_get_port(ac, mappings, nummap, cp);
|
/src/sys/dev/isa/ |
wss.c | 194 static ad1848_devmap_t mappings[] = { variable in typeref:typename:ad1848_devmap_t[] 207 static int nummap = sizeof(mappings) / sizeof(mappings[0]); 215 return ad1848_mixer_set_port(ac, mappings, nummap, cp); 224 return ad1848_mixer_get_port(ac, mappings, nummap, cp);
|
ym.c | 415 static ad1848_devmap_t mappings[] = { variable in typeref:typename:ad1848_devmap_t[] 432 #define NUMMAP (sizeof(mappings) / sizeof(mappings[0])) 678 error = ad1848_mixer_set_port(ac, mappings, NUMMAP, cp); 780 error = ad1848_mixer_get_port(ac, mappings, NUMMAP, cp);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm845-xiaomi-beryllium.dts | 16 * memory mappings which are different in this device.
|
sdm850-lenovo-yoga-c630.dts | 21 * memory mappings for firmware loading to succeed
|
msm8994-msft-lumia-octagon.dtsi | 18 * memory mappings which are different in this device.
|
/src/sys/uvm/pmap/ |
pmap.c | 85 * mappings at almost any time. However, invalidations 86 * of virtual-to-physical mappings must be done as 163 PMAP_COUNTER(mappings, "pages mapped"); 166 PMAP_COUNTER(primary_mappings, "page initial mappings"); 794 * no valid mappings. 1186 * Lower the permission for all mappings to a given page. 1213 * Loop over all current mappings setting/clearing as 1342 * Change all mappings of a managed page to cached/uncached. 1906 UVMHIST_LOG(pmaphist, " <-- true (no mappings)", 0, 0, 0, 0); 1952 UVMHIST_LOG(pmaphist, " <-- true (mappings changed)", 0, 0, 0, 0) [all...] |
/src/sys/arch/arm/arm32/ |
pmap.c | 1038 * do it here as well to keep the mappings & KVF_WRITE consistent. 1057 PMAPCOUNT(mappings); 1159 * mappings (ignoring KMPAGE), clear the WRITE flag and writeback 1458 * the *current* pmap, it may well contain stale mappings 1566 * One or more mappings in the specified L2 descriptor table have just been 1603 * There are no more valid mappings in this level 2 page table. 1649 * There are no more valid mappings in any of the Level 1 1686 * The mappings for these page tables were initially made using 1688 * mode will not be right for page table mappings. To avoid 1765 * other mappings within the same pmap, or kernel_pmap 3549 u_int mappings = 0; local in function:pmap_remove 3929 u_int mappings = 0; local in function:pmap_kremove [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
gemini.dtsi | 296 /* PCI ranges mappings */
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
hip06.dtsi | 321 * mappings for PCIe MSI transactions.
|
hip07.dtsi | 1152 * mappings for PCIe MSI transactions.
|
/src/sys/arch/aarch64/aarch64/ |
pmap.c | 151 PMAP_COUNTER(mappings, "pages mapped (including remapped)"); 1817 PMAP_COUNT(mappings); 2530 * if this is a new page, assert it has no mappings and simply zap
|
/src/sys/arch/powerpc/oea/ |
pmap.c | 1220 * Should only be called if the map contains no valid mappings. 1634 PMAPCOUNT(mappings); 1728 * Account for executable mappings.
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 2698 !! Check our prom mappings -- temporary 5341 * to be. We have a full set of mappings already set up for us. 7194 * mappings that are set here. We check both bits on the new data entered
|