HomeSort by relevance Sort by last modified time
    Searched refs:isync (Results 1 - 25 of 26) sorted by null

1 2

  /external/u-boot/arch/xtensa/lib/
misc.S 25 isync
85 isync
144 isync
  /external/u-boot/post/cpu/mpc83xx/
ecc.c 41 isync();
84 isync();
95 isync();
104 isync();
134 isync();
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
release.S 45 isync
54 isync
63 isync
114 isync
126 isync
134 isync
142 isync
cache.S 39 isync
49 isync
92 isync
138 isync
155 isync
182 isync
198 isync
314 isync
331 isync
start.S 295 isync
305 isync
367 isync
391 isync
400 isync
409 isync
418 isync
427 isync
436 isync
446 isync
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
start.S 109 isync
114 isync
119 isync
146 isync
148 isync
159 isync
161 isync
193 isync
196 isync
215 isync
    [all...]
release.S 31 isync
82 isync
87 isync
113 isync
131 isync
282 isync
417 isync
cpu_init.c 599 asm("msync;isync");
670 asm("msync;isync");
672 asm("msync;isync");
881 isync();
  /external/u-boot/post/lib_powerpc/
asm.S 18 isync
41 isync
66 isync
87 isync
107 isync
137 isync
167 isync
189 isync
210 isync
234 isync
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
start.S 103 isync
177 isync
181 isync
184 isync
698 isync
743 isync
745 isync
755 isync
916 isync
1099 isync
    [all...]
cpu_init.c 232 * write, read, and isync per MPC8379ERM rev.1 CLKDEV field description
236 isync();
spd_sdram.c 158 isync();
766 asm("sync;isync");
835 asm("sync;isync");
924 __asm__ __volatile__ ("isync");
  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
srio.c 131 isync();
157 isync();
174 isync();
  /device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
reset.S 66 isync
189 isync
312 isync
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-bookII.s 67 # CHECK-BE: isync # encoding: [0x4c,0x00,0x01,0x2c]
68 # CHECK-LE: isync # encoding: [0x2c,0x01,0x00,0x4c]
69 isync
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-bookII.s 72 # CHECK-BE: isync # encoding: [0x4c,0x00,0x01,0x2c]
73 # CHECK-LE: isync # encoding: [0x2c,0x01,0x00,0x4c]
74 isync
  /external/u-boot/arch/powerpc/cpu/mpc8xx/
start.S 115 isync
408 isync
  /external/u-boot/arch/powerpc/include/asm/
io.h 114 static inline void isync(void) function
116 __asm__ __volatile__ ("isync" : : : "memory");
127 #define isb() isync()
162 * Read operations have additional twi & isync to make sure the read
173 "isync" : "=r" (ret) : "m" (*addr));
191 "isync" : "=r" (ret) :
202 "isync" : "=r" (ret) : "m" (*addr));
223 "isync" : "=r" (ret) :
234 "isync" : "=r" (ret) : "m" (*addr));
  /external/u-boot/arch/xtensa/cpu/
start.S 147 isync
186 isync
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub-entry.S 189 isync
  /external/u-boot/arch/powerpc/lib/
bat_rw.c 117 isync();
  /external/u-boot/include/
ppc_asm.tmpl 133 isync
  /external/v8/src/ppc/
disasm-ppc.cc 506 case ISYNC: {
507 Format(instr, "isync (stuff)");
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1662 void Assembler::isync() { emit(EXT1 | ISYNC); } function in class:v8::internal::Assembler
    [all...]

Completed in 2505 milliseconds

1 2