Searched refs:dst_val (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | hashtab.c | 1649 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1715 dst_val = values; in __htab_map_lookup_and_delete_batch() 1775 bpf_long_memcpy(dst_val + off, in __htab_map_lookup_and_delete_batch() 1790 copy_map_value_locked(map, dst_val, value, in __htab_map_lookup_and_delete_batch() 1793 copy_map_value(map, dst_val, value); in __htab_map_lookup_and_delete_batch() 1795 check_and_init_map_value(map, dst_val); in __htab_map_lookup_and_delete_batch() 1813 dst_val += value_size; in __htab_map_lookup_and_delete_batch()
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | kvm_emulate.h | 43 u64 dst_val; /* value of destination operand */ member
|
A D | emulate.c | 477 .dst_val = ctxt->dst.val64, in emulator_check_intercept()
|
/linux-6.3-rc2/arch/x86/kvm/svm/ |
A D | svm.c | 4314 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmx.c | 7859 port = info->dst_val; in vmx_check_intercept_io()
|
Completed in 39 milliseconds