Searched refs:dst_val (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/kernel/bpf/ |
D | hashtab.c | 1593 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1659 dst_val = values; in __htab_map_lookup_and_delete_batch() 1716 bpf_long_memcpy(dst_val + off, in __htab_map_lookup_and_delete_batch() 1723 copy_map_value_locked(map, dst_val, value, in __htab_map_lookup_and_delete_batch() 1726 copy_map_value(map, dst_val, value); in __htab_map_lookup_and_delete_batch() 1727 check_and_init_map_value(map, dst_val); in __htab_map_lookup_and_delete_batch() 1745 dst_val += value_size; in __htab_map_lookup_and_delete_batch()
|
/Linux-v5.15/arch/x86/kvm/ |
D | kvm_emulate.h | 43 u64 dst_val; /* value of destination operand */ member
|
D | emulate.c | 497 .dst_val = ctxt->dst.val64, in emulator_check_intercept()
|
/Linux-v5.15/include/net/ |
D | devlink.h | 1680 void devlink_param_value_str_fill(union devlink_param_value *dst_val,
|
/Linux-v5.15/arch/x86/kvm/svm/ |
D | svm.c | 4209 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()
|
/Linux-v5.15/net/core/ |
D | devlink.c | 10414 void devlink_param_value_str_fill(union devlink_param_value *dst_val, in devlink_param_value_str_fill() argument 10419 len = strlcpy(dst_val->vstr, src, __DEVLINK_PARAM_MAX_STRING_VALUE); in devlink_param_value_str_fill()
|
/Linux-v5.15/arch/x86/kvm/vmx/ |
D | vmx.c | 7300 port = info->dst_val; in vmx_check_intercept_io()
|