Home
last modified time | relevance | path

Searched refs:dst_val (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h42 u64 dst_val; /* value of destination operand */ member
/Linux-v5.4/include/net/
Ddevlink.h880 void devlink_param_value_str_fill(union devlink_param_value *dst_val,
/Linux-v5.4/net/core/
Ddevlink.c7359 void devlink_param_value_str_fill(union devlink_param_value *dst_val, in devlink_param_value_str_fill() argument
7364 len = strlcpy(dst_val->vstr, src, __DEVLINK_PARAM_MAX_STRING_VALUE); in devlink_param_value_str_fill()
/Linux-v5.4/arch/x86/kvm/
Demulate.c504 .dst_val = ctxt->dst.val64, in emulator_check_intercept()
Dsvm.c6135 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()