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