Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dept.c201 uint64_t eptp_val; in eptp() local
203 eptp_val = pml4 | (EPT_PWLEVELS - 1) << 3 | PAT_WRITE_BACK; in eptp()
205 eptp_val |= EPT_ENABLE_AD_BITS; in eptp()
207 return (eptp_val); in eptp()