Searched refs:dst_val (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/kernel/bpf/ |
| D | hashtab.c | 1374 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1440 dst_val = values; in __htab_map_lookup_and_delete_batch() 1494 bpf_long_memcpy(dst_val + off, in __htab_map_lookup_and_delete_batch() 1501 copy_map_value_locked(map, dst_val, value, in __htab_map_lookup_and_delete_batch() 1504 copy_map_value(map, dst_val, value); in __htab_map_lookup_and_delete_batch() 1505 check_and_init_map_lock(map, dst_val); in __htab_map_lookup_and_delete_batch() 1523 dst_val += value_size; in __htab_map_lookup_and_delete_batch()
|
| /Linux-v5.10/arch/x86/kvm/ |
| D | kvm_emulate.h | 42 u64 dst_val; /* value of destination operand */ member
|
| D | emulate.c | 499 .dst_val = ctxt->dst.val64, in emulator_check_intercept()
|
| /Linux-v5.10/include/net/ |
| D | devlink.h | 1481 void devlink_param_value_str_fill(union devlink_param_value *dst_val,
|
| /Linux-v5.10/arch/x86/kvm/svm/ |
| D | svm.c | 3936 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()
|
| /Linux-v5.10/net/core/ |
| D | devlink.c | 9200 void devlink_param_value_str_fill(union devlink_param_value *dst_val, in devlink_param_value_str_fill() argument 9205 len = strlcpy(dst_val->vstr, src, __DEVLINK_PARAM_MAX_STRING_VALUE); in devlink_param_value_str_fill()
|
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | vmx.c | 7317 port = info->dst_val; in vmx_check_intercept_io()
|