OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappings
(Results
1 - 9
of
9
) sorted by relevancy
/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
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
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
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/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
3929
u_int
mappings
= 0;
local
[
all
...]
/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
5353
* to be. We have a full set of
mappings
already set up for us.
7206
*
mappings
that are set here. We check both bits on the new data entered
Completed in 35 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026