Searched refs:AMDVI_PT_MASK (Results 1 – 2 of 2) sorted by relevance
330 #define AMDVI_PT_MASK 0xFFFFFFFFFF000UL /* Only [51:12] for PA */ macro
1048 & AMDVI_PT_MASK), level - 1); in amdvi_free_ptp()1107 #define PTE2PA(x) ((uint64_t)(x) & AMDVI_PT_MASK) in amdvi_set_pt()