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.h175 struct vmcb_ctrl_area_cached { struct
223 struct vmcb_ctrl_area_cached ctl; argument
461 static inline bool vmcb12_is_dirty(struct vmcb_ctrl_area_cached *control, int bit) in vmcb12_is_dirty()
522 static inline void vmcb12_clr_intercept(struct vmcb_ctrl_area_cached *control, u32 bit) in vmcb12_clr_intercept()
527 static inline bool vmcb12_is_intercept(struct vmcb_ctrl_area_cached *control, u32 bit) in vmcb12_is_intercept()
H A Dnested.c127 struct vmcb_ctrl_area_cached *vmcb12_ctrl = &svm->nested.ctl; in nested_vmcb02_recalc_intercepts()
381 struct vmcb_ctrl_area_cached *control) in nested_vmcb_check_controls()
477 struct vmcb_ctrl_area_cached *to, in __nested_copy_vmcb_control_to_cache()
711 struct vmcb_ctrl_area_cached *control = &svm->nested.ctl; in nested_vmcb02_prepare_save()
818 struct vmcb_ctrl_area_cached *vmcb12_ctrl = &svm->nested.ctl; in nested_vmcb02_prepare_control()
1011 struct vmcb_ctrl_area_cached *control = &svm->nested.ctl; in enter_svm_guest_mode()
1801 struct vmcb_ctrl_area_cached *from) in nested_copy_vmcb_cache_to_control()
1912 struct vmcb_ctrl_area_cached ctl_cached; in svm_set_nested_state()