OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_ASM
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/alpha/include/
pte.h
88
#define
PG_ASM
ALPHA_PTE_ASM
pmap.h
261
#define pmap_pte_asm(pte) (*(pte) &
PG_ASM
)
/src/sys/arch/alpha/alpha/
prom.c
165
prom_pte = l1pt[0] & ~
PG_ASM
;
pmap.c
288
* Alpha PTEs have a bit in them (
PG_ASM
- Address Space Match) that
291
* TLB entries that _do not_ have
PG_ASM
. We use this bit for kernel
298
* When a new ASN generation is created, the per-process (i.e. non-
PG_ASM
)
787
KASSERT(pte_bits &
PG_ASM
);
797
KASSERT((pte_bits &
PG_ASM
) == 0);
885
KASSERT(pte_bits &
PG_ASM
);
888
KASSERT((pte_bits &
PG_ASM
) == 0);
1343
pte |= PG_V |
PG_ASM
| PG_KRE | PG_KWE | PG_WIRED;
1362
pte |= PG_V |
PG_ASM
| PG_KRE | PG_KWE | PG_WIRED;
1426
* have
PG_ASM
set, so the ASN doesn't really matter fo
[
all
...]
Completed in 167 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025