/linux-6.14.4/arch/x86/kvm/ |
D | kvm_emulate.h | 248 struct operand { struct 249 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; 250 unsigned int bytes; 251 unsigned int count; 252 union { 256 union { 264 } addr; 265 union { 266 unsigned long val; member
|
D | x86.c | 589 u64 val; in kvm_probe_user_return_msr() local 1513 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) in kvm_set_dr() 2189 u64 val; in do_set_msr() local 4788 static int __kvm_x86_dev_get_attr(struct kvm_device_attr *attr, u64 *val) in __kvm_x86_dev_get_attr() 4809 u64 val; in kvm_x86_dev_get_attr() local 4823 u64 val; in kvm_x86_dev_has_attr() local 7583 static int kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, in kvm_read_guest_virt_helper() 7616 gva_t addr, void *val, unsigned int bytes, in kvm_fetch_guest_virt() 7643 gva_t addr, void *val, unsigned int bytes, in kvm_read_guest_virt() 7661 gva_t addr, void *val, unsigned int bytes, in emulator_read_std() [all …]
|
/linux-6.14.4/arch/s390/kernel/ |
D | dis.c | 350 const struct s390_operand *operand) in extract_operand() 353 unsigned int val; in extract_operand() local 432 const struct s390_operand *operand; in print_insn() local
|
/linux-6.14.4/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 119 static void dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, in dc_write_tmpl() 258 u32 val; in ipu_dc_disable_channel() local
|
/linux-6.14.4/kernel/trace/ |
D | trace_events_hist.c | 282 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2() local 284 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2() local 295 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket() local 298 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket() local 446 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus() local 449 u64 val = (u64)-sval; in hist_field_unary_minus() local 541 struct hist_field *val; member 1036 struct hist_field *operand; in field_has_hist_vars() local 3132 struct hist_field *val = field_var->val; in __update_field_vars() local 3229 struct hist_field *val = NULL, *var = NULL; in create_field_var() local [all …]
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | nested.c | 1013 u64 val = vmx->msr_autostore.guest.val[i].value; in nested_vmx_get_vmexit_msr_value() local 1598 unsigned long val; in copy_shadow_to_vmcs12() local 1633 unsigned long val; in copy_vmcs12_to_shadow() local 5882 } operand; in handle_invept() local 5962 } operand; in handle_invvpid() local 6240 unsigned long val; in nested_vmx_exit_handled_cr() local
|
D | vmx.c | 5433 static int handle_set_cr0(struct kvm_vcpu *vcpu, unsigned long val) in handle_set_cr0() 5459 static int handle_set_cr4(struct kvm_vcpu *vcpu, unsigned long val) in handle_set_cr4() 5490 unsigned long exit_qualification, val; in handle_cr() local 5647 void vmx_set_dr6(struct kvm_vcpu *vcpu, unsigned long val) in vmx_set_dr6() 5653 void vmx_set_dr7(struct kvm_vcpu *vcpu, unsigned long val) in vmx_set_dr7() 5965 } operand; in handle_invpcid() local
|
/linux-6.14.4/drivers/dma/idxd/ |
D | registers.h | 180 u32 operand:20; member 494 u32 val; member 506 u32 val; member 518 u32 val; member 535 u64 val; member 545 u64 val; member 553 u64 val; member 564 u64 val; member
|