Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Damdvi_priv.h330 #define AMDVI_PT_MASK 0xFFFFFFFFFF000UL /* Only [51:12] for PA */ macro
H A Damdvi_hw.c1048 & AMDVI_PT_MASK), level - 1); in amdvi_free_ptp()
1107 #define PTE2PA(x) ((uint64_t)(x) & AMDVI_PT_MASK) in amdvi_set_pt()