Searched refs:ALLOCATE_LEFT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/mm/kfence/ |
| D | kfence_test.c | 229 ALLOCATE_LEFT, /* KFENCE, left side of page. */ enumerator 248 case ALLOCATE_LEFT: in test_alloc() 294 if (policy == ALLOCATE_LEFT && IS_ALIGNED((unsigned long)alloc, PAGE_SIZE)) in test_alloc() 333 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read() 357 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write() 425 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_corruption() 536 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk()
|