Searched refs:ALLOCATE_LEFT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 235 ALLOCATE_LEFT, /* KFENCE, left side of page. */ enumerator 254 case ALLOCATE_LEFT: in test_alloc() 301 if (policy == ALLOCATE_LEFT && PAGE_ALIGNED(alloc)) in test_alloc() 339 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read() 363 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write() 431 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_corruption() 542 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk()
|