Lines Matching defs:byte
341 * For the uninstrumented flex array member, also touch 1 byte
472 volatile unsigned char byte;
476 byte = *ptr;
478 pr_err("FAIL: accessed page before stack! (byte: %x)\n", byte);
486 volatile unsigned char byte;
490 byte = *ptr;
492 pr_err("FAIL: accessed page after stack! (byte: %x)\n", byte);
584 * 4-byte access to (%esp) will fault with #SS, and the attempt to