Lines Matching defs:address
37 const char *address;
51 /* Loop over the address range, clearing one cache line at once.
56 /* Make the start address of the loop cache aligned. */
57 address = (const char*) ((__UINTPTR_TYPE__) base
60 for (; address < (const char *) end; address += dcache_lsize)
63 : "r" (address)
73 /* Make the start address of the loop cache aligned. */
74 address = (const char*) ((__UINTPTR_TYPE__) base
77 for (; address < (const char *) end; address += icache_lsize)
80 : "r" (address)