Searched refs:lfence (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/dma-buf/ |
D | dma-resv.c | 547 struct dma_fence *lfence; in dma_resv_wait_timeout() local 549 lfence = rcu_dereference(fobj->shared[i]); in dma_resv_wait_timeout() 551 &lfence->flags)) in dma_resv_wait_timeout() 554 if (!dma_fence_get_rcu(lfence)) in dma_resv_wait_timeout() 557 if (dma_fence_is_signaled(lfence)) { in dma_resv_wait_timeout() 558 dma_fence_put(lfence); in dma_resv_wait_timeout() 562 fence = lfence; in dma_resv_wait_timeout() 590 struct dma_fence *fence, *lfence = passed_fence; in dma_resv_test_signaled_single() local 593 if (!test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &lfence->flags)) { in dma_resv_test_signaled_single() 594 fence = dma_fence_get_rcu(lfence); in dma_resv_test_signaled_single()
|
/Linux-v5.15/arch/x86/include/asm/ |
D | nospec-branch.h | 46 lfence; \ 54 lfence; \ 84 __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg), X86_FEATURE_RETPOLINE_AMD 94 __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; call *%\reg), X86_FEATURE_RETPOLINE_AMD
|
/Linux-v5.15/arch/x86/lib/ |
D | retpoline.S | 21 lfence 37 __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg), X86_FEATURE_RETPOLINE_AMD
|
D | x86-opcode-map.txt | 1044 5: XRSTOR | lfence (11B) | INCSSPD/Q Ry (F3),(11B)
|
/Linux-v5.15/arch/x86/entry/vdso/ |
D | vsgx.S | 132 lfence
|
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 4325 struct vmw_fence_obj *lfence = NULL; in __vmw_execbuf_release_pinned_bo() local 4359 (void) vmw_execbuf_fence_commands(NULL, dev_priv, &lfence, in __vmw_execbuf_release_pinned_bo() 4361 fence = lfence; in __vmw_execbuf_release_pinned_bo() 4364 if (lfence != NULL) in __vmw_execbuf_release_pinned_bo() 4365 vmw_fence_obj_unreference(&lfence); in __vmw_execbuf_release_pinned_bo()
|
/Linux-v5.15/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 1044 5: XRSTOR | lfence (11B) | INCSSPD/Q Ry (F3),(11B)
|