Searched refs:vmcs12_read_any (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | hyperv.h | 60 * vmcs12_read_any() doesn't care whether the supplied structure in evmcs_read_any() 65 return vmcs12_read_any((void *)evmcs, field, offset); in evmcs_read_any()
|
H A D | vmcs12.h | 385 static inline u64 vmcs12_read_any(struct vmcs12 *vmcs12, unsigned long field, in vmcs12_read_any() function
|
H A D | nested.c | 1569 val = vmcs12_read_any(vmcs12, field.encoding, in copy_vmcs12_to_shadow() 5381 value = vmcs12_read_any(vmcs12, field, offset); in handle_vmread()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 392 static inline u64 vmcs12_read_any(struct vmcs12 *vmcs12, unsigned long field, in vmcs12_read_any() function
|
H A D | nested.c | 1606 val = vmcs12_read_any(vmcs12, field.encoding, in copy_vmcs12_to_shadow() 5138 value = vmcs12_read_any(vmcs12, field, offset); in handle_vmread()
|
Completed in 19 milliseconds