OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTE_PWT
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/x86/include/
pte.h
41
#define PGC_WC
PTE_PWT
/* WT and CD is WC */
43
#define PGC_UC (
PTE_PWT
| PTE_PCD) /* hard UC */
/src/sys/arch/amd64/include/
pte.h
112
#define
PTE_PWT
0x0000000000000008 /* Write-Through */
/src/sys/arch/i386/include/
pte.h
164
#define
PTE_PWT
0x00000008 /* Write-Through */
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_gtt.c
39
#define _PAGE_PWT
PTE_PWT
/* 0x08 page write-through */
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.h
43
#define _PAGE_PWT
PTE_PWT
/* 0x08 write-through */
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026