Home
last modified time | relevance | path

Searched refs:clflush (Results 1 – 25 of 126) sorted by relevance

123456

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_clflush.c19 struct clflush { struct
34 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() argument
50 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local
52 i915_gem_object_put(clflush->obj); in clflush_release()
63 struct clflush *clflush; in clflush_work_create() local
67 clflush = kmalloc(sizeof(*clflush), GFP_KERNEL); in clflush_work_create()
68 if (!clflush) in clflush_work_create()
74 return clflush; in clflush_work_create()
80 struct clflush *clflush; in i915_gem_clflush_object() local
110 clflush = NULL; in i915_gem_clflush_object()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/
H A Dmem.s20 clflush (%esi) label
37 clflush byte ptr [esi] label
H A Dx86-64-mem.s21 clflush (%rsi) label
39 clflush byte ptr [rsi] label
H A Dx86-64-arch-2.s5 # clflush
6 clflush (%rax) label
H A Darch-10.s5 # clflush
6 clflush (%eax) label
H A Dx86-64-arch-2-1.l35 [ ]*5[ ]+\# clflush
36 [ ]*6[ ]+\?\?\?\? 0FAE38 clflush \(%rax\)
H A Dx86-64-arch-2-2.l34 [ ]*5[ ]+\# clflush
35 [ ]*6[ ]+\?\?\?\? 0FAE38 clflush \(%rax\)
H A Darch-10-4.l31 [ ]*5[ ]+\# clflush
32 [ ]*6[ ]+clflush \(%eax\)
H A Darch-10-2.l40 [ ]*5[ ]+\# clflush
41 [ ]*6[ ]+clflush \(%eax\)
H A Darch-10-1.l41 [ ]*5[ ]+\# clflush
42 [ ]*6[ ]+clflush \(%eax\)
H A Darch-10-3.l33 [ ]*5[ ]+\# clflush
34 [ ]*6[ ]+clflush \(%eax\)
H A Dmem.d23 [ ]*[a-f0-9]+: 0f ae 3e clflush \(%esi\)
38 [ ]*[a-f0-9]+: 0f ae 3e clflush \(%esi\)
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dmem.s20 clflush (%esi) label
37 clflush byte ptr [esi] label
H A Dx86-64-mem.s21 clflush (%rsi) label
39 clflush byte ptr [rsi] label
H A Darch-10.s5 # clflush
6 clflush (%eax) label
H A Dx86-64-arch-2.s5 # clflush
6 clflush (%rax) label
H A Darch-10-1.l41 [ ]*5[ ]+\# clflush
42 [ ]*6[ ]+clflush \(%eax\)
H A Darch-10-2.l40 [ ]*5[ ]+\# clflush
41 [ ]*6[ ]+clflush \(%eax\)
H A Darch-10-3.l33 [ ]*5[ ]+\# clflush
34 [ ]*6[ ]+clflush \(%eax\)
H A Darch-10-4.l31 [ ]*5[ ]+\# clflush
32 [ ]*6[ ]+clflush \(%eax\)
H A Dx86-64-arch-2-1.l35 [ ]*5[ ]+\# clflush
36 [ ]*6[ ]+\?\?\?\? 0FAE38 clflush \(%rax\)
H A Dx86-64-arch-2-2.l34 [ ]*5[ ]+\# clflush
35 [ ]*6[ ]+\?\?\?\? 0FAE38 clflush \(%rax\)
H A Dmem.d23 [ ]*[a-f0-9]+: 0f ae 3e clflush \(%esi\)
38 [ ]*[a-f0-9]+: 0f ae 3e clflush \(%esi\)
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A Dx86cpuid.pl375 &clflush(&DWP(0,$out));
386 &clflush(&DWP(0,$out));
415 &clflush(&DWP(0,$out));
427 &clflush(&DWP(0,$out));
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dx86cpuid.pl373 &clflush(&DWP(0,$out));
384 &clflush(&DWP(0,$out));
413 &clflush(&DWP(0,$out));
425 &clflush(&DWP(0,$out));

123456