Searched refs:intercepts (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.h | 176 u32 intercepts[MAX_INTERCEPT]; member 489 static inline void __vmcb_set_intercept(unsigned long *intercepts, u32 bit) in __vmcb_set_intercept() argument 492 __set_bit(bit, intercepts); in __vmcb_set_intercept() 495 static inline void __vmcb_clr_intercept(unsigned long *intercepts, u32 bit) in __vmcb_clr_intercept() argument 498 __clear_bit(bit, intercepts); in __vmcb_clr_intercept() 501 static inline bool __vmcb_is_intercept(unsigned long *intercepts, u32 bit) in __vmcb_is_intercept() argument 504 return test_bit(bit, intercepts); in __vmcb_is_intercept() 509 __vmcb_set_intercept((unsigned long *)&control->intercepts, bit); in vmcb_set_intercept() 514 __vmcb_clr_intercept((unsigned long *)&control->intercepts, bit); in vmcb_clr_intercept() 519 return __vmcb_is_intercept((unsigned long *)&control->intercepts, bit); in vmcb_is_intercept() [all …]
|
| H A D | nested.c | 138 vmcb02->control.intercepts[i] = vmcb01->control.intercepts[i]; in nested_vmcb02_recalc_intercepts() 157 vmcb02->control.intercepts[i] |= vmcb12_ctrl->intercepts[i]; in nested_vmcb02_recalc_intercepts() 483 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache() 1025 trace_kvm_nested_intercepts(control->intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode() 1026 control->intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode() 1027 control->intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode() 1028 control->intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode() 1029 control->intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode() 1030 control->intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode() 1637 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit() [all …]
|
| H A D | svm.c | 659 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts() 3375 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb() 3376 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb() 3377 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb() 3378 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb() 3379 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb() 3381 control->intercepts[INTERCEPT_WORD3], in dump_vmcb() 3382 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
|
| /linux/Documentation/virt/kvm/s390/ |
| H A D | s390-pv.rst | 99 There are two types of SIE secure instruction intercepts: the normal 100 and the notification type. Normal secure instruction intercepts will 106 The notification type intercepts inform KVM about guest environment
|
| /linux/Documentation/driver-api/mei/ |
| H A D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | libv4l-introduction.rst | 171 This library intercepts calls to
|
| /linux/Documentation/arch/x86/ |
| H A D | sgx.rst | 134 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
|
| /linux/Documentation/virt/hyperv/ |
| H A D | vpci.rst | 100 MMIO range, the Hyper-V host intercepts the accesses and maps
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 109 intercepts during the execution process, this mechanism needs the interpreter
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 2298 table upfront. This is useful to handle validity intercepts for user 4271 on denied accesses, i.e. userspace effectively intercepts the MSR access. If 7591 SUBCHANNEL intercepts. 8144 emulated VM-exit when L1 intercepts a #PF exception that occurs in 8146 the emulated VM-exit when L1 intercepts a #DB exception that occurs in 8290 (which triggers an #AC exception that KVM intercepts). This capability is
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 756 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
|