OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CACHE_PAGETABLES
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sparc/include/
cpu.h
113
#define
CACHE_PAGETABLES
0x1 /* caching pagetables OK on (sun4m) */
/src/sys/arch/sparc/sparc/
cache.c
201
CACHEINFO.c_flags |=
CACHE_PAGETABLES
; /* Ok to cache PTEs */
cpu.c
1824
sc->cacheinfo.c_flags |=
CACHE_PAGETABLES
;
1856
CACHEINFO.c_flags |=
CACHE_PAGETABLES
;
pmap.c
909
int cacheit = (CACHEINFO.c_flags &
CACHE_PAGETABLES
) != 0;
3857
if ((CACHEINFO.c_flags &
CACHE_PAGETABLES
) != 0 ||
3869
if ((CACHEINFO.c_flags &
CACHE_PAGETABLES
) == 0) {
4039
cachebit = (CACHEINFO.c_flags &
CACHE_PAGETABLES
) != 0;
Completed in 20 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025