Searched refs:ALLOCATE_LEFT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence_test.c | 218 ALLOCATE_LEFT, /* KFENCE, left side of page. */ enumerator 237 case ALLOCATE_LEFT: in test_alloc() 282 if (policy == ALLOCATE_LEFT && IS_ALIGNED((unsigned long)alloc, PAGE_SIZE)) in test_alloc() 321 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read() 345 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write() 413 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_corruption() 524 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk()
|