Home
last modified time | relevance | path

Searched refs:atomic_and (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_gem_evict.c80 atomic_and(~I915_VMA_PIN_MASK, &vma->flags); in grab_vma()
H A Di915_vma.c1754 atomic_and(~I915_VMA_PIN_MASK, &vma->flags); in force_unbind()
2080 atomic_and(~(I915_VMA_BIND_MASK | I915_VMA_ERROR | I915_VMA_GGTT_WRITE), in __i915_vma_evict()
/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h50 #define atomic_and(n, p) __sync_fetch_and_and(p, n) macro
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gtt.c137 atomic_and(~I915_VMA_PIN_MASK, &vma->flags); in clear_vm_list()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td1052 "atomic_min", "atomic_max", "atomic_and",
1068 "atomic_min", "atomic_max", "atomic_and",
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td517 defm : DemangledNativeBuiltin<"atomic_and", OpenCL_std, Atomic, 2, 4, OpAtomicAnd>;
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h13146 int __ovld atomic_and(volatile __global int *, int);
13147 uint __ovld atomic_and(volatile __global uint *, uint);
13148 int __ovld atomic_and(volatile __local int *, int);
13149 uint __ovld atomic_and(volatile __local uint *, uint);
13151 int __ovld atomic_and(volatile int *, int);
13152 uint __ovld atomic_and(volatile uint *, uint);
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3186 libclc/generic/include/clc/atomic/atomic_and.h