Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmm.h224 extern const struct vmm_ops vmm_ops_amd;
/freebsd/sys/amd64/vmm/
H A Dvmm.c209 return (vmm_ops_amd.opname); \
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c2814 const struct vmm_ops vmm_ops_amd = { variable