Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.h151 struct vmcb_ctrl_area_cached { struct
203 struct vmcb_ctrl_area_cached ctl;
479 static inline void vmcb12_clr_intercept(struct vmcb_ctrl_area_cached *control, u32 bit) in vmcb12_clr_intercept()
484 static inline bool vmcb12_is_intercept(struct vmcb_ctrl_area_cached *control, u32 bit) in vmcb12_is_intercept()
H A Dnested.c128 struct vmcb_ctrl_area_cached *g; in recalc_intercepts()
343 struct vmcb_ctrl_area_cached *control) in __nested_vmcb_check_controls()
416 struct vmcb_ctrl_area_cached *ctl = &svm->nested.ctl; in nested_vmcb_check_controls()
445 struct vmcb_ctrl_area_cached *to, in __nested_copy_vmcb_control_to_cache()
1709 struct vmcb_ctrl_area_cached *from) in nested_copy_vmcb_cache_to_control()
1820 struct vmcb_ctrl_area_cached ctl_cached; in svm_set_nested_state()