Home
last modified time | relevance | path

Searched refs:AMDVI_PT_MASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_priv.h330 #define AMDVI_PT_MASK 0xFFFFFFFFFF000UL /* Only [51:12] for PA */ macro
H A Damdvi_hw.c1045 & AMDVI_PT_MASK), level - 1); in amdvi_free_ptp()
1104 #define PTE2PA(x) ((uint64_t)(x) & AMDVI_PT_MASK) in amdvi_set_pt()