Lines Matching full:underflow
82 /* Set some value in tagged memory and make the buffer underflow */ in check_buffer_underflow_by_byte()
108 /* There were no fault so the underflow area should be filled */ in check_buffer_underflow_by_byte()
125 * so the underflow area before the fault should be filled. in check_buffer_underflow_by_byte()
141 /* Underflow area should not be filled */ in check_buffer_underflow_by_byte()
180 /* Set some value in tagged memory and make the buffer underflow */ in check_buffer_overflow_by_byte()
242 /* Underflow area should not be filled */ in check_buffer_overflow_by_byte()
433 /* Check buffer underflow with underflow size as 16 */ in main()
435 "Check buffer write underflow by byte with sync mode and mmap memory\n"); in main()
437 "Check buffer write underflow by byte with async mode and mmap memory\n"); in main()
439 "Check buffer write underflow by byte with tag check fault ignore and mmap memory\n"); in main()
441 /* Check buffer underflow with underflow size as page size */ in main()
443 "Check buffer write underflow by byte with sync mode and mmap memory\n"); in main()
445 "Check buffer write underflow by byte with async mode and mmap memory\n"); in main()
447 "Check buffer write underflow by byte with tag check fault ignore and mmap memory\n"); in main()