Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Ddevlink.h556 void devlink_param_value_str_fill(union devlink_param_value *dst_val,
795 devlink_param_value_str_fill(union devlink_param_value *dst_val, in devlink_param_value_str_fill() argument
/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h42 u64 dst_val; /* value of destination operand */ member
/Linux-v4.19/net/core/
Ddevlink.c4627 void devlink_param_value_str_fill(union devlink_param_value *dst_val, in devlink_param_value_str_fill() argument
4632 len = strlcpy(dst_val->vstr, src, __DEVLINK_PARAM_MAX_STRING_VALUE); in devlink_param_value_str_fill()
/Linux-v4.19/arch/x86/kvm/
Dsvm.c6064 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()
Demulate.c488 .dst_val = ctxt->dst.val64, in emulator_check_intercept()