Searched refs:ALIGN_PTR_UP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | pkey-helpers.h | 181 #define ALIGN_PTR_UP(p, ptr_align_to) \ macro
|
H A D | protection_keys.c | 742 ptr = ALIGN_PTR_UP(ptr, HPAGE_SIZE); in malloc_pkey_anon_huge() 1321 int *plain_ptr = ALIGN_PTR_UP(plain_ptr_unaligned, PAGE_SIZE); in test_ptrace_of_child() 1389 p1 = ALIGN_PTR_UP(&lots_o_noops_around_write, PAGE_SIZE); in get_pointer_to_instructions()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | pkey-helpers.h | 182 #define ALIGN_PTR_UP(p, ptr_align_to) \ macro
|
H A D | protection_keys.c | 734 ptr = ALIGN_PTR_UP(ptr, HPAGE_SIZE); in malloc_pkey_anon_huge() 1385 int *plain_ptr = ALIGN_PTR_UP(plain_ptr_unaligned, PAGE_SIZE); in test_ptrace_of_child() 1453 p1 = ALIGN_PTR_UP(&lots_o_noops_around_write, PAGE_SIZE); in get_pointer_to_instructions()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 124 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) macro 179 addr = ALIGN_PTR_UP(raddr, map_align); in child_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 131 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) macro 202 addr = ALIGN_PTR_UP(raddr, map_align); in child_thread()
|
Completed in 7 milliseconds