Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c2540 static __init int adjust_vmx_controls(u32 ctl_min, u32 ctl_opt, in adjust_vmx_controls() argument
2544 u32 ctl = ctl_min | ctl_opt; in adjust_vmx_controls()
2559 static __init u64 adjust_vmx_controls64(u64 ctl_opt, u32 msr) in adjust_vmx_controls64() argument
2565 return ctl_opt & allowed; in adjust_vmx_controls64()