Searched defs:cacheline_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/powerpc/gen/
H A Dsyncicache.c53 int cacheline_size = 32; variable
59 int cacheline_size = 0; variable
[all...]
/freebsd-13-stable/lib/libc/powerpc64/gen/
H A Dsyncicache.c53 int cacheline_size = 32; variable
59 int cacheline_size = 0; variable
[all...]
/freebsd-13-stable/stand/libsa/powerpc/
H A Dsyncicache.c51 int cacheline_size = 32; variable
57 int cacheline_size = 0; variable
[all...]
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmachdep.c136 int cacheline_size = 128; variable
138 int cacheline_size = 32; variable
783 __syncicache(__DEVOLATILE(uint32_t *, p), cacheline_size); local

Completed in 89 milliseconds