Home
last modified time | relevance | path

Searched refs:ALLOCATE_LEFT (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/mm/kfence/
H A Dkfence_test.c236 ALLOCATE_LEFT, /* KFENCE, left side of page. */ enumerator
255 case ALLOCATE_LEFT: in test_alloc()
302 if (policy == ALLOCATE_LEFT && PAGE_ALIGNED(alloc)) in test_alloc()
340 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read()
364 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write()
448 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_corruption()
559 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk()