OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PATENTRY
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/include/
pat.h
32
#define
PATENTRY
(n, type) ((type) << ((n) * 8))
/src/tests/lib/libnvmm/
h_io_assist.c
102
#define
PATENTRY
(n, type) (type << ((n) * 8))
110
PATENTRY
(0, PAT_WB) |
PATENTRY
(1, PAT_WT) |
111
PATENTRY
(2, PAT_UCMINUS) |
PATENTRY
(3, PAT_UC) |
112
PATENTRY
(4, PAT_WB) |
PATENTRY
(5, PAT_WT) |
113
PATENTRY
(6, PAT_UCMINUS) |
PATENTRY
(7, PAT_UC);
h_mem_assist.c
250
#define
PATENTRY
(n, type) (type << ((n) * 8))
258
PATENTRY
(0, PAT_WB) |
PATENTRY
(1, PAT_WT) |
259
PATENTRY
(2, PAT_UCMINUS) |
PATENTRY
(3, PAT_UC) |
260
PATENTRY
(4, PAT_WB) |
PATENTRY
(5, PAT_WT) |
261
PATENTRY
(6, PAT_UCMINUS) |
PATENTRY
(7, PAT_UC);
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025