Home
last modified time | relevance | path

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

/linux-6.15/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_filp_open()
844 filemod_data->dst_flags = 0; in BPF_KPROBE()
899 filemod_data->dst_flags = 0; in BPF_KPROBE()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c2050 u32 dst_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT; in xe_managed_bo_reinit_in_vram() local
2052 dst_flags |= (*src)->flags & XE_BO_FLAG_GGTT_INVALIDATE; in xe_managed_bo_reinit_in_vram()
2058 (*src)->size, dst_flags); in xe_managed_bo_reinit_in_vram()