Searched refs:isb (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/sys/arm64/arm64/
H A Dcpufunc_asm.S82 isb
102 isb
136 * When the CTR_EL0.DIC bit is set icache invalidation becomes an isb.
140 isb
152 isb
168 isb
182 isb
H A Dptrauth.c190 * No isb as this is called before ptrauth_start so can rely on
214 isb();
250 isb();
259 isb();
273 isb();
289 * No isb as this is called from the exception handler so can rely
H A Dlocore.S80 isb
292 isb
297 isb
330 isb
337 isb
401 isb
851 isb
859 isb
910 isb
H A Dswtch.S43 isb
52 isb
H A Ddebug_monitor.c192 isb();
626 isb();
688 isb();
721 isb();
H A Dvfp.c71 isb();
82 isb();
H A Dexec_machdep.c140 isb();
506 isb();
732 isb();
H A Dgic_v3_reg.h506 isb(); \
H A Dexception.S295 isb
H A Dfreebsd32_machdep.c449 isb();
/freebsd-current/usr.bin/compress/
H A Dcompress.c186 struct stat isb, sb; local
201 if (stat(in, &isb)) { /* DON'T FSTAT! */
205 if (!S_ISREG(isb.st_mode))
236 if (!force && sb.st_size >= isb.st_size) {
246 setfile(out, &isb);
253 if (isb.st_size > sb.st_size)
255 ((float)sb.st_size / isb.st_size) * 100.0);
258 ((float)isb.st_size / sb.st_size) * 100.0);
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_arm64.c67 isb();
81 isb();
95 isb();
109 isb();
131 isb();
145 isb();
159 isb();
312 isb();
380 isb();
472 * Don't issue an isb her
[all...]
/freebsd-current/sys/arm/arm/
H A Dcpu_asm-v6.S62 isb
98 isb
117 isb
170 isb
H A Dgeneric_timer.c195 isb();
217 isb();
234 isb();
247 isb();
280 isb();
H A Dvfp.c108 isb();
118 isb();
128 isb();
H A Ddebug_monitor.c242 isb();
608 isb();
924 isb();
934 isb();
/freebsd-current/stand/arm64/libarm64/
H A Dcache.c114 isb();
119 "isb \n"
/freebsd-current/usr.bin/gzip/
H A Dgzip.c1263 struct stat isb, osb; local
1272 if (fstat(in, &isb) != 0) {
1278 if (fstat(in, &isb) != 0) {
1283 infile_set(file, isb.st_size);
1286 if (isb.st_nlink > 1 && fflag == 0) {
1289 (uintmax_t)isb.st_nlink - 1,
1290 isb.st_nlink == 1 ? "" : "s");
1326 in_size = gz_compress(in, out, &size, basename(file), (uint32_t)isb.st_mtime);
1351 copymodes(out, &isb, outfile);
1357 unlink_input(file, &isb);
1373 struct stat isb, osb; local
1747 struct stat isb; local
[all...]
/freebsd-current/sys/arm/include/
H A Dcpu.h480 isb();
493 isb();
506 isb();
636 isb();
655 isb();
664 isb();
673 isb();
682 isb();
H A Dasm.h178 #define ISB isb
H A Datomic.h45 #define isb() __asm __volatile("isb" : : : "memory") macro
49 #define isb() __asm __volatile("mcr p15, 0, %0, c7, c5, 4" : : "r" (0) : "memory") macro
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c200 zfs_stat_t *isb)
206 (longlong_t)isb->zs_ctime[0],
207 (longlong_t)isb->zs_ctime[1]);
210 (void) fprintf(fp, "%c\t", get_what(isb->zs_mode));
222 zfs_stat_t *isb)
229 (longlong_t)isb->zs_ctime[0],
230 (longlong_t)isb->zs_ctime[1]);
233 (void) fprintf(fp, "%c\t", get_what(isb->zs_mode));
242 zfs_stat_t *isb)
249 (longlong_t)isb
199 print_rename(FILE *fp, differ_info_t *di, const char *old, const char *new, zfs_stat_t *isb) argument
221 print_link_change(FILE *fp, differ_info_t *di, int delta, const char *file, zfs_stat_t *isb) argument
241 print_file(FILE *fp, differ_info_t *di, char type, const char *file, zfs_stat_t *isb) argument
[all...]
/freebsd-current/sys/arm64/vmm/
H A Dvmm_hyp.c502 isb();
608 isb();
632 isb();
636 isb();
650 isb();
654 isb();
658 isb();
H A Dvmm_hyp_exception.S221 isb
227 isb
384 isb
/freebsd-current/sys/arm64/include/
H A Dasm.h115 isb

Completed in 387 milliseconds

12