Lines Matching defs:bogus
223 /* bogus is not necessarily cacheline-aligned,
226 volatile u32 bogus[8];
227 bogus[(0+i)%8] = 0x00000000;
228 bogus[(1+i)%8] = 0x55555555;
229 bogus[(2+i)%8] = 0xFFFFFFFF;
230 bogus[(3+i)%8] = 0xAAAAAAAA;
231 bogus[(4+i)%8] = 0x33333333;
232 bogus[(5+i)%8] = 0xCCCCCCCC;
233 bogus[(6+i)%8] = 0xCCCCCCCC;
234 bogus[(7+i)%8] = 0x33333333;
236 asm volatile("dcbf 0,%0" : : "r" (bogus) : "memory");