Searched refs:MT_GRANULE_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/arm64/mte/ |
H A D | mte_helper.S | 69 add x0, x0, #MT_GRANULE_SIZE 70 sub x1, x1, #MT_GRANULE_SIZE 88 add x0, x0, #MT_GRANULE_SIZE 89 sub x1, x1, #MT_GRANULE_SIZE
|
H A D | check_child_memory.c | 18 #define BUFFER_SIZE (5 * MT_GRANULE_SIZE) 20 #define UNDERFLOW MT_GRANULE_SIZE 21 #define OVERFLOW MT_GRANULE_SIZE 25 1, 537, 989, 1269, MT_GRANULE_SIZE - 1, MT_GRANULE_SIZE, 50 for (i = 0 ; i < size ; i += MT_GRANULE_SIZE) { in check_child_tag_inheritance()
|
H A D | mte_def.h | 41 #define MT_GRANULE_SIZE 16 macro 46 #define MT_ALIGN_GRANULE (MT_GRANULE_SIZE - 1)
|
H A D | check_mmap_options.c | 22 #define UNDERFLOW MT_GRANULE_SIZE 23 #define OVERFLOW MT_GRANULE_SIZE 29 1, 537, 989, 1269, MT_GRANULE_SIZE - 1, MT_GRANULE_SIZE,
|
H A D | check_user_mem.c | 200 int tag_lens[] = {0, MT_GRANULE_SIZE}; in main() 201 int tag_offsets[] = {page_sz, MT_GRANULE_SIZE}; in main()
|