Go to the documentation of this file.
6 static inline void atomic_scrub(
void *
va,
u32 size)
8 unsigned long *virt_addr =
va;
12 for (i = 0; i < size /
sizeof(
unsigned long); i++) {
22 "1: ll %0, %1 # atomic_scrub \n"
27 :
"=&r" (temp),
"=m" (*virt_addr)