Searched refs:ALLOCATE_RIGHT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 236 ALLOCATE_RIGHT, /* KFENCE, right side of page. */ enumerator 257 case ALLOCATE_RIGHT: in test_alloc() 303 if (policy == ALLOCATE_RIGHT && !PAGE_ALIGNED(alloc)) in test_alloc() 345 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_out_of_bounds_read() 437 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_corruption() 465 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_kmalloc_aligned_oob_read() 498 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_kmalloc_aligned_oob_write() 540 test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT), in test_free_bulk()
|