Lines Matching defs:byte
212 /* Intentionally using old-style flex array definition of 1 byte. */
245 * For the uninstrumented flex array member, also touch 1 byte
328 volatile unsigned char byte;
332 byte = *ptr;
334 pr_err("FAIL: accessed page before stack! (byte: %x)\n", byte);
342 volatile unsigned char byte;
346 byte = *ptr;
348 pr_err("FAIL: accessed page after stack! (byte: %x)\n", byte);
439 * 4-byte access to (%esp) will fault with #SS, and the attempt to