Home
last modified time | relevance | path

Searched refs:dst_flags (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.h134 unsigned int dst_flags; member
H A Dprofiler.inc.h791 filemod_data->dst_flags = flags; in kprobe_ret__do_file_open()
844 filemod_data->dst_flags = 0; in BPF_KPROBE()
899 filemod_data->dst_flags = 0; in BPF_KPROBE()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c2721 u32 dst_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT; in xe_managed_bo_reinit_in_vram() local
2723 dst_flags |= (*src)->flags & (XE_BO_FLAG_GGTT_INVALIDATE | in xe_managed_bo_reinit_in_vram()
2730 xe_bo_size(*src), dst_flags); in xe_managed_bo_reinit_in_vram()