Home
last modified time | relevance | path

Searched refs:IOTTE_V (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/sparc64/dev/
Diommureg.h102 #define IOTTE_V 0x8000000000000000LL /* Entry valid */ macro
146 …,c,s) (((pa)&IOTTE_PAMASK)|((w)?IOTTE_W:0)|((c)?IOTTE_C:0)|((s)?IOTTE_STREAM:0)|(IOTTE_V|IOTTE_8K))
Diommu.c341 if (tte & IOTTE_V) { in iommu_enter()
407 if ((tte & IOTTE_V) == 0) { in iommu_remove()
415 *tte_ptr = tte & ~IOTTE_V; in iommu_remove()
487 if ((tte & IOTTE_V) == 0) in iommu_tsb_entry()
/openbsd/src/sys/arch/hppa/dev/
Dastro.c110 #define IOTTE_V 0x8000000000000000LL /* Entry valid */ macro
713 if (tte & IOTTE_V) { in iommu_enter()
725 tte |= IOTTE_V; in iommu_enter()
751 if ((tte & IOTTE_V) == 0) { in iommu_remove()
759 *tte_ptr = htole64(tte & ~IOTTE_V); in iommu_remove()