OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOTTE_V
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc64/dev/
iommureg.h
121
#define
IOTTE_V
0x8000000000000000LL /* Entry valid */
162
#define MAKEIOTTE(pa,w,c,s) (((pa)&IOTTE_PAMASK)|((w)?IOTTE_W:0)|((c)?IOTTE_C:0)|((s)?IOTTE_STREAM:0)|(
IOTTE_V
|IOTTE_8K))
/src/sys/arch/hppa/dev/
astro.c
115
#define
IOTTE_V
0x8000000000000000LL /* Entry valid */
746
if (tte &
IOTTE_V
) {
757
tte |=
IOTTE_V
;
783
if ((tte &
IOTTE_V
) == 0) {
791
*tte_ptr = htole64(tte & ~
IOTTE_V
);
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025